mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 22:05:23 +00:00
Update the hal_nordic module revision, to apply the following changes: nrfx_config: Fix translation of symbols for _S or _NS only peripherals For peripherals with only one type of access available (either secure or non-secure), the common symbol translation scheme cannot be used as it leads to mapping to non-existing symbols (e.g. NRF_FICR_NS). Instead, use fixed translations for these symbols (e.g. NRF_FICR to NRF_FICR_S, only for secure images). nrfx_config: Add missing _S/_NS symbol translations for nRF5340/nRF9160 Add translations of names with _S and _NS suffixes for peripheral access symbols that are available for a given chip but were not used so far in any nrfx HAL or driver, to make the lists of translations complete and consistent. This commit corrects also the translation of NRF_I2S symbol for nRF5340 whose name for this SoC contains also the index 0 (so it needs to be handled similarly like NRF_PDM0 is). Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
---|---|---|
.. | ||
nrf51 | ||
nrf52 | ||
nrf53 | ||
nrf91 | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.defconfig | ||
Kconfig.peripherals | ||
Kconfig.soc | ||
validate_base_addresses.c |