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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
30f0d85fa0
commit
ef55d65449
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -300,7 +300,7 @@ manifest:
|
|||
groups:
|
||||
- tools
|
||||
- name: nrf_hw_models
|
||||
revision: 42737c8ec8485987c7c9b0262b136de623e1ded2
|
||||
revision: 3cfca0192ff84da919e9bc7978bcc2239cd6a395
|
||||
path: modules/bsim_hw_models/nrf_hw_models
|
||||
- name: open-amp
|
||||
revision: b735edbc739ad59156eb55bb8ce2583d74537719
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue