Other Parts Discussed in Thread: SYSCONFIG
We are using TI's SYSCONFIG tool, delivered as part of the TI AM263x MCU+ SDK, to generate config files for our builds. These files are then checked into source control. We would like to avoid checking the generated files into source control, and instead only check in the generated project.syscfg file, and allow our build system to generate the relevant files from that as needed. Unfortunately, we find that re-running sysconfig on the same project.syscfg file leads to different output: the order of pins might be different, for example, and sometimes the generated patterns are considered invalid by our compiler. The non-stable ordering also makes it difficult for us to apply patches to the generated code.
Is there a way to configure the Sysconfig CLI tool to behave deterministically?