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

boards: arm: nucleo_f103rb: STM32F1RTC support



Add RTC support of STM32F1 family.

Signed-off-by: default avatarTatsuroh Hayashi <tatzu884@gmail.com>
parent 36f10006
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@ The Zephyr nucleo_f103rb board configuration supports the following hardware fea
+-----------+------------+-------------------------------------+
| die-temp  | on-chip    | die temperature sensor              |
+-----------+------------+-------------------------------------+
| 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
@@ -119,6 +119,10 @@
	status = "okay";
};

&rtc {
	status = "okay";
};

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