1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
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
..
assert.h core/assert: allow multiple static_asserts 2019-10-19 16:16:24 +02:00
bitarithm.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
byteorder.h many typo fixes 2019-11-23 22:39:07 +01:00
cib.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
clist.h add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
cond.h doxygen: refine core_sync grouping 2019-01-09 08:42:59 +01:00
debug.h core: debug: introduce DEBUG_PUTS() 2019-11-20 19:09:47 +01:00
irq.h core/irq: fix 2 missing words in documentation 2019-01-07 20:50:59 +01:00
kernel_defines.h core/kernel_defines: Introduce 'IS_ACTIVE' macro. 2019-11-11 12:53:03 +01:00
kernel_init.h core: fix typos 2019-11-23 22:39:38 +01:00
kernel_types.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
lifo.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
list.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
log.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
mbox.h core/mbox: doc typo fixes 2018-06-13 12:13:24 +02:00
msg.h doc: replace dashes 2017-09-06 08:49:05 +02:00
mutex.h doxygen: refine core_sync grouping 2019-01-09 08:42:59 +01:00
native_sched.h core/sched_native: fix duplicate core_sched group definition 2019-08-05 16:57:37 +02:00
panic.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
priority_queue.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
ringbuffer.h doxygen: use ingroup instead of addtogroup in core 2019-01-09 08:42:59 +01:00
rmutex.h core/rmutex: Made C++ compatible 2019-10-24 23:08:36 +02:00
sched.h core/shed: remove not needed bitarithm include add missing 2020-02-05 12:45:29 +01:00
thread_flags.h core: uncrustify thread_flags.h 2018-06-27 12:43:29 +02:00
thread.h core/thread.c: new function for zombie state 2019-12-11 16:48:31 +01:00