adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
486 stars 129 forks source link

Nucleo F303K8 support #203

Closed SunboX closed 1 year ago

SunboX commented 2 years 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?

hathach commented 2 years ago

Is there anything I can do, to get it working?

You literally need to do a full port for stm32

hathach commented 1 year ago

close due to lack of user response.