@@ -34,9 +34,9 @@ def is_embedded(self):
3434 "linux_aarch64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-linux-gnu.arm-none-eabi-d04e724.240125.tar.gz" ,
3535 "linux_armv7l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.arm-none-eabi-d04e724.240125.tar.gz" ,
3636 "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 )
3838 "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"
4040 }
4141
4242 earle_openocd = {
@@ -50,9 +50,9 @@ def is_embedded(self):
5050 "linux_aarch64" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/aarch64-linux-gnu.openocd-4d87f6dca.240125.tar.gz" ,
5151 "linux_armv7l" : "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.openocd-4d87f6dca.240125.tar.gz" ,
5252 "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 )
5454 "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"
5656 }
5757
5858 def configure_default_packages (self , variables , targets ):
0 commit comments