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 cpu/nrf5x: unified clock initialization code 2017-04-05 18:07:23 +02:00
doc.txt cpu/nrf5x_common: Give Doxygen group a name 2016-03-14 23:09:49 +01:00
Kconfig cpu/nrf5x: implement periph_timer_periodic 2020-12-04 19:03:44 +01:00
Makefile cpu/nrf5x: added nrfble radio driver 2018-04-06 11:18:53 +02:00
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 cpu/nrf5x: move dependencies to Makefile.dep 2020-01-28 13:18:39 +01:00