Browse Source

Do not lock the toolchain to a version

Attempting to lock the toolchain to a version seems to cause
issues, especially in the case of Linux. Letting the PlatformIO
do the toolchain package selection.
J. Morio Sakaguchi 2 years ago
parent
commit
4744c35162
1 changed files with 0 additions and 1 deletions
  1. 0 1
      platformio.ini

+ 0 - 1
platformio.ini

@@ -129,7 +129,6 @@ build_flags =
 platform = https://github.com/maxgerhardt/platform-raspberrypi.git
 platform = https://github.com/maxgerhardt/platform-raspberrypi.git
 platform_packages =
 platform_packages =
     framework-arduinopico@https://github.com/rabbitholecomputing/arduino-pico.git#v3.6.0-DaynaPORT
     framework-arduinopico@https://github.com/rabbitholecomputing/arduino-pico.git#v3.6.0-DaynaPORT
-    toolchain-rp2040-earlephilhower@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/2.1.0-a/x86_64-w64-mingw32.arm-none-eabi-d3d2e6b.230911-v2.zip
 framework = arduino
 framework = arduino
 board = rpipicow
 board = rpipicow
 board_build.core = earlephilhower
 board_build.core = earlephilhower