zephyr/samples/subsys
Andy Ross 7f5e1904cc samples: Add fuzz sample
This is a simple example of fuzz test integration with Zephyr apps
that displays LLVM libfuzzer's most important feature: it's ability to
detect and explore deep and complicated call trees by exploiting
coverage information gleaned from instrumented binaries.

See README.rst and the inline comments for details

Signed-off-by: Andy Ross <andyross@google.com>
2022-08-26 11:57:46 +02:00
..
canbus samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
console samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
cpp samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
debug samples: Add fuzz sample 2022-08-26 11:57:46 +02:00
display devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
edac devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
fs samples: subsys: Remove label property from devicetree overlays 2022-07-19 10:30:20 +02:00
ipc samples: ipc: initialize devices at compile time 2022-08-19 11:51:26 +02:00
logging samples: do not use CONFIG_TEST_EXTRA_STACK_SIZE 2022-08-03 11:22:20 +02:00
lorawan/class_a samples: lorawan: class_a: Convert to use DEVICE_DT_GET 2022-07-06 12:41:54 -05:00
mgmt devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
modbus devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
nvs samples/nvs: Switch flash_area_offset to use STORAGE_NODE_LABEL 2022-08-02 15:18:19 +02:00
pm/device_pm samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
portability samples: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
rtio/sensor_batch_processing devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
settings samples: subsys: esp32s2: add configuration file 2022-06-22 12:27:32 +02:00
shell devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
task_wdt samples: task_wdt: improve device usage 2022-08-22 17:08:26 +02:00
testsuite test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
tracing samples: do not use CONFIG_TEST_EXTRA_STACK_SIZE 2022-08-03 11:22:20 +02:00
usb devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
video devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
subsys.rst