Closed SunboX closed 1 year ago
Hi, if I try to run the TinyUSB Library against my Nucleo F303K8 board, I'm getting the following exception:
.pio/libdeps/nucleo_f303k8/Adafruit TinyUSB Library/src/tusb_config.h:46:4: error: #error TinyUSB Arduino Library does not support your core yet
The TinyUSB library itself seems to support it already: https://github.com/hathach/tinyusb/blob/master/docs/reference/supported.rst#:~:text=dwc2-,F3,-%E2%9C%94
Is there anything I can do, to get it working?
You literally need to do a full port for stm32
close due to lack of user response.
Hi, if I try to run the TinyUSB Library against my Nucleo F303K8 board, I'm getting the following exception:
The TinyUSB library itself seems to support it already: https://github.com/hathach/tinyusb/blob/master/docs/reference/supported.rst#:~:text=dwc2-,F3,-%E2%9C%94
Is there anything I can do, to get it working?