mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-12 16:09:18 +08:00
Merge pull request #2451 from balanceTWK/rtt_master
[components] 添加 RT_USING_ALARM 选项
This commit is contained in:
commit
38ffaf806c
@ -129,9 +129,14 @@ config RT_USING_RTC
|
|||||||
default n
|
default n
|
||||||
|
|
||||||
if RT_USING_RTC
|
if RT_USING_RTC
|
||||||
|
config RT_USING_ALARM
|
||||||
|
bool "Using RTC alarm"
|
||||||
|
default n
|
||||||
|
|
||||||
config RT_USING_SOFT_RTC
|
config RT_USING_SOFT_RTC
|
||||||
bool "Using software simulation RTC device"
|
bool "Using software simulation RTC device"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config RTC_SYNC_USING_NTP
|
config RTC_SYNC_USING_NTP
|
||||||
bool "Using NTP auto sync RTC time"
|
bool "Using NTP auto sync RTC time"
|
||||||
depends on PKG_NETUTILS_NTP
|
depends on PKG_NETUTILS_NTP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user