@@ -9,18 +9,36 @@ We are pleased to announce the release of Zephyr kernel version 1.13.0.
99
1010Major 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
1425The following sections provide detailed lists of changes by component.
1526
1627Kernel
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
2135Architectures
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
202223Build 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
206230Libraries / 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
210238HALs
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
214254Documentation
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
231270Tests and Samples
232271*****************
272+ * Enhanced benchmarks to support userspace
273+ * Improve test coverage for the kernel
233274
234275
235276Issue Related Items
0 commit comments