nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary cdcacm exit wq after copy all received data ## Impact Fix issue: When the SIM CDCACM host receives data, the second packet data reception is incorrect. ## Testing...
## Summary For `vexriscv_smp` cores with FDT support, match the upstream opensbi definitions where the FDT should be mapped to. The default opensbi `fw_jump.bin` expects to see the FDT in...
## Summary According to the definitions of PF_PACKET and SOCK_DGRAM, extend the current protocol stack pkt protocol to support SOCK_DGRAM mode. Some third-party network libraries use AF_PACKET, SOCK_DGRAM type sockets...
Fixes build failure as `up_flush_dcache_all` is not defined in `arty_a7:nsh` builds. ## Summary `arty_a7:nsh` builds fail with: ``` riscv64-unknown-elf-ld: .../nuttxspace/nuttx/staging/libboards.a(boardctl.o): in function `boardctl': .../nuttxspace/nuttx/boards/boardctl.c:415: undefined reference to `up_flush_dcache_all' ``` It...
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Unify the data types of attributes in the driver framework layer and add a new driver for dummy power levels to support...
## Summary add a reference count to the TCB to prevent it from being deleted. To replace the large lock with smaller ones and reduce the large locks related to...
### Description / Steps to reproduce the issue If there is a sleep call in a child thread, a crash will occur. The test case is as follows: ```c #define...
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary *1、Add some log in upperhalf. 2、support more compressed data support in audio. 3、Add unregister audio devices support.* ## Impact *Upperhalf driver* ##...
## Summary This interface allows different protocol modules to use their own unique IOB buffer sources and allocation strategies without interfering with each other. Representative examples are the IP protocol...
Add a high resolution timer module in sched to support hard real time cases *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Nuttx only provide wdog for delayed function execution,...