First, thanks for this awesome library. I was looking for something like this library because using HAL USB Library on a MCU with 32K flash is really painful.
The library is said to work for STM32F042F6 but there were a couple of lines of code missing, namely clock configuration, linker script and makefile target. The PR addresses this.
I tested the library (demo application) on STM32F042F6 and the code takes less than 4 KB. Brilliant!
First, thanks for this awesome library. I was looking for something like this library because using HAL USB Library on a MCU with 32K flash is really painful.
The library is said to work for STM32F042F6 but there were a couple of lines of code missing, namely clock configuration, linker script and makefile target. The PR addresses this.
I tested the library (demo application) on STM32F042F6 and the code takes less than 4 KB. Brilliant!