We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a252f54 commit 3c5f751Copy full SHA for 3c5f751
Firmware/LowLevel/platformio.ini
@@ -17,6 +17,13 @@ default_src_filter = +<*>
17
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
18
board = pico
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
27
board_build.core = earlephilhower
28
board_build.filesystem_size = 64k
29
0 commit comments