Skip to content

Commit 37b7a7c

Browse files
aescolarcarlescufi
authored andcommitted
[nrf fromtree] manifest: Update nRF hw models to version compatible with nrfx3.9
Update the HW models module to: 3cfca0192ff84da919e9bc7978bcc2239cd6a395 This includes 2 changes: * 3cfca01 UART: Model more accurately TASKS_FLUSH behaviour * 25cbd28: 54L15: Change CLOKPOWER IRQ line (MDK 8.68, nrfx 3.9.0) WARNING! This change breaks backwards compatibility with SW which expected this line to be 270 for 54L15 devices, and therefore with MDKs < 8.68 & nrfx < 3.9.0. This change requires updating to the MDK >=8.68 and nrfx >=3.9.0 if building using the 54L15 models. 52 and 53 models are not affected. Change the CLOCK_POWER interrupt line from 270 to 261. This has changed in the latest MDK (8.68) and the new value is used in the latest nrfx (3.9.0) drivers. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit ef55d65)
1 parent d0a9ac2 commit 37b7a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ manifest:
300300
groups:
301301
- tools
302302
- name: nrf_hw_models
303-
revision: 42737c8ec8485987c7c9b0262b136de623e1ded2
303+
revision: 3cfca0192ff84da919e9bc7978bcc2239cd6a395
304304
path: modules/bsim_hw_models/nrf_hw_models
305305
- name: open-amp
306306
revision: b735edbc739ad59156eb55bb8ce2583d74537719

0 commit comments

Comments
 (0)