dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
696 stars 160 forks source link

Add PlatformIO support #115

Closed mamins1376 closed 1 year ago

mamins1376 commented 2 years ago

Regarding stm32_compat.h: since using both stm32h and pio at the same time would lead to code duplication, I thought this would be a good middle ground to have both Makefile and pio supported at the same time.

Closes #49.

mamins1376 commented 2 years ago

what is causing windows build failure?

dmitrystu commented 2 years ago

Looks like something is wrong with mingw32-make. Will try to investigate.

mamins1376 commented 2 years ago

Made some changes, waiting for your opinion.