- May 18, 2018
-
-
Juan Carrano authored
- Cleanup package makefile. - Download directly from git. - Remove giant patch. - Implement malloc function as a contrib package. - Update ccn example. - Update ps command.
-
- Nov 27, 2017
-
-
Martine Lenders authored
-
- Nov 17, 2017
-
-
Martine Lenders authored
-
- Nov 11, 2017
-
-
Martine Lenders authored
-
- Nov 10, 2017
-
-
Peter Kietzmann authored
-
- Nov 07, 2017
-
-
Martine Lenders authored
Not link-able, since NDP and NC are missing (intentionally)
-
- Dec 22, 2016
-
-
Sebastian Meiling authored
-
- Sep 11, 2016
-
-
Cenk Gündoğan authored
-
- Aug 18, 2016
-
-
Oleg Hahm authored
-
- Dec 15, 2015
- Dec 08, 2015
- Aug 06, 2015
-
-
Kaspar Schleiser 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
-
- Dec 16, 2014
-
-
Oleg Hahm authored
Removes the old interface.
-
- Oct 22, 2014
-
-
Kaspar Schleiser authored
-
- Aug 07, 2014
- Aug 01, 2014
-
-
Oleg Hahm authored
Instead of using differing integer types use kernel_pid_t for process identifier. This type is introduced in a new header file to avoid circular dependencies.
-
- Jul 31, 2014
-
-
Ludwig Knüpfer authored
-
- Jul 18, 2014
-
-
Christian Mehlis authored
-
Christian Mehlis authored
-
- Jul 09, 2014
-
-
René Kijewski authored
-
- Jul 04, 2014
-
-
Oleg Hahm authored
The correct stack size for all examples and test applications correctly. KERNEL_CONF_STACKSIZE_MAIN is the correct stack size for any thread using printf. Also adapted black lists accordingly.
-
- Apr 18, 2014
-
-
Christian Mehlis authored
-
- Feb 18, 2014
-
-
Christian Mehlis authored
C++11 requires a space between literal and identifier [-Wliteral-suffix]
-
- Feb 04, 2014
-
-
Christian Mehlis authored
-
- Jan 06, 2014
-
-
Oleg Hahm authored
-