Various fixes.

This commit is contained in:
Pete Johanson 2020-08-16 21:30:45 -04:00
parent 47b219cca5
commit abe40f8ef5
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Electronut Labs Papyr board configuration
# BlueMicro52840 board configuration
# Copyright (c) 2020 Pete Johanson, Derek Schmell
# SPDX-License-Identifier: MIT

View File

@ -1,5 +1,5 @@
#SPDX-License-Identifier: MIT
# SPDX-License-Identifier: MIT
board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset")
include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)

View File

@ -23,7 +23,7 @@ select opt in "${options[@]}" "Quit"; do
1 ) board="nice_nano"; break;;
2 ) board="proton_c"; break;;
3 ) board="BlueMicro52840 (v1)"; break;;
3 ) board="bluemicro52840_v1"; break;;
$(( ${#options[@]}+1 )) ) echo "Goodbye!"; exit;;
*) echo "Invalid option. Try another one.";continue;;