1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common
Marian Buschsieweke e2c5467d09
cpu/nrf5x_common/radio/nrfmin: drop duplicated code
`gnrc_netif_hdr_build()` calls internally `gnrc_netif_hdr_init()`, which does
initialize `gnrc_netif_hdr_t::rssi` and `gnrc_netif_hdr_t::lqi`. So no need to
do this twice.
2021-01-13 08:53:17 +01:00
..
include cpu/nrf52: Ensure that uninitialized PWM outputs are disabled 2020-09-30 13:16:59 +02:00
periph cpu/nrf5x: implement periph_timer_periodic 2020-12-04 19:03:44 +01:00
radio cpu/nrf5x_common/radio/nrfmin: drop duplicated code 2021-01-13 08:53:17 +01:00
clock.c
doc.txt
Kconfig cpu/nrf5x: implement periph_timer_periodic 2020-12-04 19:03:44 +01:00
Makefile
Makefile.dep cpu/nrf5x_common: remove inappropriate rtc dependency resolution 2020-07-10 21:58:03 +02:00
Makefile.features cpu/nrf5x: implement periph_timer_periodic 2020-12-04 19:03:44 +01:00
Makefile.include