From 61aff640f90a2c33d603b08ef7143758dc53cbe7 Mon Sep 17 00:00:00 2001 From: Adam Serbinski Date: Mon, 27 Apr 2020 11:26:21 -0400 Subject: [PATCH] boards: arm: adafruit_feather_m0_basic_proto: Set flash offset On this board, it is required to flash beyond the locked bootloader. Signed-off-by: Adam Serbinski --- boards/arm/adafruit_feather_m0_basic_proto/board.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/adafruit_feather_m0_basic_proto/board.cmake b/boards/arm/adafruit_feather_m0_basic_proto/board.cmake index 05695a86d92a9a..cb8bfd7c096599 100644 --- a/boards/arm/adafruit_feather_m0_basic_proto/board.cmake +++ b/boards/arm/adafruit_feather_m0_basic_proto/board.cmake @@ -2,4 +2,6 @@ # # SPDX-License-Identifier: Apache-2.0 +board_runner_args(bossac "--offset=0x2000") + include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)