1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/x86
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 x86: Add atomic_cas implementation 2015-05-07 18:52:13 +02:00
Makefile Initial import of the x86 port 2014-05-25 13:40:29 +02:00
Makefile.include Initial import of the x86 port 2014-05-25 13:40:29 +02:00
nop_nop_nop.inc Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_atomic.c x86: Add atomic_cas implementation 2015-05-07 18:52:13 +02:00
x86_cmos.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_glue.c all: remove extra blank lines at the end 2015-05-09 09:10:08 +02:00
x86_hwtimer.c Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
x86_interrupts.c core: introduce thread_yield_higher(), yield less 2014-10-24 00:09:56 +02:00
x86_memory.c Removing the warnings after running static code analyser. 2015-03-10 04:08:43 +05:30
x86_pci_init.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_pci_strings.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_pci.c Removing the warnings after running static code analyser. 2015-03-10 04:08:43 +05:30
x86_pic.c Fix a few cppcheck findings 2014-07-25 08:17:06 +02:00
x86_pit.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_reboot.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_rtc.c Removing the warnings after running static code analyser. 2015-03-10 04:08:43 +05:30
x86_startup.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_threading.c x86: fix FPU lazy swap 2015-04-02 19:27:17 -03:00
x86_uart.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_ucontext.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00
x86_videoram.c Initial import of the x86 port 2014-05-25 13:40:29 +02:00