1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
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
..
arch core: unified core_panic implementation 2015-05-10 11:58:43 +02:00
atomic.h core: Introduce atomic counters 2015-05-07 18:52:13 +02:00
attributes.h core: align stack on a 32bit boundary 2014-10-17 18:22:37 +02:00
bitarithm.h doc: use my real name 2015-02-08 18:52:16 +01:00
byteorder.h native: workaround for missing __builtin_bswap16 2014-12-15 09:27:40 +01:00
cib.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
clist.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
debug.h Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
flags.h c++: core: add extern C in header files 2014-10-09 06:18:16 +07:00
hwtimer.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
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 boards: core: cpu: drivers: sys: added missing header guards 2015-01-27 19:10:57 +01:00
kernel_types.h Remove special case for atmega in kernel_types.h 2014-11-11 11:42:44 +01:00
kernel.h Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
lifo.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
log.h core: log: introduce logging API 2015-05-17 21:49:22 +02:00
lpm.h core: moved #includes outside the extern "C" guards 2014-10-21 13:46:04 +02:00
msg.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
mutex.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
native_sched.h Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
panic.h core: renamed crash.h to panic.h 2015-05-09 18:44:10 +02:00
priority_queue.h doc: fixes doxygen warnings in core 2015-04-21 18:53:36 +02:00
ringbuffer.h core: Updated include guards to remove leading underscores 2015-03-30 06:10:58 +05:30
sched.h Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
tcb.h core: move optional tcb members to DEVELHELP 2014-10-30 16:37:10 +01:00
thread.h Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00