@@ -34,9 +34,9 @@ def is_embedded(self):
34
34
"linux_aarch64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-linux-gnu.arm-none-eabi-d04e724.240125.tar.gz" ,
35
35
"linux_armv7l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.arm-none-eabi-d04e724.240125.tar.gz" ,
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
- # Mac (Intel and ARM the same toolchain for now because of a bug )
37
+ # Mac (Intel and ARM are separate )
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.1.0-a/x86_64 -apple-darwin15. arm-none-eabi-d3d2e6b.230911 .tar.gz"
39
+ "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64 -apple-darwin20.4. arm-none-eabi-d04e724.240127 .tar.gz"
40
40
}
41
41
42
42
earle_openocd = {
@@ -50,9 +50,9 @@ def is_embedded(self):
50
50
"linux_aarch64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-linux-gnu.openocd-4d87f6dca.240125.tar.gz" ,
51
51
"linux_armv7l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.openocd-4d87f6dca.240125.tar.gz" ,
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
- # Mac (Intel and ARM use same tool build )
53
+ # Mac (Intel and ARM are separate )
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.1.0-a/x86_64 -apple-darwin15. openocd-4d87f6dca.230911 .tar.gz"
55
+ "darwin_arm64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64 -apple-darwin20.4. openocd-4d87f6dca.240127 .tar.gz"
56
56
}
57
57
58
58
def configure_default_packages (self , variables , targets ):
0 commit comments