Hello,
I’m trying to use your BSP to our TI TivaC platform.
I have a suggestion in “BSP.xml” for Tiva.
The additional PreprocessorMacros for compile has per each of target device in the SupportedMCUs section.
Currently, it is target device name.
I think it is better to replace it to the target name having the prefix “PART_” .
Example:
<string>TM4C123GH6ZXR</string> <!– current –>
<string>PART_TM4C123GH6ZXR</string> <!– suggestion –>
Because the “PART_ device name” is used in the “pin_map.h”.
Best regards,