@@ -253,6 +253,7 @@ Boards & SoC Support
253
253
* renesas_smartbond da1469x SoC series
254
254
* GigaDevice GD32E50X
255
255
* GigaDevice GD32F470
256
+ * NXP i.MX8MN, LPC55S36, LPC51U68
256
257
257
258
* Removed support for these SoC series:
258
259
@@ -275,6 +276,7 @@ Boards & SoC Support
275
276
* GigaDevice GD32F450V-START
276
277
* GigaDevice GD32F450Z-EVAL
277
278
* GigaDevice GD32F470I-EVAL
279
+ * NXP lpcxpresso51u68, RT1060 EVKB
278
280
279
281
* Added support for these ARM64 boards:
280
282
@@ -321,6 +323,7 @@ Drivers and Sensors
321
323
* The Zephyr network CAN bus driver, which provides raw L2 access to the CAN bus via a CAN
322
324
controller driver, has been moved to :zephyr_file: `drivers/net/canbus.c ` and can now be enabled
323
325
using :kconfig:option: `CONFIG_NET_CANBUS `.
326
+ * Added CAN support for NXP LPC55S36.
324
327
325
328
* Clock control
326
329
@@ -333,6 +336,7 @@ Drivers and Sensors
333
336
334
337
* STM32: RTC : Now supports STM32U5 and STM32F1 series.
335
338
* STM32: Timer : Now supports STM32L4 series.
339
+ * Added counter support using CTimer for NXP MIMXRT595.
336
340
337
341
* Crypto
338
342
@@ -353,6 +357,7 @@ Drivers and Sensors
353
357
* cAVS drivers renamed with the broader Intel ADSP naming
354
358
* Kconfig depends on improvements with device tree statuses
355
359
* Added driver for GigaDevice GD32 SoCs
360
+ * Added DMA support for NXP MIMXRT595
356
361
357
362
* EEPROM
358
363
@@ -366,13 +371,16 @@ Drivers and Sensors
366
371
* Ethernet
367
372
368
373
* Atmel gmac: Add EEPROM devicetree bindings for MAC address.
374
+ * Performance improvements on the NXP MCUX Ethernet Driver.
369
375
370
376
* Flash
371
377
372
378
* Atmel eefc: Fix support for Cortex-M4 variants.
373
379
* Added flash driver for Renesas Smartbond platform
374
380
* STM32: Added OSPI NOR-flash driver. Supports STM32H7 and STM32U5. Supports DMA.
375
381
* Added driver for GigaDevice GD32 SoCs
382
+ * Added Flash support for NXP LPCXpresso55S36.
383
+ * Added Flash support for NXP MIMXRT595 EVK.
376
384
377
385
* GPIO
378
386
@@ -393,6 +401,8 @@ Drivers and Sensors
393
401
* Improved ITE I2C support with FIFO and command queue mode
394
402
* Improve gd32 driver stability (remove repeated START, use STOP + START conditions instead)
395
403
* Fixed gd32 driver incorrect Fast-mode config
404
+ * Add bus recovery support to the NXP MCUX LPI2C driver.
405
+ * Enable I2C support on NXP MIMXRT595 EVK.
396
406
397
407
* I2S
398
408
@@ -415,6 +425,9 @@ Drivers and Sensors
415
425
* Support for Intel S1000 in cAVS IDC driver has been removed as the board
416
426
``intel_s1000_crb `` has been removed.
417
427
428
+ * KSCAN
429
+ * Enable the touch panel on the NXP MIMXRT1170 EVK.
430
+
418
431
* LED
419
432
420
433
* LoRa
@@ -454,9 +467,13 @@ Drivers and Sensors
454
467
* PWM
455
468
456
469
* Added PWM driver for Renesas R-Car platform
470
+ * Added PWM support for NXP LPC55S36
457
471
458
472
* Power Domain
459
473
474
+ * Enabled access to the PMIC on NXP MXRT595 EVK.
475
+ * Added soft off mode to the RT10xx Power Management.
476
+
460
477
* Reset
461
478
462
479
* Added driver for GigaDevice GD32 SoCs
@@ -502,13 +519,17 @@ Drivers and Sensors
502
519
* SPI
503
520
504
521
* Add interrupt-driven mode support for gd32 driver
522
+ * Enable SPI support on NXP MIMXRT595 EVK.
505
523
506
524
* Timer
507
525
508
526
* STM32 LPTIM based timer should now be configured using device tree.
509
527
510
528
* USB
511
529
530
+ * Restructured the NXP MCUX USB driver.
531
+ * Added USB support for NXP MXRT595.
532
+
512
533
* W1
513
534
514
535
* Added Zephyr-Serial 1-Wire master driver.
@@ -521,6 +542,7 @@ Drivers and Sensors
521
542
* Watchdog
522
543
523
544
* Added support for Raspberry Pi Pico watchdog.
545
+ * Added watchdog support on NXP MIMXRT595 EVK.
524
546
525
547
* WiFi
526
548
@@ -770,6 +792,11 @@ HALs
770
792
771
793
* NXP
772
794
795
+ * Updated the NXP MCUX SDK to version 2.12
796
+ * Updated the USB middleware to version 2.12
797
+ * Removed all binary Blobs for power management libraries
798
+ * Removed all binary archive files
799
+
773
800
* Nordic
774
801
775
802
* RPi Pico
0 commit comments