Skip to content

Commit 3c5f751

Browse files
authored
Stick to older framework for jpiat/PioSPI compatibility (ClemensElflein#114)
1 parent a252f54 commit 3c5f751

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Firmware/LowLevel/platformio.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ default_src_filter = +<*>
1717
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
1818
board = pico
1919
framework = arduino
20+
21+
; Latest (known) version which compiles well with jpiat/PioSPI.
22+
; framework-arduinopico >= 4.4.3 will have a (PIO-Assembly driven) SoftwareSPI implementation which would make jpiat/PioSPI needless,
23+
; but I currently have no mainboard with LSM6DSO here for testing. So stick to the last working version till someone can switch & test it.
24+
platform_packages =
25+
framework-arduinopico @ https://github.com/earlephilhower/arduino-pico.git#4.3.0
26+
2027
board_build.core = earlephilhower
2128
board_build.filesystem_size = 64k
2229

0 commit comments

Comments
 (0)