1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/iot-lab_M3
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
..
auto_init_ng_netif Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
dist board/iot-lab_M3: specify target CPU for openocd 2015-02-10 14:27:46 +01:00
include drivers: adapt ng_at86rf2xx to new auto_init_ng_netif scheme 2015-05-17 21:02:00 +02:00
board.c board/iot-lab_M3: fixed doxygen group name 2015-02-12 13:38:11 +01:00
Makefile board/iot-lab_M3: cleanup of AT86RF231 driver 2014-09-30 11:19:23 +02:00
Makefile.dep board/iot-lab: added network interface init 2015-04-30 15:08:49 +02:00
Makefile.features boards/iot-lab_M3: split FEATURES_PROVIDED over multiple lines 2015-03-20 00:13:07 +01:00
Makefile.include board/iot-lab_M3: use unified openocd script 2015-02-10 14:27:45 +01:00