Merge pull request #3202 from armink/fix_rtc
[components] remove libc dependency in ulog and RTC driver.
This commit is contained in:
commit
97b7661f6e
|
@ -125,7 +125,6 @@ config RT_USING_PM
|
||||||
|
|
||||||
config RT_USING_RTC
|
config RT_USING_RTC
|
||||||
bool "Using RTC device drivers"
|
bool "Using RTC device drivers"
|
||||||
select RT_USING_LIBC
|
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if RT_USING_RTC
|
if RT_USING_RTC
|
||||||
|
|
|
@ -146,7 +146,6 @@ config RT_USING_ULOG
|
||||||
config ULOG_TIME_USING_TIMESTAMP
|
config ULOG_TIME_USING_TIMESTAMP
|
||||||
bool "Enable timestamp format for time."
|
bool "Enable timestamp format for time."
|
||||||
default n
|
default n
|
||||||
select RT_USING_LIBC
|
|
||||||
depends on ULOG_OUTPUT_TIME
|
depends on ULOG_OUTPUT_TIME
|
||||||
|
|
||||||
config ULOG_OUTPUT_LEVEL
|
config ULOG_OUTPUT_LEVEL
|
||||||
|
|
Loading…
Reference in New Issue