nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description Hello everyone, I am trying to run Nuttx on a platform that uses sifive uart. OpenSBI prints information and completes the jump, but there is no output in...
## Summary Due to abnormal application exit,so add tls cleanup to protect udp process ## Impact udp ## Testing Manual verification
## Summary 1.Fix the bug that netlink receive wait does not hang up 2.add tls cleanup protection to protect waitsem in netlink_get_response ## Impact netlink ## Testing Manual verification
## Summary Lines 295 to 300 and lines 289 to 291 are duplicated. ## Impact ## Testing
## Summary note/note_driver.c:639:21: warning: 'strlen' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 639 | namelen = strlen(tcb->name); | ^~~~~~~~~~~~~~~~~ ## Impact ## Testing
## Summary In some usage scenarios, read and write tasks will be performed during interruptions. If sleep is used at this time, it will cause a timeout crash. Therefore, a...
## Summary Replace PL011 generic driver with utilities that can be used by driver developers to implement as many or as few PL011 devices as they require. This PR closes...
## Summary Add ioctl for SIOCGETCONTEXT and SIOCSETCONTEXT. These ioctl are for getting and setting the socket context held by the usrsock daemon. ## Impact No impact ## Testing Test...
## Summary In some non-irq scenarios, we can simplify the implementation of critical sections to improve performance. ## Impact ## Testing Configuring NuttX and compile: $ ./tools/configure.sh -l qemu-armv8a:nsh_smp $...
### Is your feature request related to a problem? Please describe. I would like to re-use the existing driver code for the PL011 UART while having it be tailored to...