Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
15 changed files with 13 additions and 19 deletions
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
# BeagleConnect Freedom board configuration |
||||
|
||||
# Copyright (c) 2020 Erik Larson |
||||
# Copyright (c) 2021 Jason Kridner, BeagleBoard.org Foundation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_BEAGLECONNECT_FREEDOM |
||||
select SOC_CC1352P7 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: beagleconnect_freedom |
||||
vendor: BeagleBoard |
||||
socs: |
||||
- name: cc1352p7 |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
# BeagleConnect Freedom board configuration |
||||
|
||||
# Copyright (c) 2020 Erik Larson |
||||
# Copyright (c) 2020 Jason Kridner, BeagleBoard.org Foundation |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_BEAGLECONNECT_FREEDOM |
||||
|
||||
config BOARD |
||||
default "beagleconnect_freedom" |
||||
|
||||
endif # BOARD_BEAGLECONNECT_FREEDOM |
Loading…
Reference in new issue