mynewt-nimble icon indicating copy to clipboard operation
mynewt-nimble copied to clipboard

targets/nordic_pca10095-blehci: Enable coredump support

Open kasjer opened this issue 3 years ago • 1 comments

This enables (by default) coredump generation on net core. It also enables net core flash server that can be used to get coredumps from application core.

kasjer avatar Nov 04 '21 13:11 kasjer

@kasjer img_mgmt.h needs to be included conditionally based on LOG_SOFT_RESET in repos/apache-mynewt-mcumgr/cmd/os_mgmt/port/mynewt/src/mynewt_os_mgmt.c, that's why the build is failing.

vrahane avatar Nov 04 '21 17:11 vrahane