1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
benpicco ab15d67e80
Merge pull request #15059 from maribu/core-thread-cast-align
core/thread.c: Silence -Wcast-align flase positives
2020-09-26 16:31:58 +02:00
..
include Merge pull request #15059 from maribu/core-thread-cast-align 2020-09-26 16:31:58 +02:00
assert.c core: Fix assert printf format string 2017-02-16 17:11:22 +01:00
atomic_c11.c core/atomic_c11: fix I2 typedef for 16bit platforms 2020-08-05 14:32:57 +02:00
atomic_sync.c core: disable uncrustify for atomic_*.c 2020-03-30 17:00:32 +02:00
bitarithm.c core/bitarithm: use __builtin_clz() for bitarithm_msb() 2020-08-04 17:50:09 +02:00
clist.c add copyrights from IOTPUSH project 2019-05-02 12:09:37 +02:00
cond.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
doc.txt core/doc: fix alignment 2020-04-21 15:10:56 +02:00
init.c core/init: make boot message configurable 2020-07-28 11:04:55 +02:00
Kconfig thread: Add THREAD_NAMES make flag 2020-09-10 10:08:27 +02:00
lifo.c core: uncrustify 2020-03-30 17:02:08 +02:00
Makefile core/msg: add message bus 2020-04-28 13:35:05 +02:00
mbox.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
msg_bus.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
msg.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
mutex.c core: Access internal vars via helper funcs 2020-08-06 16:47:33 +02:00
panic.c core/panic: callback app during panic 2020-08-31 16:45:13 +02:00
priority_queue.c core: uncrustify 2020-03-30 17:02:08 +02:00
ringbuffer.c core: uncrustify 2020-03-30 17:02:08 +02:00
rmutex.c core: uncrustify 2020-03-30 17:02:08 +02:00
sched.c Merge pull request #14709 from bergzand/pr/sched/return_thread 2020-09-03 10:18:47 +02:00
thread_flags.c core/thread_flags: Fix code indention 2020-08-23 21:18:10 +02:00
thread.c core/thread: thread_measure_stack_free() const arg 2020-09-25 14:30:33 +02:00