XinStellaris opened a new pull request, #7791: URL: https://github.com/apache/nuttx/pull/7791
Signed-off-by: 田昕 <tianx...@xiaomi.com> ## Summary I want to put some common logic in _assert (common panic processing like crash dump). To do so , We should move _assert from libc to kernel space. Current _assert in libc doesn't fit in if we want to access callback chain(mentioned in https://github.com/apache/nuttx/pull/7735), because user space and kernel space don't have the same view. ## Impact Impact on syscall, Please review. ## Testing Tested on ESP32C3 -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org