1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/routing/aodvv2
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
..
aodv_debug.h doc: aodv specific stuff shouldn't show up in core 2015-04-21 18:53:36 +02:00
aodv.c Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
aodv.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
constants.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
Makefile Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
reader.c AODVv2: Broken & Expired routes to Invalid routes 2015-04-02 10:45:26 -07:00
reader.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
routingtable.c AODVv2: fix check if route offers improvement 2015-04-11 06:51:08 -07:00
routingtable.h AODVv2: Broken & Expired routes to Invalid routes 2015-04-02 10:45:26 -07:00
seqnum.c aodvv2: fix calls to DEBUG() 2015-01-06 15:57:12 -08:00
seqnum.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00
utils.c aodvv2: fix check for redundant RREQ 2015-04-16 09:34:42 -07:00
utils.h aodvv2: fix check for redundant RREQ 2015-04-16 09:34:42 -07:00
writer.c AODVv2: fix mutex for route message creation 2015-04-10 07:13:35 -07:00
writer.h Add the AODVv2 Routing Protocol 2014-11-27 03:50:20 -08:00