Merged in w8jcik/nuttx-hymini-rtcback (pull request #175)

Enable CONFIG_RTC in the hymini-stm32v/nsh2 (kitchensink) config
This commit is contained in:
Gregory Nutt 2016-11-26 05:06:29 +00:00
commit a62f562207

View File

@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
# #
# Build Configuration # Build Configuration
# #
# CONFIG_APPS_DIR="../apps" CONFIG_APPS_DIR="../apps"
CONFIG_BUILD_FLAT=y CONFIG_BUILD_FLAT=y
# CONFIG_BUILD_2PASS is not set # CONFIG_BUILD_2PASS is not set
@ -475,6 +475,9 @@ CONFIG_STM32_USART1_SERIALDRIVER=y
CONFIG_SDIO_DMAPRIO=0x00001000 CONFIG_SDIO_DMAPRIO=0x00001000
CONFIG_STM32_HAVE_RTC_COUNTER=y CONFIG_STM32_HAVE_RTC_COUNTER=y
# CONFIG_STM32_HAVE_RTC_SUBSECONDS is not set # CONFIG_STM32_HAVE_RTC_SUBSECONDS is not set
CONFIG_RTC_LSECLOCK=y
# CONFIG_RTC_LSICLOCK is not set
# CONFIG_RTC_HSECLOCK is not set
# #
# USB FS Host Configuration # USB FS Host Configuration
@ -603,9 +606,6 @@ CONFIG_USEC_PER_TICK=10000
# CONFIG_CLOCK_MONOTONIC is not set # CONFIG_CLOCK_MONOTONIC is not set
CONFIG_ARCH_HAVE_TIMEKEEPING=y CONFIG_ARCH_HAVE_TIMEKEEPING=y
# CONFIG_JULIAN_TIME is not set # CONFIG_JULIAN_TIME is not set
CONFIG_START_YEAR=2016
CONFIG_START_MONTH=7
CONFIG_START_DAY=28
CONFIG_MAX_WDOGPARMS=2 CONFIG_MAX_WDOGPARMS=2
CONFIG_PREALLOC_WDOGS=8 CONFIG_PREALLOC_WDOGS=8
CONFIG_WDOG_INTRESERVE=1 CONFIG_WDOG_INTRESERVE=1
@ -734,7 +734,12 @@ CONFIG_SPI_EXCHANGE=y
# #
# CONFIG_TIMER is not set # CONFIG_TIMER is not set
# CONFIG_ONESHOT is not set # CONFIG_ONESHOT is not set
# CONFIG_RTC is not set CONFIG_RTC=y
# CONFIG_RTC_DATETIME is not set
# CONFIG_RTC_HIRES is not set
# CONFIG_RTC_ALARM is not set
# CONFIG_RTC_DRIVER is not set
# CONFIG_RTC_EXTERNAL is not set
# CONFIG_WATCHDOG is not set # CONFIG_WATCHDOG is not set
# CONFIG_ANALOG is not set # CONFIG_ANALOG is not set
# CONFIG_AUDIO_DEVICES is not set # CONFIG_AUDIO_DEVICES is not set
@ -1166,6 +1171,10 @@ CONFIG_ARCH_HAVE_TLS=y
# Application Configuration # Application Configuration
# #
#
# NxWidgets/NxWM
#
# #
# Built-In Applications # Built-In Applications
# #
@ -1418,10 +1427,6 @@ CONFIG_NSH_ARCHINIT=y
# CONFIG_NSH_LOGIN is not set # CONFIG_NSH_LOGIN is not set
# CONFIG_NSH_CONSOLE_LOGIN is not set # CONFIG_NSH_CONSOLE_LOGIN is not set
#
# NxWidgets/NxWM
#
# #
# Platform-specific Support # Platform-specific Support
# #