File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ default_src_filter = +<*>
17
17
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
18
18
board = pico
19
19
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
+
20
27
board_build.core = earlephilhower
21
28
board_build.filesystem_size = 64k
22
29
You can’t perform that action at this time.
0 commit comments