zephyr/samples/subsys
Fabio Baltieri dee6f87b3c samples: input_dump: handle events with no device set
Input events with no associated device structure are valid. Handle them
in the sample by printing NULL instead of crashing trying to lookup the
device name.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-03-21 09:57:56 +01:00
..
canbus samples: canbus: isotp: add option for running in loopback mode 2023-02-06 10:03:31 +01:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
debug samples: add debug monitor sample 2022-12-28 12:00:46 +01:00
display samples: display: cfb_custom_font: turn off display_blanking at boot 2023-02-24 09:26:30 +01:00
edac tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
fs samples: fs: enable littlefs sample for LPC55S69 2023-03-02 10:57:31 +01:00
input samples: input_dump: handle events with no device set 2023-03-21 09:57:56 +01:00
ipc samples: subsys: ipc: add esp32 as supported board 2023-03-16 16:42:13 +01:00
logging util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
lorawan samples: subsys: lorawan: class_a: add clock sync option 2023-01-23 10:05:49 +00:00
mgmt samples: mgmt: updatehub: Select required Kconfigs 2023-03-03 10:49:32 +01:00
modbus samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
nvs yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
portability samples/philosophers: Fix expected output in test configuration 2023-02-24 12:34:26 +01:00
rtio/sensor_batch_processing rtio: Shareable lock-free iodevs 2023-03-03 09:18:09 +01:00
settings yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
shell armclang: fix compiler warnings with isprint() 2023-03-17 09:30:01 +01:00
task_wdt samples: subsys: task_wdt: skip for s32z270dc2 2023-02-09 11:14:24 +01:00
testsuite pytest: Fix typo in comment in pytest suite 2023-02-19 20:41:34 -05:00
tracing samples: tracing: Replace prj_<board> files with overlays 2023-03-20 10:18:32 +01:00
usb samples: dfu: Fix missing Kconfigs 2023-03-06 12:33:02 +01:00
usb_c usbc: fix assignment of value for PDOs count in get_snk_cap callback 2023-03-21 09:36:08 +01:00
video tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
zbus samples: zbus: remote_mock: Replace prj_<board> files with overlays 2023-03-20 10:18:32 +01:00
subsys.rst