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
47ebe1e3
Commit
47ebe1e3
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update some comments
parent
fc5fca51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/nuttx/arch.h
+9
-0
9 additions, 0 deletions
include/nuttx/arch.h
sched/Kconfig
+1
-1
1 addition, 1 deletion
sched/Kconfig
with
10 additions
and
1 deletion
include/nuttx/arch.h
+
9
−
0
View file @
47ebe1e3
...
...
@@ -163,6 +163,15 @@ EXTERN uint32_t g_oneshot_maxticks;
EXTERN
volatile
bool
g_rtc_enabled
;
#endif
#ifdef CONFIG_ARCH_MINIMAL_VECTORTABLE
/* This is the interrupt vector mapping table. This must be provided by
* architecture specific logic if CONFIG_ARCH_MINIMAL_VECTORTABLE is define
* in the configuration. See declaration in include/nuttx/irq.h
*/
/* EXTERN const irq_mapped_t g_irqmap[NR_IRQS]; */
#endif
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
sched/Kconfig
+
1
−
1
View file @
47ebe1e3
...
...
@@ -186,7 +186,7 @@ config JULIAN_TIME
config START_YEAR
int "Start year"
default 201
6
default 201
7
range 1970 2106
---help---
NuttX uses an unsigned 32-bit integer for time_t which provides a
...
...
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