- May 24, 2018
-
-
Alexandre Abadie authored
-
- Mar 13, 2018
-
-
Alexandre Abadie authored
-
- Aug 23, 2017
-
-
Alexandre Abadie authored
-
- Jun 21, 2017
-
-
Alexandre Abadie authored
-
- May 24, 2017
-
-
Kaspar Schleiser authored
-
- Mar 15, 2017
-
-
Alexandre Abadie authored
-
- Mar 07, 2017
-
-
Hauke Petersen authored
-
- Mar 02, 2017
-
-
Alexandre Abadie authored
-
- Feb 24, 2017
-
-
Alexandre Abadie authored
-
- Jan 19, 2017
- Mar 05, 2016
-
-
Kaspar Schleiser authored
-
- Feb 08, 2016
-
-
Hauke Petersen authored
- moved definition of CPUID_LEN to periph_cpu.h - fixed some doxygen - simplyfied some implementations
-
- Aug 06, 2015
-
-
Hauke Petersen authored
-
- May 29, 2015
-
-
Hauke Petersen authored
-
- May 28, 2015
-
-
Hauke Petersen 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
-
- Jan 21, 2015
-
-
Hauke Petersen authored
-
- Jan 12, 2015
-
-
Thomas Eichinger authored
-
- Nov 30, 2014
-
-
Oleg Hahm authored
-
- Nov 24, 2014
-
-
BytesGalore authored
-
- Nov 04, 2014
-
-
Thomas Eichinger authored
-
- Oct 23, 2014
-
-
Oleg Hahm authored
* removed RIOT unrelated cpu documentation * introduced cpu_specific prefix to mark such documentation * put oneway_malloc and crypto into sys group
-
- Aug 21, 2014
-
-
Thomas Eichinger authored
-
Thomas Eichinger authored
-
Thomas Eichinger authored
-
- May 16, 2014
-
-
Ludwig Knüpfer authored
fixes #1190
-
- May 13, 2014
-
-
Hauke Petersen authored
- fixed spelling in uart driver - marked cortexm-common a phony target - fixed Makefiles - added reboot interface implementation - fixed documentation - added UART0_BUFSIZE define - added license header - fixed documentation issues
-