VisualGDB Trial: NuttX Integration with Multiple Configurations

Sysprogs forums Forums VisualGDB VisualGDB Trial: NuttX Integration with Multiple Configurations

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #37158
    snikeguo
    Participant

    Hi,

    I’m currently evaluating VisualGDB to see if it can integrate well with NuttX.

    My typical workflow involves managing multiple configurations in the same directory. For example:

    config1:   cmake -B build/f4_nsh -DBOARD_CONFIG=stm32f4discovery:nsh -GNinja

    config2:    cmake -B build/h7_nsh -DBOARD_CONFIG=linum-stm32h753bi:nsh -GNinja

    After code changes, I build each separately:

    cmake –build build/f4_nsh
    cmake –build build/h7_nsh

     

    I’m looking for guidance on how to set up VisualGDB to handle this multi-configuration structure. Any tips or examples would be greatly appreciated.

    Thanks!

     

     

    Compiling with CMake — NuttX latest documentation

    • This topic was modified 1 hour, 21 minutes ago by snikeguo.
    • This topic was modified 1 hour, 20 minutes ago by snikeguo.
    • This topic was modified 1 hour, 20 minutes ago by snikeguo.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.