1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/core/include
Ludwig Ortmann 093085b4ff native: workaround for missing __builtin_bswap16
Implements a workaround for
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624

This is present in current versions of ubuntu 12.04 and debian 7.7 (stable).
2014-12-15 09:27:40 +01:00
..
arch core/cpu/boards: removed fw_puts from RIOT 2014-11-21 13:09:02 +01:00
atomic.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
attributes.h core: align stack on a 32bit boundary 2014-10-17 18:22:37 +02:00
bitarithm.h c++: core: add extern C in header files 2014-10-09 06:18:16 +07:00
byteorder.h native: workaround for missing __builtin_bswap16 2014-12-15 09:27:40 +01:00
cib.h doc: document internal cib init macro 2014-12-04 15:11:42 +01:00
clist.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
crash.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
debug.h core: undefining ENABLE_DEBUG is no longer required 2014-12-03 22:56:15 +01:00
flags.h c++: core: add extern C in header files 2014-10-09 06:18:16 +07:00
hwtimer.h Merge pull request #1709 from benpicco/hwtimer_fix 2014-12-04 19:00:38 +01:00
irq.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
kernel_internal.h doc: fixed remaining doxygen warnings in core 2014-10-23 18:30:09 +02:00
kernel_macros.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
kernel_types.h Remove special case for atmega in kernel_types.h 2014-11-11 11:42:44 +01:00
kernel.h doc: fixed remaining doxygen warnings in core 2014-10-23 18:30:09 +02:00
lifo.h doc: fixed remaining doxygen warnings in core 2014-10-23 18:30:09 +02:00
lpm.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
msg.h core: msg: introduce msg_try_send 2014-10-22 12:37:33 +02:00
mutex.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
priority_queue.h doc: fixed broken doxygen references 2014-12-04 17:16:57 +01:00
ringbuffer.h c++: s/restrict/__restrict/ 2014-11-19 14:27:19 +01:00
sched.h doc: add some references 2014-12-04 16:50:21 +01:00
tcb.h core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
thread.h doc: fixed broken param descriptions 2014-11-30 22:34:50 +01:00