zephyr/tests
Andrzej Głąbek 30908a91ce tests: arm_irq_vector_table: Correct the name of nRF clock IRQ handler
It should be nrfx_power_clock_irq_handler, not nrfx_clock_irq_handler.
The latter is only present as a function if both nrfx CLOCK and POWER
drivers are used and it is then called from the actual IRQ handler,
which is always named nrfx_power_clock_irq_handler (also when only
the nrfx CLOCK driver is used as in case of this test).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-09-03 21:52:52 +02:00
..
application_development
arch tests: arm_irq_vector_table: Correct the name of nRF clock IRQ handler 2020-09-03 21:52:52 +02:00
benchmarks
bluetooth
boards
crypto
deprecated
drivers tests: uart_async_api: build segger rtt driver 2020-09-03 21:51:28 +02:00
kernel kernel: demote k_mem_map to z_mem_map 2020-09-03 14:24:38 -04:00
lib
misc/test_build
net
portability
posix
shell
subsys tests: fs: update for change in capability 2020-09-03 21:49:34 +02:00
unit
ztest