Skip to content

Commit cab4ffc

Browse files
nashifcarlescufi
authored andcommitted
doc: release-notes: add x86/kernel sections
Amend both kernel and x86 sections and remove unchanged sections in other subsystems. Signed-off-by: Anas Nashif <[email protected]>
1 parent 61e79bb commit cab4ffc

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/releases/release-notes-2.3.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,21 @@ Kernel
163163
heap backend and will be deprecated in an upcoming release. The
164164
original implementation remains available for this release via
165165
disabling CONFIG_MEM_POOL_HEAP_BACKEND.
166-
167-
168166
* The timeout arguments to all kernel calls are now a "k_timeout_t"
169167
type instead of a 32 bit millisecond count. These can be
170168
initialized in arbitrary time units (ns/us/ms, ticks), be
171169
interpreted relative to either current time or system start, and be
172170
expressed in 64 bit quantities. This involves a minor change to the
173171
API, so the original API is still available in a completely
174172
source-compatible way via CONFIG_LEGACY_TIMEOUT_API.
173+
* Simplify dummy thread implementation and properly name idle threads
174+
* Centralized new thread priority check
175+
* Refactor device structures and introduced struct init_entry which is
176+
a generic init end-point. SYS_INIT() generates only a struct init_entry via
177+
calling INIT_ENTRY_DEFINE(). Also removed struct deviceconfig leaving
178+
struct device to own everything now.
179+
180+
175181

176182
Architectures
177183
*************
@@ -219,7 +225,10 @@ Architectures
219225

220226
* x86:
221227

222-
* <TBD>
228+
* Instrument code for timing information
229+
* Add ability for SoC to add MMU regions
230+
* x86 FPU sharing symbols renamed
231+
* early_serial: extend to support MMIO UART
223232

224233
Boards & SoC Support
225234
********************
@@ -457,14 +466,6 @@ Drivers and Sensors
457466
* Fixed TCP context release and RX socket src/dst port assignment in wncm14a2a
458467
* Changed PPP driver connection to generic GSM modem
459468

460-
* Neural Net
461-
462-
* N/A
463-
464-
* PCIe
465-
466-
* N/A
467-
468469
* PECI
469470

470471
* Added Microchip XEC driver

0 commit comments

Comments
 (0)