nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

We feel it would be useful to have Nuttx as a target for LLVM. Has anyone attempted this? It looks quite feasible to implement and it appears llvm has been...

Does not NuttX support multiple RTCs? I want to use the internal and external RTCs, but the definitions of functions conflict each other at building. ``` /path/to/nuttx/arch/arm/src/chip/cxd56_rtc.c:433: multiple definition of...

## Summary This commit reduces incremental compile (second compile) time from 3.2s to 0.8s for sim:ostest config.h has too many duplicate script commands For folders without any changes, it still...

## Summary sched/msgq: add support of System V message queue sched/mqueue: decoupling condition member to common prologue https://man.openbsd.org/msgget.2 ## Impact N/A ## Testing System V message queue test

So, it seems the Particle Photon's network functionality isn't working on the current version of Nuttx, but it does work on Nuttx 8.2. Is it possible to get netcat working...

## Summary Change sched and up timer interface to tick count. ## Impact ## Testing

Here are the commands I've used. ``` $ mkdir nuttxspace $ cd nuttxspace $ git clone https://github.com/apache/incubator-nuttx.git nuttx $ git clone https://github.com/apache/incubator-nuttx-apps apps $ cd nuttx $ ./tools/configure.sh -l photon:wlan...

The `C Coding Standard` states: ``` C Style Comments. C99/C11/C++ style comments (beginning with //) should not be used with NuttX. NuttX generally follows C89 and all code outside of...

## Summary This PR adds support for using the ESP32's RMT peripheral in transmission only mode. With this PR the ws2812 led driver can use ESP32's RMT peripheral to transmit...

A while back I studied the implementation of `CONFIG_NET_ALLOC_CONNS`, and I saw some things that seemed strange to me. I would like to discuss my thoughts, being motivated by #6956....