aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-02 11:59:18 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-03 17:58:17 +0100
commitb37b181818edf2fbb66b978c1cdd90cb8588e322 (patch)
treefe0d36d46b90883028dc3042d46baf368fb5f182 /nuttx-configs
parentdc7ee4247f3cfee6647876ba1873e0508e29ae00 (diff)
downloadpx4-firmware-b37b181818edf2fbb66b978c1cdd90cb8588e322.tar.gz
px4-firmware-b37b181818edf2fbb66b978c1cdd90cb8588e322.tar.bz2
px4-firmware-b37b181818edf2fbb66b978c1cdd90cb8588e322.zip
NuttX: Enable RTC, require NuttX version with RTC support
Diffstat (limited to 'nuttx-configs')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 50d5b0296..af6634f56 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -477,7 +477,9 @@ CONFIG_SPI=y
# CONFIG_SPI_OWNBUS is not set
CONFIG_SPI_EXCHANGE=y
# CONFIG_SPI_CMDDATA is not set
-# CONFIG_RTC is not set
+CONFIG_RTC=y
+CONFIG_RTC_DATETIME=y
+CONFIG_RTC_LSICLOCK=y
CONFIG_WATCHDOG=y
# CONFIG_ANALOG is not set
# CONFIG_AUDIO_DEVICES is not set