-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1226 from nasa/integration-candidate
osal Integration candidate: Caelum-rc4+dev4
- Loading branch information
Showing
210 changed files
with
309 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file osapi-bsp.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains some of the OS APIs abstraction layer code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-bsd-select.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* Purpose: This file contains wrappers around the select() system call | ||
|
@@ -126,9 +126,10 @@ static int32 OS_FdSet_ConvertIn_Impl(int *os_maxfd, fd_set *os_set, const OS_FdS | |
* | ||
* This un-sets bits in OSAL_set that are set in the OS_set | ||
* | ||
* \param[in] OS_set The fd_set from select | ||
* \param[in, out] OSAL_set The OS_FdSet updated by this helper | ||
*-----------------------------------------------------------------*/ | ||
* \param[in] OS_set The fd_set from select | ||
* \param[in,out] OSAL_set The OS_FdSet updated by this helper | ||
*/ | ||
/*-----------------------------------------------------------------*/ | ||
static void OS_FdSet_ConvertOut_Impl(fd_set *OS_set, OS_FdSet *OSAL_set) | ||
{ | ||
size_t offset; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-bsd-sockets.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* Purpose: This file contains the network functionality for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-console-bsp.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* Purpose: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-no-loader.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains a module loader implementation for systems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-no-network.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains the network implementation for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-no-sockets.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* Purpose: All functions return OS_ERR_NOT_IMPLEMENTED. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-no-symtab.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains a symbol table implementation for systems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-dirs.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file Contains all of the api calls for manipulating files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-dl-loader.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains a module loader implementation for systems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-dl-symtab.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains a module loader implementation for systems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-files.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file Contains all of the api calls for manipulating files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-gettime.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains implementation for OS_GetLocalTime() and OS_SetLocalTime() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-io.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains generic calls for manipulating filehandles | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-posix-network.c | ||
* \file | ||
* \author [email protected] | ||
* | ||
* This file contains the network functionality for | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-binsem.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-common.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-console.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-countsem.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-dirs.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-errors.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-files.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-filesys.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-heap.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-idmap.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-loader.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-mutex.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-no-module.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-queues.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-shell.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-tasks.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-timebase.c | ||
* \file | ||
* \ingroup posix | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-binsem.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-common.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-console.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-countsem.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-dirs.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
*/ | ||
|
||
/** | ||
* \file os-impl-errors.c | ||
* \file | ||
* \ingroup rtems | ||
* \author [email protected] | ||
* | ||
|
Oops, something went wrong.