Ha Thach
Ha Thach
download the configkeys.h from patch site defines CFG_MAGIC0/1 twice. Should be only once to prevent redefine warning from compiler 
**Is your feature request related to a problem? Please describe.** Currently rp2040 port use an periodic timer to run usb task, triggered every 1ms, which is pretty wasteful. https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/5be0b21c0a5cf396b139bce0c6c0d403df051b0a/src/arduino/ports/rp2040/Adafruit_TinyUSB_rp2040.cpp#L84-L91 **Describe...
**Describe the bug** On a Samsung S9+ phone, webusb-rgb works fine, webusb-serial will not write text in the receiver window when typed in the sender window. All demos require connect...
as mentioned by https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/26#issuecomment-1011587617 keypress event is not supported by chrome on Android. Change to use keydown event
- https://github.com/firmata/firmata.js - https://github.com/firmata/firmata.js/tree/master/packages/firmata.js
**Is your feature request related to a problem? Please describe.** CDC interface allow esptool to request board into bootrom for downloading. A bit more convenience
### Operating System Linux ### INFO_UF2.TXT TinyUF2 Bootloader 0.10.2-21-g71a89e4-dirty - nxp/mcux-sdk (MCUX_2.10.0-25-ga242602a) tinyusb (0.12.0-203-ga4cfd1c6) Model: NXP RT1024 EVK Board-ID: MIMXRT1024-EVK-revA Date: Jul 15 2022 ### What happened ? - `flash-sdp`...
Since board flashing is already support, having optional std USB DFU would help as well
**Is your feature request related to a problem? Please describe.** Similar to https://github.com/adafruit/Adafruit_nRF52_Bootloader/issues/218 For MCU that support reset reason, we should only wait of double tap when reset reason is...
Draft PR to allow boot2 stage update for esp32s2. I have tried to update the boot2 binary with update-uf2, there is a couple of issue 1. There is a macro...