1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
Joakim Nohlgård 5b68bbb2cf core: Rename typedef schedstat -> schedstat_t
To follow naming conventions
2018-10-26 09:10:21 +02:00
..
assert.h core/assert: provide static_assert for c99 2018-06-03 03:15:17 -04:00
bitarithm.h core/bitarithm: add explicit 32-bit function 2018-10-08 13:57:21 +02:00
byteorder.h core/byteorder: fix byteorder_htobebufs, byteorder_bebuftohs 2018-08-23 22:07:44 +02:00
cib.h core: cib: fix overflow handling 2017-11-22 17:53:16 +01:00
clist.h core/clist: make clist_foreach() return break-causing node 2018-05-12 00:07:13 +02:00
debug.h core/debug: fix debug.h use within ISRs 2018-05-17 17:06:44 -04:00
irq.h core: remove COREIF_NG 2017-11-16 14:39:54 +01:00
kernel_defines.h pkg/fatfs: add vfs integration 2018-01-09 14:46:40 +01:00
kernel_init.h core: header cleanup 2016-02-28 22:46:28 +01:00
kernel_types.h documentation: update my name (Ortmann -> Knüpfer) 2015-09-27 18:58:30 +02:00
lifo.h doc: Fix 'must not'/'may not' wording 2017-12-19 09:00:12 +01:00
list.h core/list: uncrustify 2017-01-11 09:00:25 +01:00
log.h doc: correct naming of doxygen group in core 2017-04-10 16:11:49 +02: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 core/mutex: fix -fpermissive warning in C++ mode 2018-03-25 09:11:26 +02:00
native_sched.h core/pthread: make them compilable with g++ 2018-07-21 14:24:57 +02:00
panic.h core/include/panic.h: fix typos 2017-11-16 14:40:16 +01:00
priority_queue.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
ringbuffer.h core/include/ringbuffer.h: add doc ref to tsrb. 2017-10-29 08:08:15 -05:00
rmutex.h core: rmutex: include stdint.h 2018-08-03 18:34:56 +02:00
sched.h core: Rename typedef schedstat -> schedstat_t 2018-10-26 09:10:21 +02:00
thread_flags.h core: uncrustify thread_flags.h 2018-06-27 12:43:29 +02:00
thread.h core: architecture dependent part in thread_t 2018-07-05 09:22:59 +02:00