浏览代码

RP2040: Freeze platform framework version

There is new version of rp2040 platform package (1.8.0)
which will require some small changes & testing to work.
For now keep using 1.7.0.
Petteri Aimonen 2 年之前
父节点
当前提交
84c52cbd26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -5,7 +5,7 @@ default_envs = BlueSCSI_Pico
 
 
 ; BlueSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
 ; BlueSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
 [env:BlueSCSI_Pico]
 [env:BlueSCSI_Pico]
-platform = raspberrypi
+platform = raspberrypi@1.7.0
 platform_packages = platformio/toolchain-gccarmnoneeabi@1.100301.220327 ; toolchain-gccarmnoneeabi@1.60301.0
 platform_packages = platformio/toolchain-gccarmnoneeabi@1.100301.220327 ; toolchain-gccarmnoneeabi@1.60301.0
 framework = arduino
 framework = arduino
 board = BlueSCSI_RP2040
 board = BlueSCSI_RP2040