# Apache NuttX

- [About Apache NuttX](https://nxp.gitbook.io/ucans32k1/apache-nuttx/about-apache-nuttx.md): NuttX is an embedded RTOS with an emphasis on standards compliance and small footprint.
- [Download NuttX](https://nxp.gitbook.io/ucans32k1/apache-nuttx/download-nuttx.md): How to download (clone) the NuttX source code using Git.
- [Building and flashing NuttX](https://nxp.gitbook.io/ucans32k1/apache-nuttx/building-and-flashing-nuttx.md)
- [NuttX configuration](https://nxp.gitbook.io/ucans32k1/apache-nuttx/nuttx-configuration.md): NuttX offers a wide range of configuration options and features that can be enabled with one of the available Kconfig frontends.
- [SocketCAN](https://nxp.gitbook.io/ucans32k1/apache-nuttx/socketcan.md)
- [SLCAN](https://nxp.gitbook.io/ucans32k1/apache-nuttx/slcan.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nxp.gitbook.io/ucans32k1/apache-nuttx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
