Skip to content

Commit

Permalink
boards: arm: rpi_pico: Added RTC in documentation
Browse files Browse the repository at this point in the history
Added RTC in supported hardware features

Signed-off-by: Andrei-Edward Popa <[email protected]>
  • Loading branch information
andrei-edward-popa committed Jun 29, 2023
1 parent 76e485a commit c215c24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/arm/rpi_pico/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ hardware features:
* - UART (PIO)
- :kconfig:option:`CONFIG_SERIAL`
- :dtcompatible:`raspberrypi,pico-uart-pio`
* - RTC
- :kconfig:option:`CONFIG_RTC`
- :dtcompatible:`raspberrypi,pico-rtc`

Pin Mapping
===========
Expand Down
1 change: 1 addition & 0 deletions boards/arm/rpi_pico/rpi_pico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ supported:
- pwm
- flash
- dma
- rtc

0 comments on commit c215c24

Please sign in to comment.