|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project are documented in this file. |
3 | 3 |
|
| 4 | +## [4.1.0] - 2026-01-23 |
| 5 | + |
| 6 | +### Added |
| 7 | +- Added support for nRF54LM20B SoC. |
| 8 | +- Added support for FLUSH task and READY event in the IPCT HAL. |
| 9 | +- Added support for COMPAREMATCH events in the PWM HAL. |
| 10 | +- Added support for 8 CC channels in the RTC HAL. |
| 11 | +- Added support for extended CC channels allocation in the GRTC driver. |
| 12 | +- Added support for INTERVAL feature in the GRTC driver. |
| 13 | +- Added functions for setting transmit buffer address and length separately in SPIM and TWIM HALs. |
| 14 | +- Added support for nRF53 Series anomaly 135 in the SPIM driver. |
| 15 | +- Added support for nRF54 Series anomaly 57 in the SPIM driver. |
| 16 | + |
| 17 | +### Changed |
| 18 | +- Updated MDK to version 8.74.0. |
| 19 | +- Renamed nRF54LM20A Eng A to nRF54LM20A. |
| 20 | +- Renamed nRF54LV10A Eng A to nRF54LV10A. |
| 21 | +- Renamed nRF54LS05B Eng A to nRF54LS05B. |
| 22 | +- Reworked CRACEN driver. Now, entropy data and random CTR DRBG data are fetched using separate functions. |
| 23 | +- Extended nrfx_gppi_domain_channel_get() function to extract PPIB channels used in GPPI connection. |
| 24 | +- Moved control blocks from driver context into driver instance structure in RTC, SPI, TWI, and UART drivers. |
| 25 | + |
| 26 | +### Fixed |
| 27 | +- Fixed missing handling of pin retention in the SAADC driver. |
| 28 | +- Fixed nrfx_gppi_ext_conn_alloc() function to return error when used in single DPPI domain systems. |
| 29 | +- Fixed nrfx_gppi_ext_conn_alloc() function to prevent allocation of reserved channels. |
| 30 | +- Fixed detection of RXERROR event during frame reception in the NFCT driver. |
| 31 | +- Fixed nrfx_gppi_conn_alloc() function to detect already allocated endpoints. |
| 32 | +- Fixed incorrect procedure for checking whether transfer buffer is placed in the DMA-accessible RAM region. |
| 33 | +- Fixed handling of nRF52 Series anomaly 195 in the SPIM driver. |
| 34 | +- Fixed handling of nRF52 Series anomaly 198 in the SPIM driver. |
| 35 | + |
4 | 36 | ## [4.0.1] - 2025-11-21 |
5 | 37 |
|
6 | 38 | ### Changed |
|
0 commit comments