boards: arm: stm32f103_mini: STM32F1RTC support

Add RTC support of STM32F1 family.

Signed-off-by: Tatsuroh Hayashi <tatzu884@gmail.com>
This commit is contained in:
Tatsuroh Hayashi 2022-09-02 09:04:22 +09:00 committed by Maureen Helm
parent 6183129ecb
commit fbef588a57
3 changed files with 9 additions and 0 deletions

View File

@ -73,6 +73,10 @@ The Zephyr stm32f103_mini board configuration supports the following hardware fe
+-----------+------------+-------------------------------------+
| USB | on-chip | USB device |
+-----------+------------+-------------------------------------+
| COUNTER | on-chip | rtc |
+-----------+------------+-------------------------------------+
| RTC | on-chip | rtc |
+-----------+------------+-------------------------------------+
Other hardware features are not yet supported in this Zephyr port.

View File

@ -113,6 +113,10 @@ zephyr_udc0: &usb {
status = "okay";
};
&rtc {
status = "okay";
};
&adc1 {
pinctrl-0 = <&adc1_in0_pa0>;
pinctrl-names = "default";

View File

@ -15,3 +15,4 @@ supported:
- pwm
- watchdog
- adc
- counter