File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def is_embedded(self):
36
36
"linux_armv6l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.arm-none-eabi-d04e724.240125.tar.gz" ,
37
37
# Mac (Intel and ARM the same toolchain for now because of a bug)
38
38
"darwin_x86_64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/x86_64-apple-darwin20.4.arm-none-eabi-d04e724.240125.tar.gz" ,
39
- "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0 /x86_64-apple-darwin20.4. arm-none-eabi-d04e724.240125 .tar.gz"
39
+ "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a /x86_64-apple-darwin15. arm-none-eabi-d3d2e6b.230911 .tar.gz"
40
40
}
41
41
42
42
earle_openocd = {
@@ -52,7 +52,7 @@ def is_embedded(self):
52
52
"linux_armv6l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.openocd-4d87f6dca.240125.tar.gz" ,
53
53
# Mac (Intel and ARM use same tool build)
54
54
"darwin_x86_64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/x86_64-apple-darwin20.4.openocd-4d87f6dca.240125.tar.gz" ,
55
- "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0 /x86_64-apple-darwin20.4. openocd-4d87f6dca.240125 .tar.gz"
55
+ "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a /x86_64-apple-darwin15. openocd-4d87f6dca.230911 .tar.gz"
56
56
}
57
57
58
58
def configure_default_packages (self , variables , targets ):
You can’t perform that action at this time.
0 commit comments