Skip to content

Commit

Permalink
Make ARM M1 use 2.1.0-a toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Jan 27, 2024
1 parent cdbbfe7 commit 55d5d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def is_embedded(self):
"linux_armv6l": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.arm-none-eabi-d04e724.240125.tar.gz",
# Mac (Intel and ARM the same toolchain for now because of a bug)
"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",
"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"
"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"
}

earle_openocd = {
Expand All @@ -52,7 +52,7 @@ def is_embedded(self):
"linux_armv6l": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/arm-linux-gnueabihf.openocd-4d87f6dca.240125.tar.gz",
# Mac (Intel and ARM use same tool build)
"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",
"darwin_arm64": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.2.0/x86_64-apple-darwin20.4.openocd-4d87f6dca.240125.tar.gz"
"darwin_arm64": "https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-apple-darwin15.openocd-4d87f6dca.230911.tar.gz"
}

def configure_default_packages(self, variables, targets):
Expand Down

0 comments on commit 55d5d52

Please sign in to comment.