GUIDINGLI opened a new pull request, #17944: URL: https://github.com/apache/nuttx/pull/17944
Summary This PR contains a series of fixes and improvements for the NuttX simulator (arch/sim), including: Compilation warning fixes UART reliability improvements under high CPU load IRQ handling optimizations X11 SMP crash fixes Signal handling enhancements Changes simwifi: Fix compilation warning sim: fix uart cannot work under high CPU load sim_irq: mask specific signal instead of mask all arch/sim: Add sigdelset to nuttx-names.in sim: add new/delete to nuttx-names.in sim: default ignore SIGPIPE sim: add signal to nuttx-names.in sim: fix SMP X11 crash Files touched arch/sim/src/nuttx-names.in arch/sim/src/sim/posix/sim_hostirq.c arch/sim/src/sim/posix/sim_hostuart.c arch/sim/src/sim/posix/sim_x11framebuffer.c arch/sim/src/sim/sim_netdriver.c arch/sim/src/sim/sim_wifihost.c tools/nxstyle.c Testing sim:nsh (build + boot) Verified UART functionality under high CPU load Tested X11 framebuffer with SMP configuration (no crashes) Confirmed signal handling improvements with simwifi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
