fxysunshine
fxysunshine
## Summary enable sigpause test, https://github.com/apache/nuttx/pull/11916 break several case and revert it. ## Impact none ## Testing open posix ci
## Summary Make this_cpu is arch independent and up_cpu_index do that. In AMP mode, up_cpu_index() may return the index of the physical core, this_cpu() will always return 0. In SMP...
## Summary enable qemu-armv7a:knsh to test kernel mode. See Documentation/platforms/arm/qemu/boards/qemu-armv7a/README.txt for details ## Impact little ## Testing qemu-armv7a:knsh
## Summary This extension for the event group, to establish a connection between named event groups and a task. The task may reference the event group associated with a VFS-based...