You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,38 @@
1
1
# Changelog
2
2
All notable changes to this project are documented in this file.
3
3
4
+
## [3.12.0] - 2025-06-02
5
+
### Added
6
+
- Added a driver, HALY and HAL for MRAMC.
7
+
- Added support for 24 MHz clock on the nRF54LM20A Eng A SoC in the CLOCK driver.
8
+
- Added the workaround for nRF54L Series anomaly 55 in the SPIM driver.
9
+
- Added functions for setting compare value in an optimized way in the GRTC driver.
10
+
- Added a function for retrieving compare value in the GRTC driver.
11
+
- Added a function for setting and getting an event handler in the TWIM driver.
12
+
- Added support for chopping and high-speed analog pin configuration on the affected SoCs in the SAADC driver.
13
+
- Added a function for getting a driver instance associated with a DPPIC instance located on the same APB as the specified peripheral in the DPPI driver.
14
+
- Added functions for managing all RAM blocks at once in the ``nrfx_ram_ctrl`` helper.
15
+
- Added a function for getting a pin drive setting in the GPIO HAL.
16
+
- Added a function for checking whether the XIP is active in the QSPI HAL.
17
+
- Added an enumerator for frequency divider ratio in the AUXPLL HAL.
18
+
- Added new functions for enabling, disabling and checking status of voltage regulators in POWER HAL. Previous functions are deprecated.
19
+
- Added functions for getting the SUBSCRIBE and PUBLISH registers in all HALs.
20
+
21
+
### Changed
22
+
- Updated MDK to version 8.71.1.
23
+
- Optimized counter setting and reading procedures to make them more performant in the GRTC driver.
24
+
- Restored USBPWRRDY event clearing before initialization in the USBREG driver.
25
+
26
+
### Fixed
27
+
- Fixed 8-bit samples handling for the nRF54 Series in the SAADC driver.
28
+
- Fixed missing DONE event clearing after a calibration in the SAADC driver.
29
+
- Fixed the processing order when events arrive simultaneously in the SPIS driver.
30
+
- Fixed pin idle state handling for the nRF54 Series in the PWM driver.
31
+
- Fixed the counter reading procedure for VPR cores in the GRTC HALY.
32
+
- Fixed the custom ratio setting procedure in the PDM HALY.
33
+
- Fixed missing array list functionality for the nRF54 Series in the SPIM HAL.
34
+
- Fixed a workaround for the anomaly 161 on the nRF5340 SoC in non-secure variant in the RESET HAL.
35
+
4
36
## [3.11.0] - 2025-02-24
5
37
### Added
6
38
- Added the workaround for nRF54L Series anomaly 39 in the CLOCK driver.
0 commit comments