tinyuf2 icon indicating copy to clipboard operation
tinyuf2 copied to clipboard

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx

Results 29 tinyuf2 issues
Sort by recently updated
recently updated
newest added

small pin changes

**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

enhancement

### 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`...

bug

I started porting tinyuf2 (great project!) to the RISC-V GigaDevice GD32VF103 on the Sipeed Longan Nano Board, which has supposedly the same USB OTG peripheral as the STM32F105/107 or STM32F4s....

When the UF2 bootloader is installed on my metro-esp32s2 -- I am unable to access an I2C device after a soft reboot. I can access after a hard reset but...

This pull-request outputs a warning when a UF2 block is skipped due to mismatching UF2 family IDs. I found this useful when debugging an issue on my STM32F405 board. If...

Is the ota_1 partition used by tinyUF2 in any way? If not, can we free it for other uses? I know in the official documents, at least two OTA partitions...

enhancement

Though OTA is cool, I'd hazard to guess that fewer CircuitPython users would use OTA in general, and even be confident enough to guess hardly any use it all. I'd...

enhancement

### Operating System Windows 10 ### INFO_UF2.TXT ``` TinyUF2 Bootloader 0.9.4 - st/cmsis_device_f4 (v2.6.4-1-g2615e86) st/stm32f4xx_hal_driver (v1.7.9) tinyusb (0.12.0-203-ga4cfd1c69) Model: Adafruit Feather STM32F405 Express Board-ID: STM32F405-Feather-revB Date: May 30 2022 ```...

bug

**Is your feature request related to a problem? Please describe.** A custom animation system for boards that has more complex LED. **Describe the solution you'd like** I already made a...

enhancement