- May 15, 2018
-
-
Juan Carrano authored
The "verbose" alternative for assert() is now an expression and can be used in all the places that a funcion call can be used.
-
- May 11, 2018
-
-
Kaspar Schleiser authored
-
- Apr 03, 2018
-
-
Pieter Willemsen authored
-
- Mar 25, 2018
-
-
Joakim Nohlgård authored
g++ gives the error message "error: invalid conversion from ‘void*’ to ‘list_node*’ [-fpermissive]"
-
- Feb 06, 2018
-
-
Alexandre Abadie authored
-
- Jan 17, 2018
-
-
Sebastian Meiling authored
-
- Jan 16, 2018
-
-
Kaspar Schleiser authored
-
- Jan 15, 2018
-
-
Kaspar Schleiser authored
-
- Jan 12, 2018
-
-
Kaspar Schleiser authored
-
- Jan 09, 2018
-
-
MichelRottleuthner authored
-
- Dec 19, 2017
-
-
Martine Lenders authored
I applied the following terminology and changed the wording in the doc accordingly: * must not: If the parameter is of the value it *must not* be it either hits an assert or crashes the system. * may not: The value can be that value, but the function will return an error.
-
- Nov 22, 2017
-
-
Kaspar Schleiser authored
-
- Nov 16, 2017
-
-
Lotte Steenbrink authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
- Nov 06, 2017
-
-
Kaspar Schleiser authored
-
- Oct 29, 2017
-
-
Joe Kroesche authored
Updated file comment header to comply with coding standard; added brief module description and reference to tsrb to guide reader who might be looking for thread-safe implementation
-
- Oct 12, 2017
-
-
Joakim Nohlgård authored
and improve docs for THREAD_FLAG_TIMEOUT
-
- Oct 03, 2017
-
-
Travis Griggs authored
-
- Oct 02, 2017
-
-
Kaspar Schleiser authored
-
- Sep 06, 2017
-
-
Sebastian Meiling authored
-
- Aug 31, 2017
-
-
Joakim Nohlgård authored
-
- Aug 30, 2017
-
-
Kaspar Schleiser authored
-
Joakim Nohlgård authored
-
- Aug 11, 2017
-
-
Joakim Nohlgård authored
Everything below the thread states was cut off in the module documentation because Doxygen does not handle nested @name tags.
-
- Aug 02, 2017
-
-
Kaspar Schleiser authored
-
- Jun 27, 2017
-
-
Kaspar Schleiser authored
-
- Jun 08, 2017
-
-
Sebastian Meiling authored
-
- May 30, 2017
-
-
Raul Fuentes authored
-
- May 24, 2017
-
-
Kaspar Schleiser authored
-
- May 16, 2017
-
-
Vincent Dupont authored
Fix xtimer_now() usage and fix columns alignment in ps command when module schedstatistics is used.
-
- May 08, 2017
-
-
Hauke Petersen authored
-
- Apr 13, 2017
-
-
Kaspar Schleiser authored
-
- Apr 10, 2017
-
-
Sebastian Meiling authored
-
- Mar 28, 2017
-
-
Kaspar Schleiser authored
-
- Mar 17, 2017
-
-
Sebastian Meiling authored
-
- Mar 01, 2017
-
-
Simon Brummer authored
-
- Feb 20, 2017
-
-
Martin Elshuber authored
-
- Feb 16, 2017
-
-
Joakim Nohlgård authored
cppcheck said: core/assert.c:23: warning (invalidPrintfArgType_sint): %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'.
-