zephyr/samples/subsys
Tomislav Milkovic 0fe2c1fe90 everywhere: Fix legacy include paths
Any project with Kconfig option CONFIG_LEGACY_INCLUDE_PATH set to n
couldn't be built because some files were missing zephyr/ prefix in
includes
Re-run the migrate_includes.py script to fix all legacy include paths

Signed-off-by: Tomislav Milkovic <milkovic@byte-lab.com>
2022-07-18 16:16:47 +00:00
..
audio/sof soc: intel_adsp: reading HP SRAM banks count for ACE1X from Devicetree 2022-07-06 15:11:07 -04: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: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
display samples: display: do not build if lvgl is not available 2022-06-28 18:09:26 -04:00
edac samples: edac: Convert to use DEVICE_DT_GET 2022-07-07 10:01:45 +02:00
fs samples: fat_fs: Add arduino_mkrzero to supported board list 2022-07-04 16:00:56 +02:00
ipc ipc: static_vrings: Support DT-defined buffer size 2022-06-05 14:46:18 +02:00
logging logging: add log_source_id_get 2022-07-01 16:30:30 +02:00
lorawan/class_a samples: lorawan: class_a: Convert to use DEVICE_DT_GET 2022-07-06 12:41:54 -05:00
mgmt samples: updatehub: Remove use of DT_BUS_LABEL 2022-07-08 10:52:47 +02:00
modbus samples: rtu_server: add support for CDC ACM UART 2022-07-13 11:36:59 +02:00
nvs sample: subsys: nvs: support stm32l562e_dk board 2022-07-14 10:43:53 +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 everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
settings samples: subsys: esp32s2: add configuration file 2022-06-22 12:27:32 +02:00
shell cmake: Update cmake_minimum_required to 3.20.0 2022-07-04 10:18:45 +02:00
task_wdt samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
usb dts: bindings: device labels are now optional 2022-07-18 10:39:14 +00:00
video samples: video: Convert to use DEVICE_DT_GET_ONE 2022-07-12 10:20:00 +02:00
subsys.rst