History | View | Annotate | Download (10.964 KB)
introduced the USER_CFLAGS variable to all modules makefiles, so users can add custom compiler flags
Fixed an issue where make -j (targets) would fail be preventing parallel execution.
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.
renamed the make projects to include the version of the modules.
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).
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).