Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
17 changed files with 14 additions and 22 deletions
@ -1,10 +0,0 @@
@@ -1,10 +0,0 @@
|
||||
# Copyright (c) 2021 Yonatan Schachter |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RPI_PICO |
||||
bool "Raspberry Pi Pico Board" |
||||
depends on SOC_RP2040 |
||||
|
||||
config BOARD_RPI_PICO_W |
||||
bool "Raspberry Pi Pico W Board" |
||||
depends on SOC_RP2040 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2021 Yonatan Schachter |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_RPI_PICO |
||||
select SOC_RP2040 |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
board: |
||||
name: rpi_pico |
||||
vendor: Raspberry Pi |
||||
socs: |
||||
- name: rp2040 |
||||
variants: |
||||
- name: w |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -1,6 +1,3 @@
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_SERIES_RP2XXX=y |
||||
CONFIG_SOC_RP2040=y |
||||
CONFIG_BOARD_RPI_PICO=y |
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000 |
||||
CONFIG_SERIAL=y |
||||
CONFIG_CONSOLE=y |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: rpi_pico_w |
||||
identifier: rpi_pico//w |
||||
name: RaspberryPi-Pico-w |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue