From 98f603444440748b051d821e0a461ab9b5613010 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Mar 2012 20:14:21 +0000 Subject: [PATCH] Updated comments; starting to implement priority protection but backed everything out but some changes to comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 2 +- Documentation/NuttxUserGuide.html | 4 ++-- configs/README.txt | 2 ++ include/semaphore.h | 14 ++++++++------ lib/semaphore/sem_init.c | 21 +++++++++++++++------ sched/os_internal.h | 2 +- sched/sched_reprioritize.c | 4 ++-- sched/sem_initialize.c | 4 ++-- sched/sem_internal.h | 10 ++++++++-- sched/sem_post.c | 4 ++-- sched/sem_wait.c | 4 ++-- sched/task_restart.c | 9 ++++++--- sched/task_setup.c | 4 ++-- 13 files changed, 53 insertions(+), 31 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 8b44766143..64bf3568a2 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: March 11, 2011

+

Last Updated: March 23, 2011

diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 262f237a95..dec4fca028 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: February 18, 2011

+

Last Updated: March 23, 2012

@@ -1838,7 +1838,7 @@ interface of the same name.

- POSIX semaphore interfaces: + POSIX semaphore interfaces: