Go to file
p-szafonimateusz 09146beee9 x86_64: hide --whole-archive behind Kconfig option
Hide --whole-archive behind Kconfig option for x86.
This option is not needed and breaks ELF modules build.

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
2024-06-28 02:31:53 +08:00
.github
arch x86_64: hide --whole-archive behind Kconfig option 2024-06-28 02:31:53 +08:00
audio
binfmt
boards arch/xtensa: add support for capture driver on ESP32 and ESP32|S3| 2024-06-27 18:14:59 +08:00
cmake
crypto
Documentation arch/xtensa: add support for capture driver on ESP32 and ESP32|S3| 2024-06-27 18:14:59 +08:00
drivers drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
dummy
fs
graphics
include drivers/net/ksz9477: Add port mirroring support 2024-06-27 18:09:57 +08:00
libs libm/newlib: disable optimization for sincos 2024-06-28 01:26:18 +08:00
mm mm: mm_threshold perfer from init 2024-06-26 00:20:44 +08:00
net
openamp cmake:reuse OpenAMP own CMake script for CMake build 2024-06-26 00:22:03 +08:00
pass1
sched sched/signal: There is no need to use sched_[un]lock 2024-06-27 11:51:16 +08:00
syscall
tools
video
wireless
.asf.yaml
.gitignore
.yamllint
AUTHORS
CMakeLists.txt
CONTRIBUTING.md
INVIOLABLES.md
Kconfig arch: Add --whole-archive linker option for some of architectures 2024-06-28 02:31:40 +08:00
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.