27 lines
711 B
INI
27 lines
711 B
INI
|
; PlatformIO Project Configuration File
|
||
|
;
|
||
|
; Build options: build flags, source filter
|
||
|
; Upload options: custom upload port, speed and extra flags
|
||
|
; Library options: dependencies, extra library storages
|
||
|
; Advanced options: extra scripting
|
||
|
;
|
||
|
; Please visit documentation for the other options and examples
|
||
|
; https://docs.platformio.org/page/projectconf.html
|
||
|
|
||
|
[env:adafruit_feather_m0]
|
||
|
;[env:zeroUSB]
|
||
|
platform = atmelsam
|
||
|
board = adafruit_feather_m0
|
||
|
framework = arduino
|
||
|
;debug_tool = jlink
|
||
|
|
||
|
;upload_protocol = sam-ba
|
||
|
|
||
|
; SWD interface
|
||
|
;upload_protocol = jlink
|
||
|
;upload_port = COM[34]
|
||
|
|
||
|
lib_deps =
|
||
|
https://github.com/arduino-libraries/Ethernet
|
||
|
https://github.com/CNMAT/OSC
|