Skip to content

Commit 550f342

Browse files
authored
Merge pull request #4419 from mysterywolf/rtc
[stm32]删除RTC对libc的依赖
2 parents 817afd2 + 4f06fdc commit 550f342

File tree

25 files changed

+0
-25
lines changed

25 files changed

+0
-25
lines changed

bsp/stm32/stm32f091-st-nucleo/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ menu "On-chip Peripheral Drivers"
138138
menuconfig BSP_USING_ONCHIP_RTC
139139
bool "Enable RTC"
140140
select RT_USING_RTC
141-
select RT_USING_LIBC
142141
default n
143142
if BSP_USING_ONCHIP_RTC
144143
choice

bsp/stm32/stm32f103-atk-nano/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ menu "On-chip Peripheral Drivers"
183183
menuconfig BSP_USING_ONCHIP_RTC
184184
bool "Enable RTC"
185185
select RT_USING_RTC
186-
select RT_USING_LIBC
187186
default n
188187
if BSP_USING_ONCHIP_RTC
189188
choice

bsp/stm32/stm32f103-atk-warshipv3/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ menu "On-chip Peripheral Drivers"
207207
menuconfig BSP_USING_ONCHIP_RTC
208208
bool "Enable RTC"
209209
select RT_USING_RTC
210-
select RT_USING_LIBC
211210
default n
212211
if BSP_USING_ONCHIP_RTC
213212
choice

bsp/stm32/stm32f103-blue-pill/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ menu "On-chip Peripheral Drivers"
5151
menuconfig BSP_USING_ONCHIP_RTC
5252
bool "Enable RTC"
5353
select RT_USING_RTC
54-
select RT_USING_LIBC
5554
default n
5655
if BSP_USING_ONCHIP_RTC
5756
choice

bsp/stm32/stm32f103-fire-arbitrary/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ menu "On-chip Peripheral Drivers"
255255
menuconfig BSP_USING_ONCHIP_RTC
256256
bool "Enable RTC"
257257
select RT_USING_RTC
258-
select RT_USING_LIBC
259258
default n
260259
if BSP_USING_ONCHIP_RTC
261260
choice

bsp/stm32/stm32f103-hw100k-ibox/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ menu "On-chip Peripheral Drivers"
198198
menuconfig BSP_USING_ONCHIP_RTC
199199
bool "Enable RTC"
200200
select RT_USING_RTC
201-
select RT_USING_LIBC
202201
default n
203202
if BSP_USING_ONCHIP_RTC
204203
choice

bsp/stm32/stm32f407-atk-explorer/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ menu "On-chip Peripheral Drivers"
286286
menuconfig BSP_USING_ONCHIP_RTC
287287
bool "Enable RTC"
288288
select RT_USING_RTC
289-
select RT_USING_LIBC
290289
default n
291290
if BSP_USING_ONCHIP_RTC
292291
choice

bsp/stm32/stm32f411-atk-nano/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ menu "On-chip Peripheral Drivers"
140140
menuconfig BSP_USING_ONCHIP_RTC
141141
bool "Enable RTC"
142142
select RT_USING_RTC
143-
select RT_USING_LIBC
144143
default n
145144
if BSP_USING_ONCHIP_RTC
146145
choice

bsp/stm32/stm32f411-st-nucleo/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ menu "On-chip Peripheral Drivers"
111111
menuconfig BSP_USING_ONCHIP_RTC
112112
bool "Enable RTC"
113113
select RT_USING_RTC
114-
select RT_USING_LIBC
115114
default n
116115
if BSP_USING_ONCHIP_RTC
117116
choice

bsp/stm32/stm32f413-st-nucleo/board/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ menu "On-chip Peripheral Drivers"
131131
menuconfig BSP_USING_ONCHIP_RTC
132132
bool "Enable RTC"
133133
select RT_USING_RTC
134-
select RT_USING_LIBC
135134
default n
136135
if BSP_USING_ONCHIP_RTC
137136
choice

0 commit comments

Comments
 (0)