Applying same fix as for watchdog relmated samples in https://github.com/zephyrproject-rtos/zephyr/pull/52949/ Switching to the immediate logging mode, not by just disabling the LOG_PRINTK option.Do not direct printk to logging subsystem in the sample. Signed-off-by: Francois Ramu <francois.ramu@st.com>
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
CONFIG_FLASH=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|
|
|
|
CONFIG_NVS=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_NVS_LOG_LEVEL_DBG=y
|
|
CONFIG_REBOOT=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|