Statistics
| Branch: | Tag: | Revision:

amiro-blt / Target / Modules / LightRing_1-0 / Boot / makefile @ ffb742da

History | View | Annotate | Download (10.964 KB)

# Date Author Comment
ffb742da 2019-12-10 13:49 Thomas Schöpping

introduced the USER_CFLAGS variable to all modules makefiles, so users can add custom compiler flags

3decc02a 2019-06-25 12:39 Thomas Schöpping

Fixed an issue where make -j (targets) would fail be preventing parallel execution.

fc7151bb 2019-03-14 14:32 Thomas Schöpping

Introduced new LightRing v1.2 module.
Version number has been rolled back to 1.1.3, since no new functionality has been introduced with the latest commits, but just new modules and some fixes.

31d314a9 2018-04-09 14:55 Thomas Schöpping

renamed the make projects to include the version of the modules.

2d379838 2018-04-09 14:55 Thomas Schöpping

Moved the helper.h/c files to the general Source folder.
The helper files take now advantage from the iodef.h files, making inline module checks unnecessary (removed according lines from the makefiles).

367c0652 2018-03-09 16:48 Thomas Schöpping

Moved the Taget/Demo/XXX/ folders to Target/Modules/.
The module folders were further renamed to contain the module revision (e.g. DiWheelDrive_1-1).