Statistics
| Branch: | Tag: | Revision:

amiro-os / modules / NUCLEO-F103RB / Makefile @ 4c72a54c

History | View | Annotate | Download (8.543 KB)

# Date Author Comment
4c72a54c 2019-07-15 13:21 Thomas Schöpping

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...

00843891 2019-03-06 10:20 Thomas Schöpping

removed some redundant GCC optimization parameters

eeb84bf1 2019-03-05 17:02 Thomas Schöpping

modified some Makefiles to properly use the BUILDDIR variable

2f5f6722 2019-03-05 11:57 Thomas Schöpping

Enhanced the Makefiles to consistently use the BUIDDIR variable.

2a9f9ad7 2019-02-25 16:16 Thomas Schöpping

Slightly optimized all Makefiles

732a4657 2019-02-25 13:42 Thomas Schöpping

ChibiOS updated to version stable_19.1.x.
NOTE: ChibiOS 19.1.x seems to contain some issues as of now.

691a0632 2019-02-06 17:53 Thomas Schöpping

set the C standard to C17 (ISO), although this does not make any difference according to GCC documentation

f4da707a 2019-01-30 13:33 Thomas Schöpping

Introduced support the STM32F103 NUCLEO module.