mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e49d4a83d9
'idf_tools.py add-version' has new options: --override Override tool versions with new data --checksum-file URL or path to local file with checksum/size for artifacts Usage e.g.: CHECKSUM_URL=https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2/crosstool-NG-esp-2021r2-checksum.sha256 idf_tools.py add-version --tool xtensa-esp32-elf --version esp-2021r2 --override --checksum-file $CHECKSUM_URL Positional argument 'files' moved to optional argument '--artifact-file' Add tests for add-version logic
15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"linux-amd64": {
|
|
"sha256": "d2d02ea74de2c9fab1d802db969c18d409a8663a9697977bb1c98ccdd9de4372",
|
|
"size": 10,
|
|
"url": "http://test.com/xtensa-esp32-elf-test-linux-amd64.tar.gz"
|
|
},
|
|
"linux-armhf": {
|
|
"sha256": "d1b3707fbdc6a22d16e95bf6b910646f5d9c2b3ed81bd637d454ffb9bb0948e4",
|
|
"size": 20,
|
|
"url": "http://test.com/xtensa-esp32-elf-test-linux-armhf.tar.gz"
|
|
},
|
|
"name": "test",
|
|
"status": "supported"
|
|
}
|