Skip to content

Commit bf700be

Browse files
jerome-pouillermmahadevan108
authored andcommitted
boards: silabs: Uniformize board.cmake
All the board.cmake contains more or less the same data. This patch applies the cosmetics changes to align the structure of all these files. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 824a241 commit bf700be

File tree

15 files changed

+20
-28
lines changed

15 files changed

+20
-28
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright (c) 2018, Evry ASA
2-
#
32
# SPDX-License-Identifier: Apache-2.0
4-
#
3+
54
board_runner_args(jlink "--device=EFR32MG12PxxxF1024")
65
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Copyright (c) 2021, Sateesh Kotapati
2-
#
32
# SPDX-License-Identifier: Apache-2.0
4-
#
53

64
board_runner_args(jlink "--device=EFR32MG24BxxxF1536" "--reset-after-load")
75
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/silabs/dev_kits/xg27_dk2602a/board.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33

44
board_runner_args(jlink "--device=EFR32BG27CxxxF768" "--reset-after-load")
55
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
6+
67
board_runner_args(silabs_commander "--device=EFR32BG27C140F768IM40")
78
include(${ZEPHYR_BASE}/boards/common/silabs_commander.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
board_runner_args(openocd)
43
board_runner_args(jlink "--device=EFR32BG13PxxxF512")
4+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
55

6+
board_runner_args(openocd)
67
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
board_runner_args(openocd)
43
board_runner_args(jlink "--device=EFR32MG12PxxxF1024")
4+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
55

6+
board_runner_args(openocd)
67
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
board_runner_args(openocd)
43
board_runner_args(jlink "--device=EFR32MG12PxxxF1024")
4+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
55

6+
board_runner_args(openocd)
67
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
board_runner_args(openocd)
43
board_runner_args(jlink "--device=EFR32MG21AxxxF1024")
4+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
55

6+
board_runner_args(openocd)
67
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
board_runner_args(openocd)
4-
board_runner_args(jlink "--device=EFR32FG1PxxxF256")
5-
64
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
5+
6+
board_runner_args(jlink "--device=EFR32FG1PxxxF256")
77
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
board_runner_args(openocd)
43
board_runner_args(jlink "--device=EFR32FG13PxxxF512")
4+
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
55

6+
board_runner_args(openocd)
67
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/silabs/radio_boards/slwrb4321a/board.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
board_runner_args(jlink "--device=EFM32GG11B820F2048")
7-
board_runner_args(openocd)
8-
97
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
8+
9+
board_runner_args(openocd)
1010
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)

0 commit comments

Comments
 (0)