Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 9 additions and 12 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: sparkfun_pro_micro_rp2040 |
||||
vendor: SparkFun Electronics |
||||
socs: |
||||
- name: rp2040 |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@ -1,17 +1,13 @@
@@ -1,17 +1,13 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_RP2XXX=y |
||||
CONFIG_SOC_RP2040=y |
||||
CONFIG_BOARD_SPARKFUN_PRO_MICRO_RP2040=y |
||||
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000 |
||||
CONFIG_RESET=y |
||||
|
||||
# enable uart driver |
||||
# Enable UART driver |
||||
CONFIG_SERIAL=y |
||||
CONFIG_UART_INTERRUPT_DRIVEN=y |
||||
|
||||
# enable console |
||||
# Enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
||||
|
Loading…
Reference in new issue