소스 검색

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 년 전
부모
커밋
d16a95213d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platformio.ini

+ 1 - 1
platformio.ini

@@ -76,7 +76,7 @@ build_flags =
 
 ; ZuluSCSI RP2040 hardware platform, based on the Raspberry Pi foundation RP2040 microcontroller
 [env:ZuluSCSI_RP2040]
-platform = raspberrypi
+platform = raspberrypi@1.7.0
 framework = arduino
 board = ZuluSCSI_RP2040
 extra_scripts = src/build_bootloader.py