summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 22:01:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-14 22:01:29 +0000
commit1900b1701956566b5ce2b917001a68dc9c53c349 (patch)
tree19275facb82afae34454a0adeab06773740e6910 /nuttx
parentf13e02c9981253413fe0a0bef4e1223901dbf724 (diff)
downloadpx4-nuttx-1900b1701956566b5ce2b917001a68dc9c53c349.tar.gz
px4-nuttx-1900b1701956566b5ce2b917001a68dc9c53c349.tar.bz2
px4-nuttx-1900b1701956566b5ce2b917001a68dc9c53c349.zip
Enable the RTC in the STM3240G-EVAL NSH configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4179 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/stm3240g-eval/nsh/defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/nsh/defconfig b/nuttx/configs/stm3240g-eval/nsh/defconfig
index ca3783760..3424ec322 100755
--- a/nuttx/configs/stm3240g-eval/nsh/defconfig
+++ b/nuttx/configs/stm3240g-eval/nsh/defconfig
@@ -161,7 +161,7 @@ CONFIG_STM32_I2C3=n
CONFIG_STM32_CAN1=n
CONFIG_STM32_CAN2=n
CONFIG_STM32_DAC=n
-CONFIG_STM32_PWR=n
+CONFIG_STM32_PWR=y
# APB2:
CONFIG_STM32_TIM1=n
CONFIG_STM32_TIM8=n
@@ -425,6 +425,7 @@ CONFIG_DEBUG_GRAPHICS=n
CONFIG_DEBUG_LCD=n
CONFIG_DEBUG_USB=n
CONFIG_DEBUG_NET=n
+CONFIG_DEBUG_RTC=n
CONFIG_HAVE_CXX=y
CONFIG_MM_REGIONS=2
CONFIG_ARCH_LOWPUTC=y
@@ -786,7 +787,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
# CONFIG_RTC_ALARM - Enable if the RTC hardware supports setting of an
# alarm. A callback function will be executed when the alarm goes off
#
-CONFIG_RTC=n
+CONFIG_RTC=y
CONFIG_RTC_DATETIME=y
CONFIG_RTC_HIRES=n
CONFIG_RTC_FREQUENCY=n