tinyusb icon indicating copy to clipboard operation
tinyusb copied to clipboard

An open source cross-platform USB stack for embedded system

Results 366 tinyusb issues
Sort by recently updated
recently updated
newest added

### Board NUCLEO-WL55JC1 (STM32WL55 with LoRaWAN, but no internal USB controller), external MAX3421 as host ### Firmware own firmware running on STM32 based on STM32CubeWL Firmware Package v1.3.0 ### What...

Bug 🐞

Allow a CDC-ACM device to send a line state notification to the host (DCD/DSR/RING etc). It has been tested using statserial command on Linux host side to verify UART-like line...

### Operating System Linux ### Board RP2040 Pico ### Firmware Latest github branch (commit 86c416d4c0fb38432460b3e11b08b9de76941bf5 (HEAD, tag: 0.15.0)) ### What happened ? Hi! First please allow me to thank you...

Bug 🐞

### Operating System Windows 10 ### Board imxRT1024 ### Firmware This appears to be a generic problem for FreeRTOS (or any RTOS) applications... Custom FreeRTOS application, using tinyUSB host mode...

Bug 🐞

### Operating System Windows 10 ### Board imxRT1024 custom (USB same as EVK board) ### Firmware tinyUSB main as of noon EST 24-June-2023. arm-none-eabi-g++ (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1...

Bug 🐞

**Describe the PR** Sometimes it may be handy to know to which port a device is connected to, e.g. when dealing with identical devices. This change allows the port number...

- improved debug print of hex values TU_LOG1_HEX, added "0x" before hex value print (src/common/tusb_debug.h) - added macros for int, hex, mem and buf debug prints in src/host/usbh_pvt.h - added...

### Operating System Linux ### Board ek_tm4c123gxl ### Firmware Attempting to build the examples: ### What happened ? Linking fails due to an overlapping linker section. arm-none-eabi/bin/ld: section .ARM.exidx LMA...

Bug 🐞

### Operating System Windows 10 ### Board Custom board with nRF52840 ### Firmware Any bluefruit example ### What happened ? when the board is connected to USB charger with wall...

Bug 🐞

### Operating System MacOS ### Board custom ### Firmware stm32f723disco ### What happened ? I'm running the stm32f723disco example on a custom board. (Actual chip: STM32F730I8K6.) USB comms work reliably...

Bug 🐞