Skip to content

Commit e20b8bc

Browse files
committed
nrfx 4.1.0 release
Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent 83b3a6b commit e20b8bc

File tree

836 files changed

+364129
-27095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

836 files changed

+364129
-27095
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22
All notable changes to this project are documented in this file.
33

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+
436
## [4.0.1] - 2025-11-21
537

638
### Changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 - 2025, Nordic Semiconductor ASA
1+
Copyright (c) 2017 - 2026, Nordic Semiconductor ASA
22
All rights reserved.
33

44
SPDX-License-Identifier: BSD-3-Clause

bsp/stable/mdk/arm_startup_nrf51.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52805.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52810.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52811.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52820.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52833.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

bsp/stable/mdk/arm_startup_nrf52840.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright (c) 2009-2025 ARM Limited. All rights reserved.
1+
; Copyright (c) 2009-2026 ARM Limited. All rights reserved.
22
;
33
; SPDX-License-Identifier: Apache-2.0
44
;

0 commit comments

Comments
 (0)