mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
46a30e9d08
Add board definition for the NXP LPCXpresso51U68 development board. Signed-off-by: Navin Sankar Velliangiri <navin@linumiz.com>
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
# LPCXpresso51U68 board
|
|
|
|
# Copyright (c) 2021 metraTec GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_LPCXPRESSO51U68
|
|
bool "NXP LPCXPRESSO-51U68"
|
|
depends on SOC_SERIES_LPC51U68
|
|
select SOC_PART_NUMBER_LPC51U68JBD64
|