adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
314 stars 172 forks source link

Added 3 new Unexpected Maker boards #404

Closed UnexpectedMaker closed 2 weeks ago

UnexpectedMaker commented 1 month ago

Added my new OMGS3 Added my new RGB Touch Mini Added my TinyWATCH S3

TinyWATCH S3 doesn't have a status LED or RGB LED, so I commented out the DATA and POWER pins, and set the number of RGB LEDs to 0.

I hope that is the correct way to handle this use case. It seems to work ok, but I am not sure if there's an alternate way to handle no status LED.

PIDs/VID supplied by Espressif

UnexpectedMaker commented 2 weeks ago

Thanks :)