trivial; enable the 'alarms' example app in the STL32L4-disco config, since it is now working
This commit is contained in:
parent
1e5910a99d
commit
523591736f
|
@ -543,7 +543,8 @@ CONFIG_SPI_EXCHANGE=y
|
|||
# CONFIG_TIMER is not set
|
||||
CONFIG_RTC=y
|
||||
CONFIG_RTC_DATETIME=y
|
||||
# CONFIG_RTC_ALARM is not set
|
||||
CONFIG_RTC_ALARM=y
|
||||
CONFIG_RTC_NALARMS=2
|
||||
CONFIG_RTC_DRIVER=y
|
||||
CONFIG_RTC_IOCTL=y
|
||||
# CONFIG_RTC_EXTERNAL is not set
|
||||
|
@ -834,6 +835,11 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
|
|||
#
|
||||
# Examples
|
||||
#
|
||||
CONFIG_EXAMPLES_ALARM=y
|
||||
CONFIG_EXAMPLES_ALARM_PRIORITY=100
|
||||
CONFIG_EXAMPLES_ALARM_STACKSIZE=2048
|
||||
CONFIG_EXAMPLES_ALARM_DEVPATH="/dev/rtc0"
|
||||
CONFIG_EXAMPLES_ALARM_SIGNO=1
|
||||
CONFIG_EXAMPLES_BUTTONS=y
|
||||
CONFIG_EXAMPLES_BUTTONS_MIN=0
|
||||
CONFIG_EXAMPLES_BUTTONS_MAX=4
|
||||
|
|
Loading…
Reference in New Issue