@@ -11,6 +11,13 @@ Major enhancements with this release include:
1111
1212* Introduced support for the SPARC processor architecture and the LEON
1313 processor implementation.
14+ * Added Thread Local Storage (TLS) support
15+ * Added support for per thread runtime statistics
16+ * Added support for building with LLVM on X86
17+ * Added new synchronization mechanisms using Condition Variables
18+ * Add support for demand paging, initial support on X86.
19+ * Added support for the SPARC architecture, compatible with the SPARC V8
20+ specification and the SPARC ABI.
1421
1522The following sections provide detailed lists of changes by component.
1623
@@ -149,6 +156,8 @@ Stable API changes in this release
149156Kernel
150157******
151158
159+ * Added support for per thread runtime statistics
160+ * Added new synchronization mechanisms using Condition Variables
152161* Thread Local Storage (TLS)
153162
154163 * Introduced thread local storage support for the following architectures:
@@ -244,10 +253,12 @@ Architectures
244253 * Added ability to generate image header
245254 * Improved MMU code and driver
246255
247- * POSIX
248-
249256* RISC-V
250257
258+ * Added support for PMP (Physical Memory Protection).
259+ Integrate PMP in Zephyr allow to support userspace (with shared
260+ memory) and stack guard features.
261+
251262* SPARC
252263
253264 * Added support for the SPARC architecture, compatible with the SPARC V8
@@ -256,6 +267,7 @@ Architectures
256267
257268* x86
258269
270+ * Enabled soft float support for Zephyr SDK
259271 * ``CONFIG_X86_MMU_PAGE_POOL_PAGES `` is removed as paging structure
260272 must now be pre-allocated.
261273 * Mapping of physical memory has changed:
@@ -364,10 +376,6 @@ Drivers and Sensors
364376
365377* ADC
366378
367- * Audio
368-
369- * Bluetooth
370-
371379* CAN
372380
373381 * We reworked the configuration API.
@@ -958,6 +966,7 @@ Tests and Samples
958966*****************
959967
960968 * A sample was added to demonstrate how to use the ADC driver API.
969+ * Sanitycheck script was renamed to twister
961970
962971Issue Related Items
963972*******************
0 commit comments