1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387
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
..
doc cpu: rename arm_common to arm7_common 2014-11-21 20:27:19 +01:00
gpioint doc: fix more license headers 2014-08-27 19:20:49 +02:00
i2c lint: fix redundantAssignment warnings 2014-10-31 01:24:29 +01:00
include Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
mci lint: reduce scope 2014-09-12 11:50:12 +02:00
periph lpc2387: pwm_init: return actual frequency 2015-05-16 10:17:02 +02:00
tools lpc2387: Replace tabs by spaces 2015-05-18 07:10:52 +02:00
asmfunc.s cpu: removing tabs from asm files (#1439) 2014-08-02 12:47:02 +02:00
cpu.c cpu: lpc2387: integrated lpc_common into lpc2387 2014-12-02 17:47:10 +01:00
hwtimer_cpu.c cpu: lpc2387: integrated lpc_common into lpc2387 2014-12-02 17:47:10 +01:00
linkerscript.x cpu/lpc2387/linkerscript.x: Tabs->Spaces 2015-05-09 09:11:37 +02:00
lpc23xx-iap.c *: add missing blank lines 2015-03-21 16:34:59 +01:00
lpc2387-adc.c doc: fix more license headers 2014-08-27 19:20:49 +02:00
lpc2387-lpm.c doc: fix more license headers 2014-08-27 19:20:49 +02:00
lpc_syscalls.c cpu: lpc2387: integrated lpc_common into lpc2387 2014-12-02 17:47:10 +01:00
Makefile periph_rtc: streamline lpc2387 and cc430 naming 2014-12-16 17:02:44 +01:00
Makefile.include cpu: lpc2387: integrated lpc_common into lpc2387 2014-12-02 17:47:10 +01:00
startup.s cpu: removing tabs from asm files (#1439) 2014-08-02 12:47:02 +02:00