Skip to content

Commit 8c3d4f5

Browse files
Update _docs/concepts/rtos/index.md
Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent c6d82f9 commit 8c3d4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/concepts/rtos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As the Operating Systems (OS) that are available for computers, the RTOSes also
1616

1717
Notice that the RTOS call are made by several top layers in the micro-ROS stack. The main one using the RTOS primitives is the middleware. The middleware requires accessing to the transport resources of the RTOS (serial, UDP or 6LOWPAN communications for example), it also requires of the time resources of the RTOS to operate properly. In addition, it is expected that the micro-ROS client library could have access to RTOS resources to have control of mechanisms such as scheduling or power management, so the developer could optimize the application in many domains.
1818

19-
Unfortunately, these resources normally are not POSIX compliant, so the use of abstraction layers at RTOS level is required. These ALs will allow to abstract the RTOSes in use and provide unified calls to control aforementioned resources.
19+
Unfortunately, these resources normally are not POSIX compliant, so the use of abstraction layers at RTOS level is required. These layers will allow to abstract the RTOSes in use and provide unified calls to control aforementioned resources.
2020

2121
## NuttX RTOS
2222

0 commit comments

Comments
 (0)