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

- Add right path for debug (nuttx /) - Support for debug not only on ESP32 arch (target extended-remote) but also for STM32 chip arch (target remote :3333) *Note: Please...

Area: Documentation
Size: XS

## Summary I noticed that `boardctl(BOARDIOC_RESET, 0)` calls `reboot_notifier_call_chain()` before the reset. The operations of `reboot_notifier_call_chain()` are happening within a critical section. The reboot notifier will typically cause a `sync()`...

NuttX currently supports functions related to multi-users like chown, chmod, etc, however we don't have yet multi-user support neither privileges separation for users (even in Protected or Kernel mode). It...

Type: Improvement

### Is your feature request related to a problem? Please describe. This issue is to keep track of the commit that was closed without adding the support: https://github.com/apache/nuttx/pull/3608 ### Describe...

Type: Enhancement