zephyr/samples
Andrzej Głąbek 7d5c9fa7a9 samples: Use immediate logging mode in watchdog related samples
Starting with commit b9b43a0eb772a464bba13833d11e3a31fbf4e09e, printk()
messages are handled by the logging subsystem. This can cause trouble
in watchdog related samples if the deferred logging mode is used (and
currently it is by default), because those samples are ended by a reset
and some messages may not get a chance to be outputted.
Since the same problem concerns also the ordinary logging messages that
may be produced during execution of the samples, this commit fixes it
by switching to the immediate logging mode, not by just disabling the
LOG_PRINTK option.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-12-10 09:45:02 +01:00
..
application_development samples: external_lib: Add building on windows support 2022-11-30 16:35:40 +01:00
arch crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
basic tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
bluetooth tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
boards soc: esp32: add light sleep sample code 2022-12-05 15:09:53 +01:00
compression samples: compression: lz4 requires more than 64kB of RAM 2022-11-02 16:06:06 -05:00
drivers samples: Use immediate logging mode in watchdog related samples 2022-12-10 09:45:02 +01:00
hello_world includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
kernel samples: move to using CONFIG_MP_MAX_NUM_CPUS=1 2022-10-20 22:04:10 +09:00
modules tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
net samples: syslog_net: use utility function for backend init 2022-12-01 09:48:42 +01:00
philosophers samples: move to using CONFIG_MP_MAX_NUM_CPUS=1 2022-10-20 22:04:10 +09:00
posix tests: Remove explicit newlib nano override 2022-10-19 16:02:51 +02:00
sensor tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
shields samples: shields: npm6001_ek: fix build 2022-12-05 18:21:31 +01:00
subsys samples: Use immediate logging mode in watchdog related samples 2022-12-10 09:45:02 +01:00
synchronization samples: synchronization: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 13:59:57 -04:00
tfm_integration tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
userspace includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
classic.rst
index.rst docs: add definition and minimum criteria for samples 2022-09-14 17:27:05 -04:00
sample_definition_and_criteria.rst docs: add definition and minimum criteria for samples 2022-09-14 17:27:05 -04:00