No description
Find a file
Eren Terzioglu 02110fdb54 Documentation/esp32s3: Add I2S defconfig documentation
Add I2S defconfig documentation to esp32s3-devkit board

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
2025-04-08 22:53:58 +08:00
.github tools/ci: Added CI system on Windows Native 2025-03-19 19:59:44 +08:00
arch arch/esp[s2|s3]: Update common layer version 2025-04-08 22:53:58 +08:00
audio audio/composite: merge composite instance allocate to one times 2025-03-17 10:26:54 +01:00
binfmt binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
boards boards/esp32[s2|s3]: Add common I2S board layer support 2025-04-08 22:53:58 +08:00
cmake
crypto
Documentation Documentation/esp32s3: Add I2S defconfig documentation 2025-04-08 22:53:58 +08:00
drivers drivers/ft5x06: Remove wakeup and nreset check 2025-04-04 09:50:19 -03:00
dummy
fs add a comment on littlefs_attr_s to explain what it is 2025-04-03 16:23:42 +08:00
graphics
include Revert "includes/nuttx: fix _SCHED_GET(T/P/PP)ID definition issue" 2025-04-08 22:53:10 +08:00
libs sched/gettid: Move thread ID to TLS 2025-04-08 22:53:10 +08:00
mm
net net/udp: correct icmp(v6) response from udp_input 2025-03-17 09:57:50 +01:00
openamp
pass1
sched sched/gettid: Move thread ID to TLS 2025-04-08 22:53:10 +08:00
syscall sched/gettid: Move thread ID to TLS 2025-04-08 22:53:10 +08:00
tools arch/xtensa/esp32s3: Fix bug regarding SPI flash operation mode 2025-04-08 14:44:38 +08:00
video
wireless
.asf.yaml
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CMakeLists.txt CMakeLists.txt: fix warnings when using upstream boards in out-of-tree configs 2025-03-26 19:24:36 +08:00
CONTRIBUTING.md 202503 Apache NuttX RTOS Contributing Guidelines update. 2025-03-17 08:30:37 -03:00
INVIOLABLES.md
Kconfig
LICENSE
Makefile
NOTICE
README.md
ReleaseNotes

POSIX Badge License Issues Tracking Badge Contributors GitHub Build Badge Documentation Badge

Apache NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOSs (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()).

For brevity, many parts of the documentation will refer to Apache NuttX as simply NuttX.

Getting Started

First time on NuttX? Read the Getting Started guide! If you don't have a board available, NuttX has its own simulator that you can run on terminal.

Documentation

You can find the current NuttX documentation on the Documentation Page.

Alternatively, you can build the documentation yourself by following the Documentation Build Instructions.

The old NuttX documentation is still available in the Apache wiki.

Supported Boards

NuttX supports a wide variety of platforms. See the full list on the Supported Platforms page.

Contributing

If you wish to contribute to the NuttX project, read the Contributing guidelines for information on Git usage, coding standard, workflow and the NuttX principles.

License

The code in this repository is under either the Apache 2 license, or a license compatible with the Apache 2 license. See the License Page for more information.