VisualGDB Trial: NuttX Integration with Multiple Configurations

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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 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 3 hours, 16 minutes ago by snikeguo.
    • This topic was modified 3 hours, 16 minutes ago by snikeguo.
    • This topic was modified 3 hours, 16 minutes ago by snikeguo.
    #37162
    support
    Keymaster

    Hi,

    Sure, you can use the CMake platform/configuration GUI as shown here: https://visualgdb.com/tutorials/cmake/multiplatform/

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