1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common
chrysn abf95d14a6
cpu/nrf5x: Tolerate NULL callback in timers
timer_set has no documented restriction on this being not null, other
implementations explicitly tolerate it (rpx0xx checks inside the ISR,
but doing it at init time keeps the ISR slim).

This is useful when using a timer just to read, without any action when
it triggers (the action is taken depending on read values, eg. in a
thread context).
2023-12-19 11:13:40 +01:00
..
include cpu/nrf5x_common: implement periph_timer_query_freqs 2023-12-08 23:23:07 +01:00
periph cpu/nrf5x: Tolerate NULL callback in timers 2023-12-19 11:13:40 +01:00
radio netdev_drivers: make sure to signal LINK_UP at least once 2022-09-16 22:57:28 +02:00
shared_irq cpu/nrfxx: introduce shared serial IRQ 2023-07-11 22:39:23 +02:00
clock.c cpu/nrfxx: simplify LFCLK source selection 2023-07-06 15:47:22 +02:00
doc.txt cpu/nrf5x_common: Give Doxygen group a name 2016-03-14 23:09:49 +01:00
Kconfig cpu/nrf5x_common: implement periph_timer_query_freqs 2023-12-08 23:23:07 +01:00
Makefile cpu/nrfxx: use shared serial IRQ 2023-07-11 22:42:10 +02:00
Makefile.dep pkg/nimble: conditional compilation of nRF5x code 2022-08-24 09:03:38 +02:00
Makefile.features cpu/nrf5x_common: implement periph_timer_query_freqs 2023-12-08 23:23:07 +01:00
Makefile.include cpu/nrf51: use cortexm.ld 2022-09-23 15:55:05 +02:00