mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-25 16:37:06 +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
|
||||
|
||||
if RT_USING_RTC
|
||||
config RT_USING_ALARM
|
||||
bool "Using RTC alarm"
|
||||
default n
|
||||
|
||||
config RT_USING_SOFT_RTC
|
||||
bool "Using software simulation RTC device"
|
||||
default n
|
||||
|
||||
config RTC_SYNC_USING_NTP
|
||||
bool "Using NTP auto sync RTC time"
|
||||
depends on PKG_NETUTILS_NTP
|
||||
|
Loading…
x
Reference in New Issue
Block a user