|
9 | 9 | "online": "http://esp32.com"
|
10 | 10 | },
|
11 | 11 | "platforms": [
|
| 12 | + { |
| 13 | + "name": "esp32", |
| 14 | + "architecture": "esp32", |
| 15 | + "version": "3.3.0", |
| 16 | + "category": "ESP32", |
| 17 | + "url": "https://github.com/espressif/arduino-esp32/releases/download/3.3.0/esp32-3.3.0.zip", |
| 18 | + "archiveFileName": "esp32-3.3.0.zip", |
| 19 | + "checksum": "SHA-256:c8525462e47b37b726c211b71afada0fca5859ba748963e4d967131355716ba2", |
| 20 | + "size": "25835747", |
| 21 | + "help": { |
| 22 | + "online": "" |
| 23 | + }, |
| 24 | + "boards": [ |
| 25 | + { |
| 26 | + "name": "ESP32 Dev Board" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "ESP32-C3 Dev Board" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "ESP32-C6 Dev Board" |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "ESP32-H2 Dev Board" |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "ESP32-P4 Dev Board" |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "ESP32-S2 Dev Board" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "ESP32-S3 Dev Board" |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "Arduino Nano ESP32" |
| 48 | + } |
| 49 | + ], |
| 50 | + "toolsDependencies": [ |
| 51 | + { |
| 52 | + "packager": "esp32", |
| 53 | + "name": "esp32-arduino-libs", |
| 54 | + "version": "idf-release_v5.5-b66b5448-v1" |
| 55 | + }, |
| 56 | + { |
| 57 | + "packager": "esp32", |
| 58 | + "name": "esp-x32", |
| 59 | + "version": "2411" |
| 60 | + }, |
| 61 | + { |
| 62 | + "packager": "esp32", |
| 63 | + "name": "xtensa-esp-elf-gdb", |
| 64 | + "version": "16.2_20250324" |
| 65 | + }, |
| 66 | + { |
| 67 | + "packager": "esp32", |
| 68 | + "name": "esp-rv32", |
| 69 | + "version": "2411" |
| 70 | + }, |
| 71 | + { |
| 72 | + "packager": "esp32", |
| 73 | + "name": "riscv32-esp-elf-gdb", |
| 74 | + "version": "16.2_20250324" |
| 75 | + }, |
| 76 | + { |
| 77 | + "packager": "esp32", |
| 78 | + "name": "openocd-esp32", |
| 79 | + "version": "v0.12.0-esp32-20250422" |
| 80 | + }, |
| 81 | + { |
| 82 | + "packager": "esp32", |
| 83 | + "name": "esptool_py", |
| 84 | + "version": "5.0.0" |
| 85 | + }, |
| 86 | + { |
| 87 | + "packager": "esp32", |
| 88 | + "name": "mkspiffs", |
| 89 | + "version": "0.2.3" |
| 90 | + }, |
| 91 | + { |
| 92 | + "packager": "esp32", |
| 93 | + "name": "mklittlefs", |
| 94 | + "version": "3.0.0-gnu12-dc7f933" |
| 95 | + }, |
| 96 | + { |
| 97 | + "packager": "arduino", |
| 98 | + "name": "dfu-util", |
| 99 | + "version": "0.11.0-arduino5" |
| 100 | + } |
| 101 | + ] |
| 102 | + }, |
12 | 103 | {
|
13 | 104 | "name": "esp32",
|
14 | 105 | "architecture": "esp32",
|
|
2887 | 2978 | }
|
2888 | 2979 | ],
|
2889 | 2980 | "tools": [
|
| 2981 | + { |
| 2982 | + "name": "esp32-arduino-libs", |
| 2983 | + "version": "idf-release_v5.5-b66b5448-v1", |
| 2984 | + "systems": [ |
| 2985 | + { |
| 2986 | + "host": "i686-mingw32", |
| 2987 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 2988 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 2989 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 2990 | + "size": "430471837" |
| 2991 | + }, |
| 2992 | + { |
| 2993 | + "host": "x86_64-mingw32", |
| 2994 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 2995 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 2996 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 2997 | + "size": "430471837" |
| 2998 | + }, |
| 2999 | + { |
| 3000 | + "host": "arm64-apple-darwin", |
| 3001 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3002 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3003 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3004 | + "size": "430471837" |
| 3005 | + }, |
| 3006 | + { |
| 3007 | + "host": "x86_64-apple-darwin", |
| 3008 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3009 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3010 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3011 | + "size": "430471837" |
| 3012 | + }, |
| 3013 | + { |
| 3014 | + "host": "x86_64-pc-linux-gnu", |
| 3015 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3016 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3017 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3018 | + "size": "430471837" |
| 3019 | + }, |
| 3020 | + { |
| 3021 | + "host": "i686-pc-linux-gnu", |
| 3022 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3023 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3024 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3025 | + "size": "430471837" |
| 3026 | + }, |
| 3027 | + { |
| 3028 | + "host": "aarch64-linux-gnu", |
| 3029 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3030 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3031 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3032 | + "size": "430471837" |
| 3033 | + }, |
| 3034 | + { |
| 3035 | + "host": "arm-linux-gnueabihf", |
| 3036 | + "url": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.5/esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3037 | + "archiveFileName": "esp32-arduino-libs-idf-release_v5.5-b66b5448-v1.zip", |
| 3038 | + "checksum": "SHA-256:a871d945c6bfb685ecff5e30ad759f280c841ea143071466b2e611bd1800f18f", |
| 3039 | + "size": "430471837" |
| 3040 | + } |
| 3041 | + ] |
| 3042 | + }, |
2890 | 3043 | {
|
2891 | 3044 | "name": "esp32-arduino-libs",
|
2892 | 3045 | "version": "idf-release_v5.4-858a988d-v1",
|
|
3755 | 3908 | }
|
3756 | 3909 | ]
|
3757 | 3910 | },
|
| 3911 | + { |
| 3912 | + "name": "xtensa-esp-elf-gdb", |
| 3913 | + "version": "16.2_20250324", |
| 3914 | + "systems": [ |
| 3915 | + { |
| 3916 | + "host": "x86_64-pc-linux-gnu", |
| 3917 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-x86_64-linux-gnu.tar.gz", |
| 3918 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-x86_64-linux-gnu.tar.gz", |
| 3919 | + "checksum": "SHA-256:27b58ab12248e04277c4fdc74038cf0a001d5142df091ab94939ad35053738fd", |
| 3920 | + "size": "36361058" |
| 3921 | + }, |
| 3922 | + { |
| 3923 | + "host": "aarch64-linux-gnu", |
| 3924 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-aarch64-linux-gnu.tar.gz", |
| 3925 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-aarch64-linux-gnu.tar.gz", |
| 3926 | + "checksum": "SHA-256:24f85aa778e1605098a13ff7bd29d5760767faf012705c8915cb08b32cad0206", |
| 3927 | + "size": "35442104" |
| 3928 | + }, |
| 3929 | + { |
| 3930 | + "host": "arm-linux-gnueabihf", |
| 3931 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-arm-linux-gnueabi.tar.gz", |
| 3932 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-arm-linux-gnueabi.tar.gz", |
| 3933 | + "checksum": "SHA-256:c73e43038b6d50374cd0ee714370ce748189e0b00404d581babd2bb0115c4785", |
| 3934 | + "size": "31260410" |
| 3935 | + }, |
| 3936 | + { |
| 3937 | + "host": "i686-pc-linux-gnu", |
| 3938 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-i586-linux-gnu.tar.gz", |
| 3939 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-i586-linux-gnu.tar.gz", |
| 3940 | + "checksum": "SHA-256:dc7b8aad0fb1c6a1abfdb8dff4f08221ea08a0f28fb837f181969ac1174d4dc6", |
| 3941 | + "size": "35067894" |
| 3942 | + }, |
| 3943 | + { |
| 3944 | + "host": "x86_64-apple-darwin", |
| 3945 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-x86_64-apple-darwin21.1.tar.gz", |
| 3946 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-x86_64-apple-darwin21.1.tar.gz", |
| 3947 | + "checksum": "SHA-256:398c429cfe696bad01d636c5488cadc87b20471c1b5ed02c60eee5ef2a775c93", |
| 3948 | + "size": "54992785" |
| 3949 | + }, |
| 3950 | + { |
| 3951 | + "host": "arm64-apple-darwin", |
| 3952 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-aarch64-apple-darwin21.1.tar.gz", |
| 3953 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-aarch64-apple-darwin21.1.tar.gz", |
| 3954 | + "checksum": "SHA-256:b6d85c0d76d653bb55f9d06b0cd509eab7e99db541c88b8c849c64827e9d74a9", |
| 3955 | + "size": "43538967" |
| 3956 | + }, |
| 3957 | + { |
| 3958 | + "host": "i686-mingw32", |
| 3959 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-i686-w64-mingw32.zip", |
| 3960 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-i686-w64-mingw32.zip", |
| 3961 | + "checksum": "SHA-256:f748d6b65fdf66733b82e12d0d85a05e3134122416280379df129cfebe2aa4b2", |
| 3962 | + "size": "32189419" |
| 3963 | + }, |
| 3964 | + { |
| 3965 | + "host": "x86_64-mingw32", |
| 3966 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/xtensa-esp-elf-gdb-16.2_20250324-x86_64-w64-mingw32.zip", |
| 3967 | + "archiveFileName": "xtensa-esp-elf-gdb-16.2_20250324-x86_64-w64-mingw32.zip", |
| 3968 | + "checksum": "SHA-256:e970fc3ec8a1d0acee2432e91e0a01b348613a0425aacfa981b2fc505fe920cc", |
| 3969 | + "size": "32290997" |
| 3970 | + } |
| 3971 | + ] |
| 3972 | + }, |
3758 | 3973 | {
|
3759 | 3974 | "name": "xtensa-esp-elf-gdb",
|
3760 | 3975 | "version": "14.2_20240403",
|
|
4127 | 4342 | }
|
4128 | 4343 | ]
|
4129 | 4344 | },
|
| 4345 | + { |
| 4346 | + "name": "riscv32-esp-elf-gdb", |
| 4347 | + "version": "16.2_20250324", |
| 4348 | + "systems": [ |
| 4349 | + { |
| 4350 | + "host": "x86_64-pc-linux-gnu", |
| 4351 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-x86_64-linux-gnu.tar.gz", |
| 4352 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-x86_64-linux-gnu.tar.gz", |
| 4353 | + "checksum": "SHA-256:f9b172d8d72d0a1e2b0b80127df29263a0cb0d0c4e998e09c27031bfac09f3ec", |
| 4354 | + "size": "36528201" |
| 4355 | + }, |
| 4356 | + { |
| 4357 | + "host": "aarch64-linux-gnu", |
| 4358 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-aarch64-linux-gnu.tar.gz", |
| 4359 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-aarch64-linux-gnu.tar.gz", |
| 4360 | + "checksum": "SHA-256:68bb6a85fb58b8a738f799e8fb4fa1f56cfeffc4de803ceb03c8a33cb2cd919d", |
| 4361 | + "size": "35643464" |
| 4362 | + }, |
| 4363 | + { |
| 4364 | + "host": "arm-linux-gnueabihf", |
| 4365 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-arm-linux-gnueabi.tar.gz", |
| 4366 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-arm-linux-gnueabi.tar.gz", |
| 4367 | + "checksum": "SHA-256:673038ab9fb2b7391ff9252824194e3b9e40668efe9ce54d1e582a9d6c51f04a", |
| 4368 | + "size": "32154574" |
| 4369 | + }, |
| 4370 | + { |
| 4371 | + "host": "i686-pc-linux-gnu", |
| 4372 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-i586-linux-gnu.tar.gz", |
| 4373 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-i586-linux-gnu.tar.gz", |
| 4374 | + "checksum": "SHA-256:62f05d5fe08145b25e423dd0b3f1ae260be99abf5462b8cfd918bf2231e26e30", |
| 4375 | + "size": "35410891" |
| 4376 | + }, |
| 4377 | + { |
| 4378 | + "host": "x86_64-apple-darwin", |
| 4379 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-x86_64-apple-darwin21.1.tar.gz", |
| 4380 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-x86_64-apple-darwin21.1.tar.gz", |
| 4381 | + "checksum": "SHA-256:63ae12cfbab648e2d2ca7a700a0c615c4f36a6fbe6876c11ba108115ee0d60f2", |
| 4382 | + "size": "55359246" |
| 4383 | + }, |
| 4384 | + { |
| 4385 | + "host": "arm64-apple-darwin", |
| 4386 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-aarch64-apple-darwin21.1.tar.gz", |
| 4387 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-aarch64-apple-darwin21.1.tar.gz", |
| 4388 | + "checksum": "SHA-256:bfbe49774f839020cef988537da0a06896dfe4a382674c62285361ed9bd4aee3", |
| 4389 | + "size": "43926592" |
| 4390 | + }, |
| 4391 | + { |
| 4392 | + "host": "i686-mingw32", |
| 4393 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-i686-w64-mingw32.zip", |
| 4394 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-i686-w64-mingw32.zip", |
| 4395 | + "checksum": "SHA-256:e8b84eec990ff514729b3770edf2b543f36670f43663ce0c3b624fb4884812ca", |
| 4396 | + "size": "32914955" |
| 4397 | + }, |
| 4398 | + { |
| 4399 | + "host": "x86_64-mingw32", |
| 4400 | + "url": "https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v16.2_20250324/riscv32-esp-elf-gdb-16.2_20250324-x86_64-w64-mingw32.zip", |
| 4401 | + "archiveFileName": "riscv32-esp-elf-gdb-16.2_20250324-x86_64-w64-mingw32.zip", |
| 4402 | + "checksum": "SHA-256:37c79178900c19ca7487c26af4b5ad6b0d3f34683bd0e9c2ddd39038c999e429", |
| 4403 | + "size": "32667353" |
| 4404 | + } |
| 4405 | + ] |
| 4406 | + }, |
4130 | 4407 | {
|
4131 | 4408 | "name": "riscv32-esp-elf-gdb",
|
4132 | 4409 | "version": "14.2_20240403",
|
|
4753 | 5030 | }
|
4754 | 5031 | ]
|
4755 | 5032 | },
|
| 5033 | + { |
| 5034 | + "name": "esptool_py", |
| 5035 | + "version": "5.0.0", |
| 5036 | + "systems": [ |
| 5037 | + { |
| 5038 | + "host": "aarch64-linux-gnu", |
| 5039 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-linux-aarch64.tar.gz", |
| 5040 | + "archiveFileName": "esptool-v5.0.0-linux-aarch64.tar.gz", |
| 5041 | + "checksum": "SHA-256:2bf239f3ed76141a957cadb205b94414ec6da9ace4e85f285e247d20a92b83e3", |
| 5042 | + "size": "58231895" |
| 5043 | + }, |
| 5044 | + { |
| 5045 | + "host": "x86_64-pc-linux-gnu", |
| 5046 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-linux-amd64.tar.gz", |
| 5047 | + "archiveFileName": "esptool-v5.0.0-linux-amd64.tar.gz", |
| 5048 | + "checksum": "SHA-256:3b3835d266ac61f3242758f2fe34e3b33dbe6ee4b5acde005da793356f9f7043", |
| 5049 | + "size": "100783748" |
| 5050 | + }, |
| 5051 | + { |
| 5052 | + "host": "arm-linux-gnueabihf", |
| 5053 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-linux-armv7.tar.gz", |
| 5054 | + "archiveFileName": "esptool-v5.0.0-linux-armv7.tar.gz", |
| 5055 | + "checksum": "SHA-256:e55cd321abecfcf27f72a2bff5d5e19a5365fd400de66d71c5e7218e77556315", |
| 5056 | + "size": "53461760" |
| 5057 | + }, |
| 5058 | + { |
| 5059 | + "host": "x86_64-apple-darwin", |
| 5060 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-macos-amd64.tar.gz", |
| 5061 | + "archiveFileName": "esptool-v5.0.0-macos-amd64.tar.gz", |
| 5062 | + "checksum": "SHA-256:424da2bdf0435257ad81bcb7eae6fd8dd7f675ce5b2ee60032f4ecec4d6a5d45", |
| 5063 | + "size": "59629533" |
| 5064 | + }, |
| 5065 | + { |
| 5066 | + "host": "arm64-apple-darwin", |
| 5067 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-macos-arm64.tar.gz", |
| 5068 | + "archiveFileName": "esptool-v5.0.0-macos-arm64.tar.gz", |
| 5069 | + "checksum": "SHA-256:b91dfe1da7b0041376683dec10a91dfb266fbda2fb86ed87c4a034ff7182ee56", |
| 5070 | + "size": "56343104" |
| 5071 | + }, |
| 5072 | + { |
| 5073 | + "host": "x86_64-mingw32", |
| 5074 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-windows-amd64.zip", |
| 5075 | + "archiveFileName": "esptool-v5.0.0-windows-amd64.zip", |
| 5076 | + "checksum": "SHA-256:2294107f66db6f09b886b337728a981173c9e7eab45a030928a8a5a1370611ca", |
| 5077 | + "size": "59105322" |
| 5078 | + }, |
| 5079 | + { |
| 5080 | + "host": "i686-mingw32", |
| 5081 | + "url": "https://github.com/espressif/esptool/releases/download/v5.0.0/esptool-v5.0.0-windows-amd64.zip", |
| 5082 | + "archiveFileName": "esptool-v5.0.0-windows-amd64.zip", |
| 5083 | + "checksum": "SHA-256:2294107f66db6f09b886b337728a981173c9e7eab45a030928a8a5a1370611ca", |
| 5084 | + "size": "59105322" |
| 5085 | + } |
| 5086 | + ] |
| 5087 | + }, |
4756 | 5088 | {
|
4757 | 5089 | "name": "esptool_py",
|
4758 | 5090 | "version": "5.0.dev1",
|
|
0 commit comments