patrislav1 / cubemx.cmake

Script collection to build CubeMX projects with CMake and debug them with VSCode
The Unlicense
35 stars 10 forks source link

feature request: middleware and software packs #18

Closed lunarifish closed 3 months ago

lunarifish commented 3 months ago

It seems like the parser doesn't care about middlewares(freertos, usb_device, etc.). As this project is a "minimal" ioc parser, is it OK to take care of these additional components?

Or alternatively, can we add a .cproject parser, and directly extract sources/include paths from CubeIDE project file?

patrislav1 commented 3 months ago

see also caveats, 4th point. (with example how to add such things manually).

this project is supposed to be simple / lightweight, so at the moment I consider this out of scope.