df8c89b528
This adds the minimal get_time/set_time support for the rp2040 and enables support by default on the Pico boards. This doesn't support configuring the clock source or alarm interrupts yet. Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
# Copyright (c) 2023 Andrew Featherstone
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RTC_RPI_PICO
|
|
bool "Raspberry Pi Pico RTC driver"
|
|
default y
|
|
depends on DT_HAS_RASPBERRYPI_PICO_RTC_ENABLED
|
|
select PICOSDK_USE_RTC
|
|
depends on RESET
|