Initial import
This commit is contained in:
7
boards/heltec/heltec_t114/board.cmake
Normal file
7
boards/heltec/heltec_t114/board.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
# Heltec T114 — board.cmake
|
||||
# Uses nrfjprog or pyocd for flashing via SWD.
|
||||
# The board exposes a SWD header for programming.
|
||||
board_runner_args(nrfjprog "--nrf-family=NRF52")
|
||||
board_runner_args(pyocd "--target=nrf52840")
|
||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
||||
Reference in New Issue
Block a user