Skip to content

Commit

Permalink
suppress unit address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ReFil committed May 31, 2024
1 parent 8f87b3b commit 9defa75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/arm/seeeduino_xiao_ble/pre_dt_board.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# 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")

0 comments on commit 9defa75

Please sign in to comment.