Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I am using Halcogen to develop freeRTOS applications. When I output the files from Halcogen, the freeRTOS related files are from version 9.0, where I want to use the latest 10.3.
The problem is that some of the 10.3 files have been updated, so Halcogne writes downrev files.
How do I sort this out? The freeRTOS files are called, as an example "event_groups.h", where the files from Halcogen are prefixed and called "os_event_groups.h". Do I rename the 10.3 version files to the prefix used by Halcogen and copy over the down-rev files? I can't find any docs on ti.com that explain this.
Why does Halcogen rename files with the prefix? It makes sense because it keeps things grouped in the directory, but it is incompatible with new freeRTOS files.