tools: Wrap flash binaries into a UF2 file for flashing through USB MSC

@mmoskal This commit adds basic support for UF2 into ESP-IDF.
This commit is contained in:
Roland Dobai
2020-12-11 16:28:11 +01:00
parent 286f06b274
commit 548ea1bdd5
14 changed files with 557 additions and 1 deletions
+3
View File
@@ -494,6 +494,9 @@ macro(project project_name)
# Add DFU build and flash targets
__add_dfu_targets()
# Add UF2 build targets
__add_uf2_targets()
idf_build_executable(${project_elf})
__project_info("${test_components}")