forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: ti: Create a common folder to share code between boards
This creates a common folder in order to share code between similar boards. This is mostly for the CC1352P1 and CC1352P7 launchpad which are very similar but it could be probably useful for some other boards. Signed-off-by: Alexandre Bailon <[email protected]>
- Loading branch information
Showing
19 changed files
with
288 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
zephyr_library() | ||
zephyr_library_sources(board_antenna.c) | ||
add_subdirectory(${ZEPHYR_BASE}/boards/ti/common/ ${CMAKE_CURRENT_BINARY_DIR}/common) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# TI CC1352R LaunchXL board | ||
|
||
# Copyright (c) 2021 Florin Stancu | ||
# Copyright (c) 2024 Alexandre Bailon | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
if BOARD_CC1352P1_LAUNCHXL | ||
|
||
config BOARD_ANTENNA_INIT_PRIO | ||
int "Board antenna switch initialization priority" | ||
default 70 | ||
help | ||
Set the priority for board init, must be greater than | ||
KERNEL_INIT_PRIORITY_DEVICE but smaller than | ||
IEEE802154_CC13XX_CC26XX_SUB_GHZ_INIT_PRIO. | ||
|
||
endif # BOARD_CC1352P1_LAUNCHXL | ||
source "boards/ti/common/Kconfig" |
87 changes: 0 additions & 87 deletions
87
boards/ti/cc1352p1_launchxl/cc1352p1_launchxl-pinctrl.dtsi
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.