Skip to content

Commit 11bc81b

Browse files
julibertralph-lange
authored andcommitted
Fix Nuttx links.
1 parent a3fd49a commit 11bc81b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_docs/concepts/client_library/decision_paper/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Further links:
134134

135135
### Libcxx
136136

137-
During early stages of NuttX support, eProsima did a small POC using libcxx support provided by NuttX. [http://nuttx.org/doku.php?id=wiki:nshhowtos:llvm-stdcxx](http://nuttx.org/doku.php?id=wiki:nshhowtos:llvm-stdcxx). The POC was done using the Assis branch of libcxx however some changes on the makefile were required to be able to compile NuttX.
137+
During early stages of NuttX support, eProsima did a small POC using libcxx support provided by NuttX. [LLVM libc++ for NuttX](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629545). The POC was done using the Assis branch of libcxx however some changes on the makefile were required to be able to compile NuttX.
138138

139139
Another options are stripped-down libstdc++ variants with reduced feature sets optimized for embedded applications:
140140

_docs/concepts/rtos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Unfortunately, these resources normally are not POSIX compliant, so the use of a
2323

2424
<img align="left" width="125" height="125" src="https://upload.wikimedia.org/wikipedia/commons/b/b0/NuttX_logo.png">
2525

26-
[NuttX](http://www.nuttx.org/) is a RTOS that emphasizes its compliance with standards (such us POSIX) and small footprint, it can be fit in 8 to 32 bit microcontrollers. The use of POSIX and ANSI standards, together with the mimic it does to UNIX APIs, makes it friendly to the developers that are used to Linux. The RTOS is licensed under BSD license and makes use of GNU toolchain. In order to obtain more information, please visit [NuttX overview page](http://nuttx.org/Documentation/NuttX.html#overview).
26+
[NuttX](http://www.nuttx.org/) is a RTOS that emphasizes its compliance with standards (such us POSIX) and small footprint, it can be fit in 8 to 32 bit microcontrollers. The use of POSIX and ANSI standards, together with the mimic it does to UNIX APIs, makes it friendly to the developers that are used to Linux. The RTOS is licensed under BSD license and makes use of GNU toolchain. In order to obtain more information, please visit [NuttX overview page](https://cwiki.apache.org/confluence/display/NUTTX/NuttX+Overview).
2727

2828
<br/><br/>
2929

0 commit comments

Comments
 (0)