We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dad983 commit 08c5265Copy full SHA for 08c5265
boards/arm/rpi_pico/doc/index.rst
@@ -81,6 +81,9 @@ hardware features:
81
* - Flash
82
- :kconfig:option:`CONFIG_FLASH`
83
- :dtcompatible:`raspberrypi,pico-flash`
84
+ * - RTC
85
+ - :kconfig:option:`CONFIG_COUNTER`
86
+ - :dtcompatible:`raspberrypi,pico-rtc`
87
88
Pin Mapping
89
===========
boards/arm/rpi_pico/rpi_pico.yaml
@@ -18,3 +18,4 @@ supported:
18
- watchdog
19
- pwm
20
- flash
21
+ - rtc
0 commit comments