Initial support for RP2040
This commit is contained in:
23
examples/arduino-external-libs/platformio.ini
Normal file
23
examples/arduino-external-libs/platformio.ini
Normal file
@ -0,0 +1,23 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter, extra scripting
|
||||
; Upload options: custom port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env]
|
||||
platform = raspberrypi
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
SPI
|
||||
adafruit/Adafruit 9DOF
|
||||
arduino-libraries/Ethernet
|
||||
|
||||
[env:pico]
|
||||
board = pico
|
||||
|
||||
|
||||
[env:nanorp2040connect]
|
||||
board = nanorp2040connect
|
Reference in New Issue
Block a user