Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6ed0a3557f9bc6fc20c9381394579c4390a8c3bf
/
.
/
boards
/
arm
/
mec1501modular_assy6885
/
board.cmake
blob: 037885253147791a42e681e7dcb5fa72e4703b8c [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
set
(
SPI_IMAGE_NAME spi_image
.
bin
)
board_set_flasher_ifnset
(
dediprog
)
# --vcc=0 - use 3.5V to flash
board_finalize_runner_args
(
dediprog
"--spi-image=${PROJECT_BINARY_DIR}/${SPI_IMAGE_NAME}"
"--vcc=0"
)