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
56756009
Commit
56756009
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Correct some comments
parent
266980b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation
+1
-1
1 addition, 1 deletion
Documentation
include/nuttx/arch.h
+4
-4
4 additions, 4 deletions
include/nuttx/arch.h
with
5 additions
and
5 deletions
Documentation
@
d1d8974e
Subproject commit
828f2ee5b4457168a75c4f3c403c17e7d7605209
Subproject commit
d1d8974e7a8c743ed2ee102a93ad73478755a080
This diff is collapsed.
Click to expand it.
include/nuttx/arch.h
+
4
−
4
View file @
56756009
...
...
@@ -1692,7 +1692,7 @@ int up_timer_start(FAR const struct timespec *ts);
* Returned Value:
* The spinlock is always locked upon return. The value of previous value
* of the spinlock variable is returned, either SP_LOCKED if the spinlock
* as previously locked (meaning that the test-and-set operation failed to
*
w
as previously locked (meaning that the test-and-set operation failed to
* obtain the lock) or SP_UNLOCKED if the spinlock was previously unlocked
* (meaning that we successfully obtained the lock)
*
...
...
@@ -1733,7 +1733,7 @@ int up_cpu_index(void);
*
* Each CPU is provided the entry point to is IDLE task when started. A
* TCB for each CPU's IDLE task has been initialized and placed in the
* CPU's g_assignedtasks[cpu] list.
Not
stack has been alloc
ed or
* CPU's g_assignedtasks[cpu] list.
A
stack has
also
been alloc
ateded and
* initialized.
*
* The OS initialization logic calls this function repeatedly until each
...
...
@@ -1788,7 +1788,7 @@ int up_cpu_initialize(void);
* CPU.
*
* Input Parameters:
* cpu - The index of the CPU to be
stopp
ed
/
* cpu - The index of the CPU to be
paus
ed
.
*
* Returned Value:
* Zero on success; a negated errno value on failure.
...
...
@@ -1811,7 +1811,7 @@ int up_cpu_pause(int cpu);
* the CPU after modifying its g_assignedtasks[cpu] list.
*
* Input Parameters:
* cpu - The index of the CPU being re
-start
ed.
* cpu - The index of the CPU being re
sum
ed.
*
* Returned Value:
* Zero on success; a negated errno value on failure.
...
...
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