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

## Summary 1. `sem_wait` should not report `ECANCELED` 2. Nested cancellation points support because nested cancellation point situation should never happen. `DEBUGASSERT` in case if nested cancellation point is detected....

See the discussion here: https://github.com/apache/incubator-nuttx/pull/6283

## Summary Another attempt at fixing https://github.com/apache/incubator-nuttx/issues/6310 Difference to https://github.com/apache/incubator-nuttx/pull/6318 is that in this attempt, the reason for the boost (the address of the semaphore causing the boost) gets stored...

See the discussion: https://github.com/apache/incubator-nuttx/pull/5070 and https://www.mail-archive.com/[email protected]/msg07312.html

Ref: #5732 When trying last to commit the proposal above there was an issue during the make build running the toolchain that its initialization was not listed in the makefile...

The https://github.com/apache/incubator-nuttx/pull/6036 introduce `BOARDIOC_SDCARD_SETNOTIFYCB` that allows attaching application callback to be called from the OS. From mailing list "FS automount: callback when FS is mounted": @pkarashchenko : Is there a...

modularity

Setup: - Using Ubuntu 20.04.2 LTS on a virtual machine (VirtualBox) - Using the configuration "tools/configure.sh -l sim:nxwm" - Using NuttX 10.3.0 Expected output: Something similar to the output in...

At line 570: https://github.com/apache/incubator-nuttx/blob/8d66dbc0680cb81f91674ace814b2b8a94c49cd2/drivers/wireless/cc1101.c#L568-L575 dev->devsem is not released before exiting.

``` Description: Implement missing file system features: chmod() is probably not relevant since file modes are not currently supported. File privileges would also be good to support. But this is...

Migrated TODO

We tried to port NuttX on a new SoC, and found an issue related to the FPU test. In the source files: https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/common/riscv_exception_common.S https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/common/riscv_macros.S We can see that when the...