The SAM4E/S SoC have a ROM bootloader named SAM-BA. Add bossac to the board west runner list. This requires Zephyr SDK 0.12.0. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
7 lines
223 B
CMake
7 lines
223 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(openocd --cmd-post-verify "at91sam4 gpnvm set 1")
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
|