kopia lustrzana https://github.com/meshtastic/firmware
13 wiersze
651 B
INI
13 wiersze
651 B
INI
; Seeed Xiao BLE: https://www.digikey.com/en/products/detail/seeed-technology-co-ltd/102010448/16652893
|
|
[env:xiao_ble]
|
|
extends = nrf52840_base
|
|
board = xiao_ble_sense
|
|
board_level = extra
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/xiao_ble -Dxiao_ble -D EBYTE_E22
|
|
-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/xiao_ble>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
debug_tool = jlink
|
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
|
;upload_protocol = jlink |