nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
- 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...
## 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...
### 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...