zephyr/samples/subsys
Francois Ramu 444ddfe268 samples: Use immediate logging mode in nvs sample
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>
2022-12-13 17:20:38 +09:00
..
canbus samples: subsys: canbus: isotp: fix sample path in Readme.rst 2022-10-27 11:02:57 +02:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp samples: cpp_synchronization: Allow running on POSIX arch boards 2022-11-05 16:41:45 +09:00
debug include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display samples: subsys: display: lvgl: Add native_posix overlay for SDL input 2022-10-03 10:12:03 +02:00
edac tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fs samples: fs: Add sample using fs_mkfs function 2022-12-05 15:36:00 +01:00
ipc samples: ipc: openamp: Enable openamp sample for iMX.RT1160 EVK 2022-12-05 19:54:37 +01:00
logging twister: Add fiters to SYS-T related tests 2022-10-27 11:03:30 +02:00
lorawan/class_a lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
mgmt tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
modbus tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
nvs samples: Use immediate logging mode in nvs sample 2022-12-13 17:20:38 +09:00
pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
portability includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
rtio/sensor_batch_processing rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
settings tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shell shell: support setting help string for each entry in a dictionary command 2022-12-05 18:40:46 +01:00
task_wdt samples: Use immediate logging mode in watchdog related samples 2022-12-10 09:45:02 +01:00
testsuite tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
tracing tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
usb sample: usb: shell: add keybord harness string 2022-12-12 15:00:20 +01:00
usb_c usb-c: Generate USB-C connector VIF policies XML file 2022-12-02 08:46:04 -06:00
video tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
zbus tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
subsys.rst