mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
9 lines
504 B
INI
9 lines
504 B
INI
; The NRF52840-dk development board, but @geeksville's board - which has a busted oscilliator
|
|
[env:nrf52840dk-geeksville]
|
|
board_level = extra
|
|
extends = nrf52840_base
|
|
board = nrf52840_dk_modified
|
|
# add our variants files to the include and src paths
|
|
build_flags = ${nrf52_base.build_flags} -Ivariants/pca10056-rc-clock
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/BSEC2 Software Library/src/cortex-m4/fpv4-sp-d16-hard"
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/pca10056-rc-clock> |