Added basic support for the RP2040 SoC. Support includes booting and starting the kernel, on one core only. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com> Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
# Copyright (c) 2021 Yonatan Schachter
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config HAS_RPI_PICO
|
|
bool
|
|
|
|
config PICOSDK_USE_UART
|
|
bool
|
|
help
|
|
Use the UART driver from pico-sdk
|
|
|
|
config PICOSDK_USE_GPIO
|
|
bool
|
|
help
|
|
Use the GPIO driver from pico-sdk
|