Commit fbef588a authored by Tatsuroh Hayashi's avatar Tatsuroh Hayashi Committed by Maureen Helm
Browse files

boards: arm: stm32f103_mini: STM32F1RTC support



Add RTC support of STM32F1 family.

Signed-off-by: default avatarTatsuroh Hayashi <tatzu884@gmail.com>
parent 6183129e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.

+4 −0
Original line number Diff line number Diff line
@@ -113,6 +113,10 @@ zephyr_udc0: &usb {
	status = "okay";
};

&rtc {
	status = "okay";
};

&adc1 {
	pinctrl-0 = <&adc1_in0_pa0>;
	pinctrl-names = "default";
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ supported:
  - pwm
  - watchdog
  - adc
  - counter