1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core
Lucas Jenss 426170b064 Improve naming of thread stacksize/priority constants
As discussed in #2725, this commit renames a number of stacksize constants to
better convey their intended usage. In addition, constants for thread priority
are given a `THREAD_` prefix. Changes are:

* KERNEL_CONF_STACKSIZE_PRINTF renamed to THREAD_EXTRA_STACKSIZE_PRINTF
* KERNEL_CONF_STACKSIZE_DEFAULT renamed to THREAD_STACKSIZE_DEFAULT
* KERNEL_CONF_STACKSIZE_IDLE renamed to THREAD_STACKSIZE_IDLE
* KERNEL_CONF_STACKSIZE_MAIN renamed to THREAD_STACKSIZE_MAIN
* Move thread stacksizes from kernel.h to thread.h, since the prefix changed
* PRIORITY_MIN renamed to THREAD_PRIORITY_MIN
* PRIORITY_IDLE renamed to THREAD_PRIORITY_IDLE
* PRIORITY_MAIN renamed to THREAD_PRIORITY_MAIN
* Move thread priorities from kernel.h to thread.h since the prefix has changed
* MINIMUM_STACK_SIZE renamed to THREAD_STACKSIZE_MINIMUM for consistency
2015-05-21 00:14:23 +02:00
..
include Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
atomic.c core: Introduce atomic counters 2015-05-07 18:52:13 +02:00
bitarithm.c doc: use my real name 2015-02-08 18:52:16 +01:00
clist.c core: remove lagacy tests from clist and lifo 2015-03-22 16:12:08 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
hwtimer.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
kernel_init.c Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
lifo.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
msg.c Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
mutex.c core,sys: fix storage types for irq API usage 2014-10-27 16:25:23 +01:00
panic.c core: print thread table on crash 2015-05-12 07:46:10 +02:00
priority_queue.c core: shadowing in priority_queue_print 2014-08-11 18:42:25 +02:00
reboot.c doc: use lgplv2.1-short license header instead of lgpl-short-riot 2014-07-31 22:57:20 +02:00
ringbuffer.c core: sys: move ringbuffer to core 2014-11-19 14:18:39 +01:00
sched.c core: log: introduce logging API 2015-05-17 21:49:22 +02:00
thread.c core/thread: use disableIRQ/restoreIRQ 2014-12-03 20:45:00 +01:00