Skip to content

Commit 94cd786

Browse files
committed
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é <[email protected]>
1 parent 21156f8 commit 94cd786

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2021 Linaro Limited
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
# SPI is implemented via sercom so node name isn't spi@...
5+
list(APPEND EXTRA_DTC_FLAGS "-Wno-spi_bus_bridge")

0 commit comments

Comments
 (0)