zephyr/samples
Chris Friedt 37e82fcb21 samples: video: tcpserversink: fix build failure
The nxp,imx-csi node was removed from dts in a previous commit
which caused a build failure / regression in CI.

Use DEVICE_DT_GET_ANY() instead of DEVICE_DT_GET_ONE(), since
the latter requires a DT node present, while the former does
not and returns NULL if no such compat exists.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-01 09:42:29 -07:00
..
application_development samples: code relocation in external memory of stm32 disco kit 2024-05-31 09:52:54 -05:00
arch samples: pktqueue: remove main.h 2024-05-21 20:54:13 -04:00
basic convert: use k_uptime_seconds 2024-05-14 09:32:01 +02:00
bluetooth samples: Bluetooth: Audio: Change names to <profile>_<role> 2024-05-31 09:56:11 -05:00
boards drivers: wdt: espressif: Add 32K Xtal Watchdog 2024-05-30 16:52:37 -05:00
compression hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
cpp
drivers modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
fuel_gauge hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hello_world samples: hello_world: Use full board target string for hwmv2 boards 2024-03-21 20:10:46 +01:00
kernel arch: move arch_interface.h under zephyr/arch 2024-03-25 09:58:35 +00:00
modules samples: lvgl: fix accelerometer_chart compile 2024-05-24 18:03:44 -04:00
net modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
philosophers doc: samples: philosophers: fix formatting and spelling 2024-05-31 03:08:52 -07:00
posix samples: net: Exclude native_posix when socket service lib is used 2024-05-29 11:59:51 +02:00
sensor samples: sensor/mcux_lpcmp: Add LPCMP use case 2024-05-31 09:51:29 -05:00
shields samples: shields: x_nucleo_iks01a3: Fix deprecated config fragment 2024-03-22 10:06:04 +01:00
subsys samples: video: tcpserversink: fix build failure 2024-06-01 09:42:29 -07:00
synchronization
sysbuild samples: sysbuild: hello_world: fix broken references/args 2024-05-31 09:59:36 -05:00
tfm_integration modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
userspace build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
classic.rst
index.rst samples: move with_mcuboot sample to samples/sysbuild 2024-05-13 16:09:01 -04:00
sample_definition_and_criteria.rst