nRF5x boards throw a spurious warning for duplicate unit-address when the devicetree gets processed Upstream issue: https://github.com/zephyrproject-rtos/zephyr/issues/29713 Warning suppressed as per: https://docs.zephyrproject.org/latest/build/dts/intro-input-output.html
9 lines
No EOL
320 B
CMake
9 lines
No EOL
320 B
CMake
#
|
|
# Copyright (c) 2024 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
# Suppresses duplicate unit-address warning at build time for power, clock, acl and flash-controller
|
|
# https://docs.zephyrproject.org/latest/build/dts/intro-input-output.html
|
|
|
|
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") |