mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4445faaa3a
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 |
||
---|---|---|
.. | ||
include | ||
assert.c | ||
atomic_c11.c | ||
atomic_sync.c | ||
bitarithm.c | ||
clist.c | ||
cond.c | ||
doc.txt | ||
init.c | ||
lifo.c | ||
Makefile | ||
mbox.c | ||
msg.c | ||
mutex.c | ||
panic.c | ||
priority_queue.c | ||
ringbuffer.c | ||
rmutex.c | ||
sched.c | ||
thread_flags.c | ||
thread.c |