summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 17:24:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-11 17:24:14 +0000
commitfb117bfced091fd2ee5a32f2ab39b6d7a48e0676 (patch)
tree5ff18dab2d32ec4643b3d664522b3ed018d0f60c /nuttx/configs/README.txt
parent4a528af5569e0385555ac4f5de09677f6bcef754 (diff)
downloadpx4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.tar.gz
px4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.tar.bz2
px4-nuttx-fb117bfced091fd2ee5a32f2ab39b6d7a48e0676.zip
mktime/gmtime_r moved and highly simplified
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1973 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 855941870..04833669b 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -194,7 +194,13 @@ defconfig -- This is a configuration file similar to the Linux
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_MUTEX_TYPES - Set to enable support for recursive and