- Mar 04, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
Thomas Schöpping authored
If disabled, CAN start and stop functions are removed, SSSP startup stage 3 is skipped and RTC is not synchronized during startup.
- Feb 25, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
Thomas Schöpping authored
the patching procedure in the kernel setup script will now print information, which patch is currently applied.
-
Thomas Schöpping authored
-
Thomas Schöpping authored
NOTE: ChibiOS 19.1.x seems to contain some issues as of now.
-
- Feb 21, 2019
-
-
Thomas Schöpping authored
All preprocessor directives without arguments (e.g. #endif) are now followed by a comment, indicating where it belongs to (e.g. the preceding #if).
-
Thomas Schöpping authored
Makefiles enhanced: the targets 'all' and 'clean' will now be executed in parallel with as many threads as there are modules (= folders in modules/)
-
Thomas Schöpping authored
-
- Feb 19, 2019
-
-
Thomas Schöpping authored
-
- Feb 14, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
The BOARD_VERSION macro has been removed. Instead the version is now encoded in the other BOARD_XXX macros.
-
Thomas Schöpping authored
-
- Feb 12, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
Cung Lian Sang authored
-
- Feb 11, 2019
-
-
Felix Wittenfeld authored
-
Felix Wittenfeld authored
-
Cung Lian Sang authored
-
Thomas Schöpping authored
-
Thomas Schöpping authored
-
- Feb 08, 2019
-
-
Cung Lian Sang authored
-
Cung Lian Sang authored
-
Thomas Schöpping authored
NOTE: Unfortunately, the unit test fails =(
-
Thomas Schöpping authored
This is not necessary for compilation but for the QtCreator project setup to work properly.
- Feb 07, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
From now on there is a distinction between kernel checks and AMiRo-OS checks. Kernel checks are much more critical and will not print anything on failure. AMiRo-OS checks print an error message and cause the according thread to exit execution immediately.
-
Thomas Schöpping authored
-
- Feb 06, 2019
-
-
Thomas Schöpping authored
-
Thomas Schöpping authored
set the C standard to C17 (ISO), although this does not make any difference according to GCC documentation
-
Cung Lian Sang authored
-