mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
Combines the lpcxpresso54114_m4 and lpcxpresso54114_m0 boards into one directory containing both board configurations. This eliminates some duplicate code and documentation, and better represents the actual hardware. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
17 lines
310 B
Plaintext
17 lines
310 B
Plaintext
#
|
|
# Copyright (c) 2017, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_ARM=y
|
|
CONFIG_SOC_LPC54114_M0=y
|
|
CONFIG_SOC_SERIES_LPC54XXX=y
|
|
CONFIG_BOARD_LPCXPRESSO54114_M0=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_RTT_CONSOLE=y
|
|
CONFIG_SERIAL=n
|
|
CONFIG_CORTEX_M_SYSTICK=y
|
|
CONFIG_GPIO=n
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=48000000
|