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
675205a5
Commit
675205a5
authored
17 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Misc fixes
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@584
42af7a65-404d-4744-a932-0658087f49c3
parent
3ae27c3c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/z16f2800100zcog/ostest/defconfig
+1
-1
1 addition, 1 deletion
configs/z16f2800100zcog/ostest/defconfig
examples/ostest/mqueue.c
+1
-1
1 addition, 1 deletion
examples/ostest/mqueue.c
sched/sched_setuptaskfiles.c
+12
-12
12 additions, 12 deletions
sched/sched_setuptaskfiles.c
with
14 additions
and
14 deletions
configs/z16f2800100zcog/ostest/defconfig
+
1
−
1
View file @
675205a5
...
...
@@ -171,7 +171,7 @@ CONFIG_DEV_CONSOLE=y
CONFIG_DISABLE_CLOCK=n
CONFIG_DISABLE_POSIX_TIMERS=n
CONFIG_DISABLE_PTHREAD=n
CONFIG_DISABLE_SIGNALS=
n
CONFIG_DISABLE_SIGNALS=
y
CONFIG_DISABLE_MQUEUE=n
CONFIG_DISABLE_MOUNTPOINT=n
CONFIG_DISABLE_ENVIRON=n
...
...
This diff is collapsed.
Click to expand it.
examples/ostest/mqueue.c
+
1
−
1
View file @
675205a5
...
...
@@ -367,11 +367,11 @@ void mqueue_test(void)
printf
(
"mqueue_test: Killing receiver
\n
"
);
pthread_kill
(
receiver
,
9
);
#endif
/* Wait a bit to see if the thread exits on its own */
usleep
(
500
*
1000
);
#endif
/* Then cancel the thread and see if it did */
...
...
This diff is collapsed.
Click to expand it.
sched/sched_setuptaskfiles.c
+
12
−
12
View file @
675205a5
/************************************************************
/************************************************************
****************
* sched_setuptaskfiles.c
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Copyright (C) 2007
, 2008
Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
...
...
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
* 3. Neither the name
Gregory
Nutt nor the names of its contributors may be
* 3. Neither the name Nutt
X
nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
...
...
@@ -31,11 +31,11 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************/
************************************************************
****************
/
/************************************************************
/************************************************************
****************
* Included Files
************************************************************/
************************************************************
****************
/
#include
<nuttx/config.h>
...
...
@@ -49,15 +49,15 @@
#if CONFIG_NFILE_DESCRIPTORS > 0 || CONFIG_NSOCKET_DESCRIPTORS > 0
/************************************************************
/************************************************************
****************
* Private Functions
************************************************************/
************************************************************
****************
/
/************************************************************
/************************************************************
****************
* Public Functions
************************************************************/
************************************************************
****************
/
/************************************************************
/************************************************************
****************
* Function: sched_setuptaskfiles
*
* Description:
...
...
@@ -72,7 +72,7 @@
*
* Assumptions:
*
************************************************************/
************************************************************
****************
/
int
sched_setuptaskfiles
(
FAR
_TCB
*
tcb
)
{
...
...
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