You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should add the option to specify the source directory to the project containing the IOC file and the option to specify the destination directory to contain the generated PlatformIO project code.
The purpose is to avoid a mix of the original code in the STM32Cube project and to avoid duplication of code in the Src folder like the attached image.
A format command like this:
stm32pio new -x /path/to/project.ioc -d /path/to/platformio
Thank you.
The text was updated successfully, but these errors were encountered:
EnziinSystem
changed the title
Added option to specify source-destination directory
Add option to specify source-destination directory
Jan 19, 2022
Thanks for a great project.
I think we should add the option to specify the source directory to the project containing the IOC file and the option to specify the destination directory to contain the generated PlatformIO project code.
The purpose is to avoid a mix of the original code in the STM32Cube project and to avoid duplication of code in the Src folder like the attached image.
A format command like this:
Thank you.
The text was updated successfully, but these errors were encountered: