cubemx.cmake icon indicating copy to clipboard operation
cubemx.cmake copied to clipboard

Script collection to build CubeMX projects with CMake and debug them with VSCode

Results 1 cubemx.cmake issues
Sort by recently updated
recently updated
newest added

I have a project that is structured in this way: ``` project/ ├── target-1/ │ ├── ... │ └── target-1.ioc ├── target-2/ │ ├── ... │ └── target-2.ioc ├── ......