Split platformio.ini into one file for each board, only leaving platform definitions and a handful of stale (?) boards around.. (#1141)

This commit is contained in:
Thomas Göttgens
2022-01-25 08:56:16 -06:00
committed by GitHub
co-authored by GitHub
parent eaa5252cdb
commit 409ad9c2c3
23 changed files with 251 additions and 271 deletions
+7
View File
@@ -0,0 +1,7 @@
; The PPR board
[env:ppr]
extends = nrf52_base
board = ppr
lib_deps =
${arduino_base.lib_deps}
UC1701