1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
smlng 59e299635b cppcheck: add/correct reason for cppcheck-suppress
Adding and correcting description/rational on why certain cppcheck
warnings or errors are intentionally suppressed.
2018-09-25 12:03:58 +02:00
..
include Merge pull request #9826 from kaspar030/fix_byteorder_bebuf 2018-09-03 14:35:29 +02:00
assert.c core: Fix assert printf format string 2017-02-16 17:11:22 +01:00
atomic_c11.c llvm: hide redefines of atomic sync operations 2017-02-14 10:53:12 +01:00
atomic_sync.c llvm: hide redefines of atomic sync operations 2017-02-14 10:53:12 +01:00
bitarithm.c core: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
clist.c cppcheck: add/correct reason for cppcheck-suppress 2018-09-25 12:03:58 +02:00
doc.txt core: doc typos 2017-01-20 13:35:57 +01:00
kernel_init.c core: remove redundant includes 2017-08-02 14:27:55 +02:00
lifo.c core: cpu: fix check for DEVELHELP 2015-09-12 12:43:15 +02:00
Makefile core: adapt to Makefile.submodule 2017-03-28 20:50:48 +02:00
mbox.c core: adapt to Makefile.submodule 2017-03-28 20:50:48 +02:00
msg.c core/msg: Set THREAD_FLAG_MSG_WAITING when queueing messages 2017-08-30 12:04:47 +02:00
mutex.c core: remove redundant includes 2017-08-02 14:27:55 +02:00
panic.c core: remove COREIF_NG 2017-11-16 14:39:54 +01:00
priority_queue.c core: assertion not to add twice to priority_queue 2015-11-27 14:57:17 +01:00
ringbuffer.c core: bugfix: ringbuffer_remove 2017-03-01 22:01:26 +01:00
rmutex.c core: fix doxygen grouping 2018-06-11 19:12:02 +02:00
sched.c core: Mark openocd info variables read-only 2018-08-25 14:44:45 +02:00
thread_flags.c core: thread_flags: Set sched_status_switch_request after waking a waiting thread 2017-08-31 22:51:28 +02:00
thread.c core/thread: add thread_getname() dummy available without DEVELHELP 2018-01-15 14:37:04 +01:00