Skip to content

HALCoGEN Files we Modify

Richard Arthurs edited this page Oct 3, 2018 · 2 revisions

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.c and i2c.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.