offload platformio building
This allows the repo to live on an SD card / USB jump drive.
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:adafruit_feather_m4]
|
||||
|
||||
[platformio]
|
||||
workspace_dir = ~/.platformio/work/$PROJECT_HASH/stage2
|
||||
build_cache_dir = ~/.platformio/work/cache
|
||||
|
||||
[env]
|
||||
platform = atmelsam
|
||||
board = adafruit_feather_m4
|
||||
framework = arduino
|
||||
lib_deps = arduino-libraries/SD
|
||||
|
||||
[env:adafruit_feather_m4]
|
||||
board = adafruit_feather_m4
|
||||
|
||||
Reference in New Issue
Block a user