Closed rickyelopez closed 3 years ago
Hi! What you're asking for is to tell the CubeMX where to place its generated sources but there is no such option. So it can only be done by renaming already created folders. But why you want this feature, what it will be useful for?
Ah, that's unfortunate. It isn't strictly necessary, just would have been nice to have the generated files go directly into the directories that I want without having to move them manually. Not the end of the world though, thanks anyway!
Hello! Love this project, very useful
In my
stm32pio.ini
files I'm usingplatformio_ini_patch_content
to set theinclude_dir
andsrc_dir
keys to alternate names. However, there doesn't seem to be a way to propagate that change to the code generation, so whenever I runstm32pio generate
, I then need to deal with renaming the directories which are still created asSrc
andInc
.It would be really great if we could also specify the output directory names from calling
stm32pio generate
. Maybe this already exists and I'm just missing it?