@@ -192,6 +192,11 @@ Boards & SoC Support
192
192
* Generic LEON3 board configuration for GRLIB FPGA reference designs
193
193
* SPARC QEMU for emulating LEON3 processors and running kernel tests
194
194
195
+ * Added support for these NXP boards:
196
+
197
+ * LPCXpresso55S28
198
+ * MIMXRT1024-EVK
199
+
195
200
* Added support for these STM32 boards and SoCs :
196
201
197
202
* Cortex-M Trace Reference Board V1.2 (SEGGER TRB STM32F407)
@@ -232,6 +237,12 @@ Boards & SoC Support
232
237
(SPE) when building Zephyr for the non-secure domain.
233
238
* SAM4E_XPRO: Added support to SAM-BA ROM bootloader.
234
239
* SAM4S_XPLAINED: Added support to SAM-BA ROM bootloader.
240
+ * Extended LPCXpresso55S69 to support dual-core.
241
+ * Enhanced MIMXRT1064-EVK to support QSPI flash storage and LittleFS.
242
+ * Updated MIMXRT685-EVK to increase the core clock frequency.
243
+ * Updated NXP i.MX RT, Kinetis, and LPC boards to enable hardware stack
244
+ protection by default.
245
+ * Fixed Segger RTT and SystemView support on NXP i.MX RT boards.
235
246
236
247
* Added support for these following shields:
237
248
@@ -271,6 +282,8 @@ Drivers and Sensors
271
282
272
283
* Clock Control
273
284
285
+ * Added NXP LPC driver.
286
+
274
287
* Console
275
288
276
289
* Counter
@@ -301,6 +314,7 @@ Drivers and Sensors
301
314
* Added support for Distributed Switch Architecture (DSA) devices.
302
315
Currently only ip_k66f board supports DSA.
303
316
* Added support for w5500 Ethernet controller.
317
+ * Reworked the NXP MCUX driver to use DT_INST_FOREACH.
304
318
305
319
* Flash
306
320
@@ -309,6 +323,8 @@ Drivers and Sensors
309
323
* MPU_ALLOW_FLASH_WRITE is now default on STM32 boards when MPU is enabled.
310
324
* Add driver for STM32H7 and STM32L1 SoC series.
311
325
* Add QSPI NOR Flash controller support for STM32 family.
326
+ * Added NXP LPC legacy flash driver.
327
+ * Added NXP FlexSPI flash driver for i.MX RT SoCs.
312
328
313
329
* GPIO
314
330
@@ -424,6 +440,8 @@ Drivers and Sensors
424
440
425
441
* SPI
426
442
443
+ * Enhanced NXP MCUX Flexcomm driver to support DMA.
444
+
427
445
* Timer
428
446
429
447
* USB
@@ -436,6 +454,8 @@ Drivers and Sensors
436
454
437
455
* Watchdog
438
456
457
+ * Added NXP i.MX RT driver.
458
+
439
459
* WiFi
440
460
441
461
* eswifi:
0 commit comments