@@ -163,15 +163,21 @@ Kernel
163
163
heap backend and will be deprecated in an upcoming release. The
164
164
original implementation remains available for this release via
165
165
disabling CONFIG_MEM_POOL_HEAP_BACKEND.
166
-
167
-
168
166
* The timeout arguments to all kernel calls are now a "k_timeout_t"
169
167
type instead of a 32 bit millisecond count. These can be
170
168
initialized in arbitrary time units (ns/us/ms, ticks), be
171
169
interpreted relative to either current time or system start, and be
172
170
expressed in 64 bit quantities. This involves a minor change to the
173
171
API, so the original API is still available in a completely
174
172
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
+
175
181
176
182
Architectures
177
183
*************
@@ -219,7 +225,10 @@ Architectures
219
225
220
226
* x86:
221
227
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
223
232
224
233
Boards & SoC Support
225
234
********************
@@ -457,14 +466,6 @@ Drivers and Sensors
457
466
* Fixed TCP context release and RX socket src/dst port assignment in wncm14a2a
458
467
* Changed PPP driver connection to generic GSM modem
459
468
460
- * Neural Net
461
-
462
- * N/A
463
-
464
- * PCIe
465
-
466
- * N/A
467
-
468
469
* PECI
469
470
470
471
* Added Microchip XEC driver
0 commit comments