HALCoGEN Files we Modify - SFUSatClub/obc-firmware GitHub Wiki
It is important to keep track of the automatically generated files that we modify. These need to be re-modified every time a new build config is created from scratch, and in some other circumstances.
Modified Files List
-
i2c.candi2c.h- an awkwardly-defined struct is moved to the header (TODO: this should just be typedefed, make a setter for it). Could hit multiple include options. -
sys_link.cmd- the linker command file is modified to allow the RTOS to be placed in protected regions of flash and RAM. Please see Creating a new build config for more info.