Skip to content

Commit 6c6d0aa

Browse files
committed
doc: Add NXP items to 3.2 release notes
Add NXP items to 3.2 release notes Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 2e901a8 commit 6c6d0aa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ Boards & SoC Support
253253
* renesas_smartbond da1469x SoC series
254254
* GigaDevice GD32E50X
255255
* GigaDevice GD32F470
256+
* NXP i.MX8MN, LPC55S36, LPC51U68
256257

257258
* Removed support for these SoC series:
258259

@@ -275,6 +276,7 @@ Boards & SoC Support
275276
* GigaDevice GD32F450V-START
276277
* GigaDevice GD32F450Z-EVAL
277278
* GigaDevice GD32F470I-EVAL
279+
* NXP lpcxpresso51u68, RT1060 EVKB
278280

279281
* Added support for these ARM64 boards:
280282

@@ -321,6 +323,7 @@ Drivers and Sensors
321323
* The Zephyr network CAN bus driver, which provides raw L2 access to the CAN bus via a CAN
322324
controller driver, has been moved to :zephyr_file:`drivers/net/canbus.c` and can now be enabled
323325
using :kconfig:option:`CONFIG_NET_CANBUS`.
326+
* Added CAN support for NXP LPC55S36.
324327

325328
* Clock control
326329

@@ -333,6 +336,7 @@ Drivers and Sensors
333336

334337
* STM32: RTC : Now supports STM32U5 and STM32F1 series.
335338
* STM32: Timer : Now supports STM32L4 series.
339+
* Added counter support using CTimer for NXP MIMXRT595.
336340

337341
* Crypto
338342

@@ -353,6 +357,7 @@ Drivers and Sensors
353357
* cAVS drivers renamed with the broader Intel ADSP naming
354358
* Kconfig depends on improvements with device tree statuses
355359
* Added driver for GigaDevice GD32 SoCs
360+
* Added DMA support for NXP MIMXRT595
356361

357362
* EEPROM
358363

@@ -366,13 +371,16 @@ Drivers and Sensors
366371
* Ethernet
367372

368373
* Atmel gmac: Add EEPROM devicetree bindings for MAC address.
374+
* Performance improvements on the NXP MCUX Ethernet Driver.
369375

370376
* Flash
371377

372378
* Atmel eefc: Fix support for Cortex-M4 variants.
373379
* Added flash driver for Renesas Smartbond platform
374380
* STM32: Added OSPI NOR-flash driver. Supports STM32H7 and STM32U5. Supports DMA.
375381
* Added driver for GigaDevice GD32 SoCs
382+
* Added Flash support for NXP LPCXpresso55S36.
383+
* Added Flash support for NXP MIMXRT595 EVK.
376384

377385
* GPIO
378386

@@ -393,6 +401,8 @@ Drivers and Sensors
393401
* Improved ITE I2C support with FIFO and command queue mode
394402
* Improve gd32 driver stability (remove repeated START, use STOP + START conditions instead)
395403
* 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.
396406

397407
* I2S
398408

@@ -415,6 +425,9 @@ Drivers and Sensors
415425
* Support for Intel S1000 in cAVS IDC driver has been removed as the board
416426
``intel_s1000_crb`` has been removed.
417427

428+
* KSCAN
429+
* Enable the touch panel on the NXP MIMXRT1170 EVK.
430+
418431
* LED
419432

420433
* LoRa
@@ -454,9 +467,13 @@ Drivers and Sensors
454467
* PWM
455468

456469
* Added PWM driver for Renesas R-Car platform
470+
* Added PWM support for NXP LPC55S36
457471

458472
* Power Domain
459473

474+
* Enabled access to the PMIC on NXP MXRT595 EVK.
475+
* Added soft off mode to the RT10xx Power Management.
476+
460477
* Reset
461478

462479
* Added driver for GigaDevice GD32 SoCs
@@ -502,13 +519,17 @@ Drivers and Sensors
502519
* SPI
503520

504521
* Add interrupt-driven mode support for gd32 driver
522+
* Enable SPI support on NXP MIMXRT595 EVK.
505523

506524
* Timer
507525

508526
* STM32 LPTIM based timer should now be configured using device tree.
509527

510528
* USB
511529

530+
* Restructured the NXP MCUX USB driver.
531+
* Added USB support for NXP MXRT595.
532+
512533
* W1
513534

514535
* Added Zephyr-Serial 1-Wire master driver.
@@ -521,6 +542,7 @@ Drivers and Sensors
521542
* Watchdog
522543

523544
* Added support for Raspberry Pi Pico watchdog.
545+
* Added watchdog support on NXP MIMXRT595 EVK.
524546

525547
* WiFi
526548

@@ -770,6 +792,11 @@ HALs
770792

771793
* NXP
772794

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+
773800
* Nordic
774801

775802
* RPi Pico

0 commit comments

Comments
 (0)