mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 23:18:25 +00:00
Added support for hwinfo's hwinfo_get_device_id for the RPi Pico series. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
21 lines
328 B
Plaintext
21 lines
328 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
|
|
|
|
config PICOSDK_USE_FLASH
|
|
bool
|
|
help
|
|
Use the flash driver from pico-sdk
|