Branch version ready for testing with nRF52
This commit is contained in:
@@ -1,6 +1,25 @@
|
||||
[env]
|
||||
lib_extra_dirs = ../..
|
||||
|
||||
; --- nRF52840 targets (Bluefruit backend, selected automatically) ---
|
||||
; Seeed XIAO nRF52840. Board files come from a community platform fork; use the
|
||||
; *_adafruit variant (the plain `xiaoble` uses the mbed core, which has no
|
||||
; Bluefruit). For the XIAO nRF52840 Sense use board = xiaoblesense_adafruit.
|
||||
[env:xiao_nrf52840]
|
||||
platform = https://github.com/maxgerhardt/platform-nordicnrf52
|
||||
board = xiaoble_adafruit
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCFG_DEBUG=0
|
||||
|
||||
; Adafruit Feather nRF52840 — available in the stock PlatformIO nordicnrf52 platform.
|
||||
[env:adafruit_feather_nrf52840]
|
||||
platform = nordicnrf52
|
||||
board = adafruit_feather_nrf52840
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
build_flags = -DCFG_DEBUG=0
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
|
||||
Reference in New Issue
Block a user