Open
Description
The templates for the SConscript file and a variety of other files are intentionally designed to produce paths (and, in some sporadic cases, newlines) which are specific to the OS the files are generated on.
I've been urged in a few other issues to check in the files that modm generates, but as a result if I generated my files on a Windows machine and then cloned the repo on a Linux machine, the project is unusable.
In my case, the following files are different between the two:
modified: modm/SConscript
modified: modm/ext/cmsis/device/stm32f427xx.h
modified: modm/ext/cmsis/device/system_stm32f4xx.h
modified: modm/ext/printf/printf.source
modified: modm/openocd.cfg
modified: modm/scons/site_tools/template.py
modified: modm/src/modm/architecture/interface.hpp
modified: modm/src/modm/math.hpp
modified: modm/src/modm/platform.hpp
modified: modm/src/modm/processing.hpp
What am I supposed to do about this?