Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 6 additions and 8 deletions
@ -1,6 +1,2 @@
@@ -1,6 +1,2 @@
|
||||
# Copyright 2023 honglin leng <a909204013@gmail.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD |
||||
default "Raspberry Pi 4 Model B" |
||||
depends on BOARD_RPI_4B |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: rpi_4b |
||||
vendor: Raspberry Pi |
||||
socs: |
||||
- name: bcm2711 |
Loading…
Reference in new issue