Hi all,
Previously we had been using StellarisWare, and we had been installing it to a known location (C:\StellarisWare) so that projects that we created using it were able to reference any include files by a static path (C:\StellarisWare\inc).
Now that TivaWare is bundled in TI-RTOS, we'd like to use that as it's an easy way to keep everything up to date. However, we can't find an easy way to reference the include path. The app note recommendation for how to create the project doesn't bring in the "inc" directory, so we can't reference it by workspace path, and now that it's within TI-RTOS we can't hard-code the path either, as it contains the version number both of TivaWare and TI-RTOS in it (example: C:\CCS\tirtos_1_10_00_23\products\TivaWare_C_Series-1.0)
Is there any way to create an include path for TivaWare that would persist between revisions without needing modification? That seems like it would be really useful.
-Ben