Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
soc: stm32: Disable null pointer exception detection by default
Null pointer exception detection systematically triggers an assert when program is run with debug mode on, which is currently systematic when flashed using openocd runner. Until this is fixed in openocd, make sure this detection is not enabled by default (which is currently the case in zephyr tests). Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
- Loading branch information