Skip to content

Commit 08c5265

Browse files
boards: arm: rpi_pico: Added RTC in documentation
Added RTC in supported hardware features Signed-off-by: Andrei-Edward Popa <[email protected]>
1 parent 4dad983 commit 08c5265

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/arm/rpi_pico/doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ hardware features:
8181
* - Flash
8282
- :kconfig:option:`CONFIG_FLASH`
8383
- :dtcompatible:`raspberrypi,pico-flash`
84+
* - RTC
85+
- :kconfig:option:`CONFIG_COUNTER`
86+
- :dtcompatible:`raspberrypi,pico-rtc`
8487

8588
Pin Mapping
8689
===========

boards/arm/rpi_pico/rpi_pico.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ supported:
1818
- watchdog
1919
- pwm
2020
- flash
21+
- rtc

0 commit comments

Comments
 (0)