diff --git a/README.md b/README.md index 71f7fdf6c..e9eebe94e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ The detailed cFE user's guide can be viewed at + ### Development Build: 6.8.0-rc1+dev28 - Add msg stubs, update SB_UT to use them, and remove msg module include from unit tests diff --git a/docs/cFE Application Developers Guide.md b/docs/cFE Application Developers Guide.md index 86e76a19c..3b34e230b 100644 --- a/docs/cFE Application Developers Guide.md +++ b/docs/cFE Application Developers Guide.md @@ -605,15 +605,9 @@ Application Developer are the following: multiple processors on the same spacecraft. For understanding and compensating for the processor timer on a -particular platform, the following two functions provide important +particular platform, the following function provides important information. -- OS_Milli2Ticks converts a given number of milliseconds into the -appropriate number of processor clock ticks for a given amount of time. -The Developer should never hard-code a time related value in clock -ticks. When the code is ported to another processor, it is important for -any time values to automatically adjust appropriately. - - OS_InfoGetTicks returns the number of microseconds per operating system clock tick. This can also be used to calculate the appropriate number of system clock ticks for a specific delta time. An example can be seen diff --git a/docs/src/osalmain.dox b/docs/src/osalmain.dox index c8a27737b..455626249 100644 --- a/docs/src/osalmain.dox +++ b/docs/src/osalmain.dox @@ -19,10 +19,6 @@
  • \ref OSAPIMsgQueue
  • \ref OSAPISem
  • \ref OSAPITime -
  • \ref OSAPIExc -
  • \ref OSAPIFPUExc -
  • \ref OSAPIInterrupt -
  • \ref OSAPIShMem
  • \ref OSAPIHeap
  • \ref OSAPIError
  • \ref OSAPISelect @@ -36,7 +32,6 @@
  • \subpage osalfsfd
  • \ref OSFileAccess
  • \ref OSFileOffset -
  • \ref OSVolType
  • APIs