adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
310 stars 170 forks source link

SUKU use 'app' type field instead of numeric 0 #308

Closed SukuWc closed 1 year ago

SukuWc commented 1 year ago

Checklist

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes


Description of Change

use 'app' instead of 0, change should not effect functionality, however makes partition table more consistent with the espressif docs!

https://docs.espressif.com/projects/esp-idf/en/v4.1.4/api-guides/partition-tables.html#type-field

Please describe your proposed Pull Request and it's impact.