Re: [PR] sched/init: Fix build error with CONFIG_BOARD_CRASHDUMP_CUSTOM [nuttx]

2025-03-07 Thread via GitHub
anchao merged PR #15951: URL: https://github.com/apache/nuttx/pull/15951 -- 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.apach

[PR] sched/init: Fix build error with CONFIG_BOARD_CRASHDUMP_CUSTOM [nuttx]

2025-03-06 Thread via GitHub
SPRESENSE opened a new pull request, #15951: URL: https://github.com/apache/nuttx/pull/15951 ## Summary Fix build error with the following condition. - CONFIG_BOARD_CRASHDUMP_CUSTOM=y - CONFIG_COREDUMP=n The condition for calling `coredump_initialize()` is incorrect. CONFIG