TivaC BSP

Sysprogs forums Forums VisualGDB TivaC BSP

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8317
    Magic
    Participant

    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,

    #8450
    support
    Keymaster

    Hi,

    Thanks for pointing this out, we will fix it in the next release of the Tiva BSP.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.