mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
f1a0389f76
Add board definition for the NXP lpcxpresso55s06 development board. Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
10 lines
198 B
CMake
10 lines
198 B
CMake
#
|
|
# Copyright (c) 2022 metraTec
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(jlink "--device=LPC55S06" "--reset-after-load")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|