History | View | Annotate | Download (8.535 KB)
Makefiles revisedAMiRo-LLD updated
adapt sample of DW1000 with current format on NUCLEO_F103RB
Massive overhaul:- updated to a new version of AMiRo-LLD- tests (formerly unit tests) are now split onto multiple parts: - there are "global" tests for each driver etc. - there is an individual part for each module, e.g. if there are multiple instances of the same periphery...
removed some redundant GCC optimization parameters
modified some Makefiles to properly use the BUILDDIR variable
Enhanced the Makefiles to consistently use the BUIDDIR variable.
Slightly optimized all Makefiles
ChibiOS updated to version stable_19.1.x.NOTE: ChibiOS 19.1.x seems to contain some issues as of now.
set the C standard to C17 (ISO), although this does not make any difference according to GCC documentation
Introduced support the STM32F103 NUCLEO module.