summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-20 18:08:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-20 18:08:09 +0000
commit3b91ea7d1b1d6455332c06f7d655a92886bdd13f (patch)
tree74e422f0d6ee17ee7fea128b4de185d98499f9c8 /nuttx/configs/eagle100
parent28650cdba9ff1387433f91795050acf3066393b6 (diff)
downloadpx4-nuttx-3b91ea7d1b1d6455332c06f7d655a92886bdd13f.tar.gz
px4-nuttx-3b91ea7d1b1d6455332c06f7d655a92886bdd13f.tar.bz2
px4-nuttx-3b91ea7d1b1d6455332c06f7d655a92886bdd13f.zip
Add stm3210e-eval board configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2073 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100')
-rw-r--r--nuttx/configs/eagle100/ostest/defconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig
index c426bfd3a..5bf355cb8 100644
--- a/nuttx/configs/eagle100/ostest/defconfig
+++ b/nuttx/configs/eagle100/ostest/defconfig
@@ -217,7 +217,13 @@ CONFIG_HAVE_LIBM=n
# instrumentation is selected. Set to zero to disable.
# CONFIG_START_YEAR, CONFIG_START_MONTH, CONFIG_START_DAY -
# Used to initialize the internal time logic.
-# CONFIG_JULIAN_TIME - Enables Julian time conversions
+# CONFIG_GREGORIAN_TIME - Enables Gregorian time conversions.
+# You would only need this if you are concerned about accurate
+# time conversions in the past or in the distant future.
+# CONFIG_JULIAN_TIME - Enables Julian time conversions. You
+# would only need this if you are concerned about accurate
+# time conversion in the distand past. You must also define
+# CONFIG_GREGORIAN_TIME in order to use Julian time.
# CONFIG_DEV_CONSOLE - Set if architecture-specific logic
# provides /dev/console. Enables stdout, stderr, stdin.
# CONFIG_DEV_LOWCONSOLE - Use the simple, low-level serial console
@@ -267,6 +273,7 @@ CONFIG_TASK_NAME_SIZE=0
CONFIG_START_YEAR=2009
CONFIG_START_MONTH=5
CONFIG_START_DAY=6
+CONFIG_GREGORIAN_TIME=n
CONFIG_JULIAN_TIME=n
CONFIG_DEV_CONSOLE=y
CONFIG_DEV_LOWCONSOLE=y