espressif/esp_tinyuf2

1.1.1

Latest
uploaded 1 year ago
Enhanced TinyUF2 for ESP32Sx, support OTA update and NVS operate through USB MSC

3 examples

  • bootloader_uf2
    TinyUF2 is a bootloader that allows flashing microcontrollers through Mass Storage Class devices using the UF2 file format. This example demonstrates…
    10.99 KB
  • usb_uf2_nvs
    The TinyUF2 supports dumping NVS key-value pairs to a config file, allowing users to access, modify, and write back NVS data. This example showcases…
    5.07 KB
  • usb_uf2_ota
    UF2 is a file format developed by Microsoft for PXT, suitable for flashing microcontrollers over MSC. This example demonstrates how to upgrade…
    5.63 KB