ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
224 stars 24 forks source link

Investigate /src pattern #99

Open ussserrr opened 3 years ago

ussserrr commented 3 years ago

Research possibilities of using /src/[module] pattern for the project. Seems like it is more popular than others and kind of officially supported (see setuptools, build, ...). At the same time we don't want to lose our nice imports (import stm32pio.core.project).