- Aug 02, 2017
-
-
Kaspar Schleiser authored
-
- Jan 12, 2017
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
- Mar 20, 2016
-
-
DipSwitch authored
-
- Feb 28, 2016
-
-
Kaspar Schleiser authored
-
- Dec 07, 2015
-
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Sep 16, 2015
-
-
Kaspar Schleiser authored
-
- Sep 09, 2015
-
-
Hauke Petersen authored
This PR saves some memory by ommiting redundant output. The printing of "jumpint into first task..." is obsolete, as the thread_create calls are not checked for errors anymore. Further the version print is moved into the main_trampoline. This prevents the STDLIB from using precious stack space on the ISR stack, on which it is running before jumping into main - hence opening the option to decrease the stacksize for the ISR stack.
-
- Aug 13, 2015
-
-
Kaspar Schleiser authored
-
- May 22, 2015
-
-
Joakim Nohlgård authored
-
- May 20, 2015
-
-
Lucas Jenss authored
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
-
- May 17, 2015
-
-
Kaspar Schleiser authored
-
- Dec 04, 2014
-
-
Ludwig Knüpfer authored
-
- Oct 30, 2014
-
-
Oleg Hahm authored
There's no need to run config_load from core directly, can be done by auto_init.
-
- Jul 31, 2014
-
-
Ludwig Knüpfer authored
-
- Jul 10, 2014
-
-
René Kijewski authored
Building MSP boards gives an error, because `VERSION` is somewhere defined in their toolchain as an integer. This PR renames `VERSION` into `RIOT_VERSION`, because that's what it is.
-
- Jul 09, 2014
-
-
René Kijewski authored
-
- Mar 18, 2014
-
-
Ludwig Knüpfer authored
-
- Feb 24, 2014
-
-
Oleg Hahm authored
Eliminates special treatment of the hwtimer module and makes it a mandatory part of the kernel.
-
- Feb 11, 2014
-
-
Ludwig Knüpfer authored
-
René Kijewski authored
The function sched_init() zeroes out sched_threads needlessly. All static variables can be assumed to be initialized with zero, anyways. The C standard mandates it, and all at other places in the code it is assumed.
-
- Jan 28, 2014
-
-
Kaspar Schleiser authored
kaspar.schleiser@fu-berlin.de is obsolete. (2nd try, first try was overwritten by some overzealous documenter)
-
- Dec 19, 2013
-
-
Oleg Hahm authored
-
- Dec 16, 2013
-
-
Hauke Petersen authored
-
- Dec 04, 2013
-
-
Kaspar Schleiser authored
kaspar.schleiser@fu-berlin.de will be obsoleted soon. Replace it with kaspar@schleiser.de, which will (hopefully) stay.
-
- Nov 25, 2013
-
-
Oleg Hahm authored
-
- Nov 23, 2013
-
-
Ludwig Knüpfer authored
-
- Aug 14, 2013
-
-
Oleg Hahm authored
-
- Jul 23, 2013
-
- Jul 16, 2013
-
-
Christian Mehlis authored
german "intern" to english "internal"
-
Christian Mehlis authored
-
- Jun 24, 2013
-
-
Oleg Hahm authored
-
- Jun 20, 2013
-
-
Oleg Hahm authored
-
- Jun 18, 2013
-
-
Oleg Hahm authored
-
- Jun 10, 2013
-
-
Oleg Hahm authored
-
- Jun 09, 2013
-
-
Christian Mehlis authored
this fixes some compiler warnings
-
- Apr 02, 2013
-
-
Oleg Hahm authored
-
- Mar 27, 2013
-
-
Oleg Hahm authored
-
- Mar 07, 2013
-
-
Oleg Hahm authored
-