mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 09:41:57 +00:00
With the adafruit trinket m0, you must flash at 0x2000 due to a locked UF2 bootloader. Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
7 lines
174 B
CMake
7 lines
174 B
CMake
# Copyright (c) 2018 Google LLC.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(bossac "--offset=0x2000")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
|