[core] Migrate to uf2ota v5.0.0, refactor OTA API

This commit is contained in:
Kuba Szczodrzyński
2023-07-13 12:15:48 +02:00
parent 39df2e7b54
commit a3bbdf1c16
10 changed files with 575 additions and 425 deletions

View File

@@ -36,13 +36,13 @@
"PRINTF_INCLUDE_CONFIG_H": "1"
}
},
"ltchiptool": {
"package": "tool-ltchiptool",
"uf2ota": {
"package": "library-uf2ota",
"sources": [
"+<uf2ota/*.c>"
"+<src/*.c>"
],
"includes": [
"+<.>"
"+<include>"
]
},
"arduino-api": {