Skip to content

Commit 05e6c53

Browse files
committed
doc: update release notes
Update additional section and overview of the release. Signed-off-by: Anas Nashif <[email protected]>
1 parent 8944bf9 commit 05e6c53

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

doc/release-notes-1.13.rst

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,36 @@ We are pleased to announce the release of Zephyr kernel version 1.13.0.
99

1010
Major enhancements with this release include:
1111

12-
-
12+
* Extensible and Pluggable Tracing Support
13+
* Compartmentalized application memory organization
14+
* Logging System Overhaul
15+
* Introduce system calls for BSD socket APIs
16+
* Support for IEEE 802.1AS-2011 generalized Precision Time Protocol (gPTP)
17+
* Link Layer Discovery Protocol (LLDP) TX support
18+
* Support for TLS and DTLS using BSD socket API
19+
* Support for Link Layer Multicast Name Resolution (LLMNR)
20+
* Introduced reworked ADC API and updated Nordic, NXP, Atmel, and Designware
21+
drivers
22+
* Support OS driven Power Management framework
23+
1324

1425
The following sections provide detailed lists of changes by component.
1526

1627
Kernel
1728
******
1829

19-
* Detail
30+
* Remove kernel event manager, replaced by generic tracing interface
31+
* Enahnced Timeout and Tick handling in kernel
32+
* Compartmentalized application memory organization
33+
* Fix errno access for user mode
2034

2135
Architectures
2236
*************
2337

38+
* arch: arc: Support Synopsys nSim device simulator
39+
* arch: arc: improve the reset code
40+
* arch: arc: use a separate stack for exception handling
41+
* arch: arc: refactor the arc stack check support
2442
* arch: arm: stm32: enable instruction and data caches on STM32F7
2543
* arch: arm: implement ARMv8-M MPU driver
2644
* irq: Fix irq_lock api usage
@@ -33,9 +51,12 @@ Architectures
3351
* arch: arm: Set Zero Latency IRQ to priority level zero
3452
* arch/arm: Fix locking in __pendsv
3553

36-
Boards
37-
******
54+
Boards & SoC Support
55+
********************
3856

57+
* x86: add SoC configuration for Apollo Lake
58+
* x86: add support for UP Squared (Pentium/Celeron)
59+
* riscv32: riscv-privilege: Microsemi Mi-V support
3960
* Added support for the following Arm boards:
4061

4162
* efr32_slwstk6061a
@@ -201,19 +222,37 @@ Bluetooth
201222

202223
Build and Infrastructure
203224
************************
225+
* Kconfig: Remove redundant 'default n' properties
226+
* cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE
227+
* Kconfig: Switch to improved globbing statements
204228

205229

206230
Libraries / Subsystems
207231
***********************
232+
* Tracing: Basic support SEGGER systemview
233+
* Logging: Introduce a new logging subsystem
234+
* fs/nvs: Improved nvs for larger blocksizes
235+
* subsys: console: Refactor code to allow per-UART "tty" wrapper
208236

209237

210238
HALs
211239
****
212-
240+
* ext/hal: stm32cube: STM32L4: Enable legacy CAN API
241+
* ext: Import Atmel SAMD20 header files from ASF library
242+
* ext: gecko: Add Silabs Gecko SDK for EFR32FG1P SoCs
243+
* drivers: add i.MX I2C driver shim
244+
* hal: stm32f2x: Add HAL for the STM32F2x series
245+
* ext: stm32cube: update stm32l4xx cube version
246+
* ext: stm32cube: update stm32f7xx cube version
247+
* ext: stm32cube: update stm32f4xx cube version
248+
* ext: stm32cube: update stm32f3xx cube version
249+
* ext: stm32cube: update stm32f1xx cube version
250+
* ext: hal: nordic: Update nrfx to version 1.1.0
251+
* net: drivers: wifi: SimpleLink WiFi Offload Driver (wifi_mgmt only)
252+
* ext/hal/nxp/imx: Import the nxp imx6 freertos bsp
213253

214254
Documentation
215255
*************
216-
217256
* Simplified and more maintainable theme applied to documentation.
218257
Latest and previous four releases regenerated and published to
219258
http://docs.zephyrproject.org
@@ -230,6 +269,8 @@ Documentation
230269

231270
Tests and Samples
232271
*****************
272+
* Enhanced benchmarks to support userspace
273+
* Improve test coverage for the kernel
233274

234275

235276
Issue Related Items

0 commit comments

Comments
 (0)