add support for adafruit feather nrf52832 - which is close to a RAK815

This commit is contained in:
geeksville
2020-07-09 21:27:34 -07:00
parent 6954d0d5f4
commit 80b14c0a6f
8 changed files with 33 additions and 16 deletions
+6 -1
View File
@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = nrf52840dk ; Note: the github actions CI test build can't yet build NRF52 targets
default_envs = feather_nrf52832 ; Note: the github actions CI test build can't yet build NRF52 targets
[common]
; common is not currently used
@@ -178,6 +178,11 @@ board = nrf52840_dk
extends = nrf52_base
board = nrf52840_dk_modified
; Note: By default no lora device is created for this build - it uses a simulated interface
[env:feather_nrf52832]
extends = nrf52_base
board = adafruit_feather_nrf52832
# For experimenting with RAM sizes
# board_build.ldscript = linker/nrf52840_s140_sim832.ld