zephyr/modules/hal_nordic
Andrzej Głąbek 5e38471e71 modules: hal_nordic: cmake: Fix checking if uicr DT node is accessible
According to cmake documentation, in the `if(<string>)` expression
the string evaluates to false unless its value is one of the true
constants. Thus, the commands under `if(${uicr_path})` are never
executed. Use `if(DEFINED uicr_path)` instead, since `uicr_path`
is returned by `dt_nodelabel()` and it will be undefined if such
node does not exist.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-10-13 21:23:17 +03:00
..
nrf_802154 modules: hal_nordic: nrf_802154: add missing init.h 2023-08-29 16:13:08 +01:00
nrfx modules: hal_nordic: cmake: Fix checking if uicr DT node is accessible 2023-10-13 21:23:17 +03:00
CMakeLists.txt modules: hal_nordic: add new nrf-802154 glue cmake 2021-04-01 14:08:08 +02:00
Kconfig hal_nordic: Add protection against resource conflict (take 2) 2023-03-20 16:59:40 +01:00