anjiahao1 opened a new pull request, #11346: URL: https://github.com/apache/nuttx/pull/11346
## Summary Supports storing coredump into block devices ## Impact assert when coredump ## Testing qemu Usage: use `CONFIG_BOARD_MEMORY_RANGE` add memory range what want to dump. use `BOARD_COREDUMP_BLKDEV_PATH` add save path,such like `/dev/coredump`, This is a block device and needs to support reading and writing in interrupts we can use `coredump -s /data`, get coredump file ,save /data -- 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]
