How to change the hardware register xml file in Arduino project?

Sysprogs forums Forums VisualGDB How to change the hardware register xml file in Arduino project?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31142
    Gast
    Participant

    I have opened a wrong hardware register definition xml file.

    How can I change that?

    Unlike in embedded projects, that file path is not shown for Arduino projects.

     

    #31147
    support
    Keymaster

    Hi,

    Indeed, the Arduino projects do not have the GUI for changing the hardware register definition file. However, you can always roll it back by removing the MCUDefinitionFile element from the .vgdbproj file, and reloading the project.

    We also advise checking in your project into source control, so that you could track the changes and easily roll them back in case something breaks.

    #31148
    Gast
    Participant

    That’s easy.

    Thank you.

     

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