Ha Thach
Ha Thach
Related https://github.com/hathach/tinyusb/pull/808
STM32F3 self-update is not implemented yet.
I have issues using Elm Cham's fatfs to mount pico's uf2 disk and figure out that Boot sector doesn't include FAT signature 55-AA at offset 510. Current implementation has FAT...
### Discussed in https://github.com/hathach/tinyusb/discussions/1636 Originally posted by **jeroentaverne** September 12, 2022 Hardware: Raspberry Pi Pico acting as USB host Software: TinyUSB example cdc_msc_hid Log: see attached file This keyboard somehow...
### Discussed in https://github.com/hathach/tinyusb/discussions/1600 Originally posted by **emonjak** August 9, 2022 Hi all, we use tinyusb on STM32H743. USB is configured to high speed, but runs in full speed mode...
This PR fixes current master build with SAMD & Adafruit nRF core. PR #448 introduce the usage of `SERIAL_RX_BUFFER_SIZE` however this symbol is not define on SAMD & nRF core....
### Discussed in https://github.com/hathach/tinyusb/discussions/1631 Originally posted by **morio** September 10, 2022 Is it possible to use TinyUsb to control two physical USB host ports? Specifically on the RP2040 I'd like...
**Set up** - **PC OS** : Ubuntu 20.04 - **Board** : Saola - **Firmware**: examples/device/cdc_msc_freertos **Describe the bug** ESP32-S2 currently doesn't detect disconnection event. Instead `Suspend` is detected as the...
**Describe the PR** Build pico-examples usb in the CI to prevent changes in this repo break pico-examples #2151 Note: due to host API changes, currently only usb/device/dev_hid_composite is built, usb/host/host_cdc_msc_hid...
### Related area Host Driver (HCD) ### Hardware specification pi400 ### Is your feature request related to a problem? Support xHCI host controller. **motivation** pi400 has an keyboard connected to...