Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
11 changed files with 8 additions and 11 deletions
@ -1,16 +1,12 @@
@@ -1,16 +1,12 @@
|
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
CONFIG_SOC_SERIES_RP2XXX=y |
||||
CONFIG_SOC_RP2040=y |
||||
CONFIG_BOARD_ADAFRUIT_QT_PY_RP2040=y |
||||
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=125000000 |
||||
|
||||
# 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 |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: adafruit_qt_py_rp2040 |
||||
vendor: Adafruit Industries LLC |
||||
socs: |
||||
- name: rp2040 |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Loading…
Reference in new issue