zephyr/samples/subsys
Benjamin Björnsson e172b1dbda debug: gdbstub: Move to DTS for uart device
Move from using Kconfig GDBSTUB_SERIAL_BACKEND_NAME to a devicetree
chosen property ("zephyr,gdbstub-uart"). This is similar to a number
of other functions like "zephyr,shell-uart" or "zephyr,bt-uart".

Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
2022-08-01 09:09:45 -07: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 debug: gdbstub: Move to DTS for uart device 2022-08-01 09:09:45 -07: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: subsys: Remove label property from devicetree overlays 2022-07-19 10:30:20 +02:00
ipc samples: Add missing sample.yaml 2022-07-28 20:51:14 +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: subsys: mgmt: updatehub: Update sample to use DEVICE_DT_GET_ONE 2022-07-24 14:33:15 -05:00
modbus samples: Remove label property from devicetree overlays 2022-08-01 17:59:32 +02:00
nvs samples: subsys: nvs: disco_l475_iot1: keep quadspi node 2022-07-26 14:34:17 +00: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 samples: sensor_batch_processing: Update sample to remove DT_INST 2022-07-21 14:01:55 +00:00
settings samples: subsys: esp32s2: add configuration file 2022-06-22 12:27:32 +02:00
shell samples: Add missing sample.yaml 2022-07-28 20:51:14 +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: tracing: Add filter for uart tests 2022-07-29 05:57:54 -04:00
usb samples: usb: audio application uses static dev declaration 2022-07-21 13:24:24 -05:00
video samples: video: Convert to use DEVICE_DT_GET_ONE 2022-07-12 10:20:00 +02:00
subsys.rst