Assume a TI-RTOS project with multiple build targets (binaries), but a similar kernel configuration and hw platform. Which cases are achievable with the current build tools?
- Build all targets at once with the exact same .cfg file
- Build all targets at once with code generation for tasks, events, etc.
By building at once I mean, that the TI-RTOS kernel is only built once for all targets. I guess that only the first one is possible, since the second requires multiple slightly different .cfg files which again require multiple invocations of xs/configuro.