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
215 B
CMake
7 lines
215 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=atsam4s16c" "--speed=4000")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
|