Skip to content

Commit

Permalink
Merge branch 'feature/dfu_util_update' into 'master'
Browse files Browse the repository at this point in the history
Tools: dfu-util upgrade 0.9 -> 0.11

Closes IDFGH-9162

See merge request espressif/esp-idf!22204
  • Loading branch information
dobairoland committed Feb 4, 2023
2 parents 6777230 + a7a401e commit d29e53d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@
"description": "dfu-util (Device Firmware Upgrade Utilities)",
"export_paths": [
[
"dfu-util-0.9-win64"
"dfu-util-0.11-win64"
]
],
"export_vars": {},
Expand All @@ -962,12 +962,12 @@
"version_regex": "dfu-util ([0-9.]+)",
"versions": [
{
"name": "0.9",
"name": "0.11",
"status": "recommended",
"win64": {
"sha256": "5816d7ec68ef3ac07b5ac9fb9837c57d2efe45b6a80a2f2bbe6b40b1c15c470e",
"size": 735635,
"url": "https://dl.espressif.com/dl/dfu-util-0.9-win64.zip"
"sha256": "652eb94cb1c074c6dbead9e47adb628922aeb198a4d440a346ab32e7a0e9bf64",
"size": 2854596,
"url": "https://dl.espressif.com/dl/dfu-util-0.11-win64.zip"
}
}
]
Expand Down

0 comments on commit d29e53d

Please sign in to comment.