Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _docs/overview/rtos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In this section, we review the main features of the three RTOSes supported offic

### **FreeRTOS**

FreeRTOS is distributed under the MIT license. It is know particularly for is simplicity and the extension a:FreeRTOS provided by Amazon. For micro-ROS, we make use of the POSIX extension.
FreeRTOS is distributed under the MIT license. It is known particularly for its simplicity and the extension a:FreeRTOS provided by Amazon. For micro-ROS, we make use of the POSIX extension.

<div class="rtoscontainer">
<div class="rtositem_description">
Expand Down
1 change: 1 addition & 0 deletions scripts/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ fi
IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
vimeo.com
omg.org
twitter.com
${ADDITIONS}
}.map{|h| \"/#{h}/\"}.join(\",\")"
)
Expand Down