Skip to content

Commit

Permalink
boards: arm: adafruit_feather_m0_basic_proto: Set flash offset
Browse files Browse the repository at this point in the history
On this board, it is required to flash beyond the locked bootloader.

Signed-off-by: Adam Serbinski <aserbinski@gmail.com>
  • Loading branch information
Adam Serbinski authored and ioannisg committed May 6, 2020
1 parent 464f135 commit 61aff64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/arm/adafruit_feather_m0_basic_proto/board.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
#
# SPDX-License-Identifier: Apache-2.0

board_runner_args(bossac "--offset=0x2000")

include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)

0 comments on commit 61aff64

Please sign in to comment.