Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
823889b2
Commit
823889b2
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update comments and README
parent
0893a37b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libc/Kconfig
+7
-5
7 additions, 5 deletions
libc/Kconfig
with
7 additions
and
5 deletions
libc/Kconfig
+
7
−
5
View file @
823889b2
...
...
@@ -275,7 +275,9 @@ config LIBC_LOCALTIME
environment variable TZ must be set to the name of that timezone file
when tzset() is called.
See https://www.iana.org/time-zones
See https://www.iana.org/time-zones . See also apps/system/zoneinfo
which provides a framework for incorporating the TZ database into a
NuttX build.
if LIBC_LOCALTIME
...
...
@@ -286,10 +288,10 @@ config LIBC_TZ_MAX_TIMES
Timezone files with more than this number of times will not be usedi
(tmecnt).
Warning: Some files in IANA TZ database include many
more times than
this. The current
posixrules file, for example, has timecnt = 236.
The value of
TX_MAX_ITMES in the tzfile.h header file on my Linux
system is 370
. You may want to reduce this value for a smaller
Warning: Some files in IANA TZ database include many
times. The current
posixrules file, for example, has timecnt = 236.
The value of
TX_MAX_ITMES in the tzfile.h header file on my Linux
system is 370, the
default used here
. You may want to reduce this value for a smaller
footprint.
config LIBC_TZ_MAX_TYPES
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment