@@ -9,18 +9,36 @@ We are pleased to announce the release of Zephyr kernel version 1.13.0.
9
9
10
10
Major enhancements with this release include:
11
11
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
+
13
24
14
25
The following sections provide detailed lists of changes by component.
15
26
16
27
Kernel
17
28
******
18
29
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
20
34
21
35
Architectures
22
36
*************
23
37
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
24
42
* arch: arm: stm32: enable instruction and data caches on STM32F7
25
43
* arch: arm: implement ARMv8-M MPU driver
26
44
* irq: Fix irq_lock api usage
@@ -33,9 +51,12 @@ Architectures
33
51
* arch: arm: Set Zero Latency IRQ to priority level zero
34
52
* arch/arm: Fix locking in __pendsv
35
53
36
- Boards
37
- ******
54
+ Boards & SoC Support
55
+ ********************
38
56
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
39
60
* Added support for the following Arm boards:
40
61
41
62
* efr32_slwstk6061a
@@ -201,19 +222,37 @@ Bluetooth
201
222
202
223
Build and Infrastructure
203
224
************************
225
+ * Kconfig: Remove redundant 'default n' properties
226
+ * cmake: replace PROJECT_SOURCE_DIR with ZEPHYR_BASE
227
+ * Kconfig: Switch to improved globbing statements
204
228
205
229
206
230
Libraries / Subsystems
207
231
***********************
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
208
236
209
237
210
238
HALs
211
239
****
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
213
253
214
254
Documentation
215
255
*************
216
-
217
256
* Simplified and more maintainable theme applied to documentation.
218
257
Latest and previous four releases regenerated and published to
219
258
http://docs.zephyrproject.org
@@ -230,6 +269,8 @@ Documentation
230
269
231
270
Tests and Samples
232
271
*****************
272
+ * Enhanced benchmarks to support userspace
273
+ * Improve test coverage for the kernel
233
274
234
275
235
276
Issue Related Items
0 commit comments