Various fixes.
This commit is contained in:
parent
47b219cca5
commit
abe40f8ef5
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Electronut Labs Papyr board configuration
|
# BlueMicro52840 board configuration
|
||||||
|
|
||||||
# Copyright (c) 2020 Pete Johanson, Derek Schmell
|
# Copyright (c) 2020 Pete Johanson, Derek Schmell
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
|
||||||
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
||||||
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
|
||||||
|
|
2
docs/static/setup.sh
vendored
2
docs/static/setup.sh
vendored
|
@ -23,7 +23,7 @@ select opt in "${options[@]}" "Quit"; do
|
||||||
|
|
||||||
1 ) board="nice_nano"; break;;
|
1 ) board="nice_nano"; break;;
|
||||||
2 ) board="proton_c"; break;;
|
2 ) board="proton_c"; break;;
|
||||||
3 ) board="BlueMicro52840 (v1)"; break;;
|
3 ) board="bluemicro52840_v1"; break;;
|
||||||
|
|
||||||
$(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;;
|
$(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;;
|
||||||
*) echo "Invalid option. Try another one.";continue;;
|
*) echo "Invalid option. Try another one.";continue;;
|
||||||
|
|
Loading…
Reference in a new issue