Skip to content

Commit

Permalink
Fixing spelling problems
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Nov 25, 2024
1 parent dd2990c commit c748b52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ Thhmmss
thiscol
thisdirdoesnotexist
thisfiledoesnotexist
Thu
timebase
timerfd
timetag
Expand Down
6 changes: 0 additions & 6 deletions Svc/LinuxTimer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimerComponentImplTimerFd.cpp"
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimerComponentImplCommon.cpp"
)
elseif(${CMAKE_SYSTEM_NAME} STREQUAL "RTEMS5")
set(SOURCE_FILES
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimer.fpp"
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimerComponentImplTaskDelay.cpp"
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimerComponentImplCommon.cpp"
)
else()
set(SOURCE_FILES
"${CMAKE_CURRENT_LIST_DIR}/LinuxTimer.fpp"
Expand Down
4 changes: 2 additions & 2 deletions docs/UsersGuide/dev/os-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> This document is out of date and will be updated shortly.
The framework incorporates an OSAL providing service abstraction classes of a fictitious operating system that can perform all the operations of a real operating system.
This layer shows the user an abstraction of the common functionality provided by all real-time operating systems (RTEMS, VxWorks, Azure ThreadX, QNX, FreeRTOS, Zephyr,...) or not (Linux, macOS, WinCE,...). We find the following services:
This layer shows the user an abstraction of the common functionality provided by all real-time operating systems (VxWorks, Azure ThreadX, QNX, FreeRTOS, Zephyr,...) or not (Linux, macOS, WinCE,...). We find the following services:

1. multitasking management with prioritization ;
2. synchronization ;
Expand Down Expand Up @@ -236,4 +236,4 @@ Table 30 provides the methods and their descriptions.
| logMsg | Log a text message. The arguments are: | |
| | **Argument** | **Description** |
| | fmt | Format string to fill and print. |
| | a1 to a6 | Values to be printed. They will be inserted into the format string based on the format string specifiers. The type of the argument is POINTER\_CAST (normally an integer), but a typical usage is to cast the values to display to POINTER\_CAST and allow the format string extraction to get the correct value. This can include strings (char\*), but the location in memory that holds the string must persist since the format string may be printed on another task in the system. |
| | a1 to a6 | Values to be printed. They will be inserted into the format string based on the format string specifiers. The type of the argument is POINTER\_CAST (normally an integer), but a typical usage is to cast the values to display to POINTER\_CAST and allow the format string extraction to get the correct value. This can include strings (char\*), but the location in memory that holds the string must persist since the format string may be printed on another task in the system. |
4 changes: 2 additions & 2 deletions docs/UsersGuide/user/full-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ required. See: [F´ On Baremetal and Multi-Core Systems](../dev/baremetal-multi
## Conclusion

The F′ software framework is released as open source and has been ported to Linux, macOS, Windows (WSL), VxWorks, ARINC
653, RTEMS, Baremetal(No OS), PPC, Leon3, x86, ARM (A15/A7), and MSP430. Mature sets of CD&H components are available
following flight process, such as code inspections, static analysis, and full-coverage unit testing.
653, Baremetal(No OS), PPC, Leon3, x86, ARM (A15/A7), and MSP430. Mature sets of CD&H components are available
following flight process, such as code inspections, static analysis, and full-coverage unit testing.

0 comments on commit c748b52

Please sign in to comment.