nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description / Steps to reproduce the issue So I'm not sure if this is expected (I haven't seen it documented, nor any other issues mentioning it) but there seems...
write legacy num to config sapce when enable legacy irq ## Impact write legacy num to config sapce when enable legacy irq lspci can show legacy irq number ## Testing...
Updated freopen function in libc stdio to close the old file descriptor before reopening the file.
### Is your feature request related to a problem? Please describe. These are the steps to reach this goal First steps (basic validation): - [x] Test ELF Loading in the...
### Description I ran into an issue with a UDP socket where a single task sequentially reads from and writes to a blocking, no timeout UDP socket. CONFIG_NET_RECV_BUFSIZE was 0,...
## Summary Depends-on: https://github.com/apache/nuttx-apps/pull/3217 (apps updated to disabled signals). Currently, NuttX is being adopted increasingly on small embedded systems with tight resource constraints. Many of these systems do not require...
## Summary *Update this section with information on why change is necessary, what it exactly does and how, if new feature shows up, provide references (dependencies, similar problems and solutions),...
## Summary This PR proposed ClockDevice, a new timer driver abstraction for NuttX. The new CLOCKDEVICE timer hardware abstraction delivers: - Functional correctness: Thread-safe and overflow-free - High performance: Up...
### Is your feature request related to a problem? Please describe. As discussed here: https://github.com/apache/nuttx/pull/17363 adding support to character device sensor and uORB sensor is non ideal. Although there are...
## Summary Reverts apache/nuttx#17300 sched/sched_lock: remove null pointer check of rtcb In previous commits to xiaomi, runtime null pointer checks for RTCB were removed. This could cause `sched_lock/unlock` exceptions when...