mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Having DWT-based NULL-pointer detection enabled by default trips a lot of users since it will make any debugging fail when enabled. Disable it by default and let users enable it if they desire to. Fixes #39216. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>