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>
13 lines
427 B
CMake
13 lines
427 B
CMake
#
|
|
# Copyright (c) 2022 metraTec
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
|
|
list(APPEND EXTRA_DTC_FLAGS "-Wno-simple_bus_reg")
|
|
|
|
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
|
# - /soc/peripheral@40000000/syscon@0 & /soc/peripheral@40000000/gpio@0
|
|
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
|