boards: samr34_xpro: add pre_dt_board.cmake
Add pre-devicetree CMake configuration for SAMR34 Xplained Pro board to suppress SPI bus bridge warnings promoted to errors in weekly CI run. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
21156f88a6
commit
94cd7865a9
5
boards/atmel/sam0/samr34_xpro/pre_dt_board.cmake
Normal file
5
boards/atmel/sam0/samr34_xpro/pre_dt_board.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Linaro Limited
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# SPI is implemented via sercom so node name isn't spi@...
|
||||
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")
|
||||
Loading…
Reference in New Issue
Block a user