未验证 提交 550f3428 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #4419 from mysterywolf/rtc

[stm32]删除RTC对libc的依赖
...@@ -138,7 +138,6 @@ menu "On-chip Peripheral Drivers" ...@@ -138,7 +138,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -183,7 +183,6 @@ menu "On-chip Peripheral Drivers" ...@@ -183,7 +183,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -207,7 +207,6 @@ menu "On-chip Peripheral Drivers" ...@@ -207,7 +207,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -51,7 +51,6 @@ menu "On-chip Peripheral Drivers" ...@@ -51,7 +51,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -255,7 +255,6 @@ menu "On-chip Peripheral Drivers" ...@@ -255,7 +255,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -198,7 +198,6 @@ menu "On-chip Peripheral Drivers" ...@@ -198,7 +198,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -286,7 +286,6 @@ menu "On-chip Peripheral Drivers" ...@@ -286,7 +286,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -140,7 +140,6 @@ menu "On-chip Peripheral Drivers" ...@@ -140,7 +140,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -111,7 +111,6 @@ menu "On-chip Peripheral Drivers" ...@@ -111,7 +111,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -131,7 +131,6 @@ menu "On-chip Peripheral Drivers" ...@@ -131,7 +131,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -187,7 +187,6 @@ menu "On-chip Peripheral Drivers" ...@@ -187,7 +187,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -250,7 +250,6 @@ menu "On-chip Peripheral Drivers" ...@@ -250,7 +250,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -209,7 +209,6 @@ menu "On-chip Peripheral Drivers" ...@@ -209,7 +209,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -226,7 +226,6 @@ menu "On-chip Peripheral Drivers" ...@@ -226,7 +226,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -193,7 +193,6 @@ menuconfig BSP_USING_SPI ...@@ -193,7 +193,6 @@ menuconfig BSP_USING_SPI
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -168,7 +168,6 @@ menu "On-chip Peripheral Drivers" ...@@ -168,7 +168,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -157,7 +157,6 @@ menu "On-chip Peripheral Drivers" ...@@ -157,7 +157,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -44,7 +44,6 @@ menu "On-chip Peripheral Drivers" ...@@ -44,7 +44,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -44,7 +44,6 @@ menu "On-chip Peripheral Drivers" ...@@ -44,7 +44,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -70,7 +70,6 @@ menu "On-chip Peripheral Drivers" ...@@ -70,7 +70,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -321,7 +321,6 @@ menu "On-chip Peripheral Drivers" ...@@ -321,7 +321,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -179,7 +179,6 @@ menu "On-chip Peripheral Drivers" ...@@ -179,7 +179,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -201,7 +201,6 @@ menu "On-chip Peripheral Drivers" ...@@ -201,7 +201,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -102,7 +102,6 @@ menu "Hardware Drivers Config" ...@@ -102,7 +102,6 @@ menu "Hardware Drivers Config"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
...@@ -143,7 +143,6 @@ menu "On-chip Peripheral Drivers" ...@@ -143,7 +143,6 @@ menu "On-chip Peripheral Drivers"
menuconfig BSP_USING_ONCHIP_RTC menuconfig BSP_USING_ONCHIP_RTC
bool "Enable RTC" bool "Enable RTC"
select RT_USING_RTC select RT_USING_RTC
select RT_USING_LIBC
default n default n
if BSP_USING_ONCHIP_RTC if BSP_USING_ONCHIP_RTC
choice choice
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册