1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52
Karl Fessel 4445faaa3a core/shed: remove not needed bitarithm include add missing
bitarithm.h is not needed for the interface of shed but may cause conflicts
due to different definitions of SETBIT and CLRBIT

common implementations are: (value, offset) xor (value, mask) bitarithm
implements the later

frac.c and nrf52/usbdev.c use bitarithm.h but where missing the include

sam0/rtt.c defined a bit using mask from bitarithm,
changed that to the soulution used in sam0/rtc.c
2020-02-05 12:45:29 +01:00
..
include nrf802154: implement CCA 2020-01-21 11:06:20 +01:00
ldscripts nrf52: use cortexm.ld script when applicable 2019-03-13 11:57:44 +01:00
periph core/shed: remove not needed bitarithm include add missing 2020-02-05 12:45:29 +01:00
radio/nrf802154 Kconfig: Expose NRF802154 configurations 2020-01-21 11:29:00 +01:00
cpu.c cpu: Moved stdio_init() into cpu_init() 2019-09-06 16:54:23 +02:00
Makefile cpu/nrf52: add 802.15.4 radio driver 2019-03-04 13:21:47 +01:00
Makefile.dep cpu/nrf5x: move dependencies to Makefile.dep 2020-01-28 13:18:39 +01:00
Makefile.features cpu/nrf52: add feature 'ble_nimble_netif' 2019-11-13 13:05:34 +01:00
Makefile.include cpu/ boards/: remove exports for CPU_FAM 2019-10-18 08:55:33 +02:00
vectors.c cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00