Other Parts Discussed in Thread: C2000WARE,
Hello,
I'd like to check that anyone building the project is using the right MCU-PLUS-SDK version. By checking I mean ideally aborting the build process if not the correct version.
For the compiler, it's easy, I just check __ti_version__ and combine with #error.
For DriverLib in C2000Ware, I can check the value of VERSION_NUMBER macro in version.h and combine with #error.
But I cannot find the equivalent for MCU-PLUS-SDK-AM263X. Have I overlooked something and is such a check currently possible? If not, please implement a version header file similar to DriverLib.
Thank you.