zephyr/tests/drivers/timer/nrf_rtc_timer
Krzysztof Chruscinski 8bee027ec4 arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag
Flag was present only when ZLI was enabled. That resulted in additional
ifdefs needed whenever code supports ZLI and non-ZLI mode.

Removed ifdefs, added build assert to irq connections to fail at
compile time if IRQ_ZERO_LATENCY is set but ZLI is disabled. Additional
clean up made which resulted from removing the ifdef.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-04-12 07:33:27 -04:00
..
boards
src arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag 2021-04-12 07:33:27 -04:00
CMakeLists.txt
prj.conf tests: drivers: timer: nrf_rtc_timer: Adapt test to nrf52_bsim 2020-12-13 19:28:08 -05:00
testcase.yaml tests: drivers: timer: nrf_rtc_timer: Adapt test to nrf52_bsim 2020-12-13 19:28:08 -05:00