Home
last modified time | relevance | path

Searched refs:backend (Results 1 – 25 of 26) sorted by relevance

12

/samples/net/syslog_net/src/
A Dmain.c37 const struct log_backend *backend = log_backend_net_get(); in main() local
39 if (!log_backend_is_active(backend)) { in main()
50 log_backend_init(backend); in main()
51 log_backend_enable(backend, backend->cb->ctx, CONFIG_LOG_MAX_LEVEL); in main()
/samples/subsys/fs/littlefs/
A DKconfig12 prompt "Storage backend type used by the application"
15 Specify the type of storage backend.
18 bool "Use flash memory backend"
21 bool "Use block device (e.g. SD MMC) backend"
/samples/subsys/logging/ble_backend/
A Dsample.yaml2 description: A simple application that demonstrates the use of the logging Bluetooth backend.
3 name: logger backend Bluetooth
A DREADME.rst1 .. zephyr:code-sample:: logging-ble-backend
2 :name: Bluetooth logging backend
5 Send log messages over Bluetooth using the Bluetooth logging backend.
10 Sample that demonstrates how to setup and use the Bluetooth Logging backend. The
14 The notification size of the Bluetooth backend buffer is dependent on the
/samples/subsys/modbus/tcp_gateway/src/
A Dmain.c19 static int backend; variable
36 backend = modbus_iface_get_by_name(bend_name); in init_backend_iface()
37 if (backend < 0) { in init_backend_iface()
43 return modbus_init_client(backend, backend_param); in init_backend_iface()
83 rc = modbus_raw_backend_txn(backend, &tmp_adu); in modbus_tcp_connection()
/samples/subsys/modbus/tcp_gateway/
A DCMakeLists.txt6 project(modbus-serial-backend)
/samples/subsys/ipc/rpmsg_service/
A Dsample.yaml2 name: IPC Service example integration (rpmsg backend)
/samples/boards/nxp/adsp/number_crunching/
A DCMakeLists.txt21 # this is an example for NatureDSP backend
35 # this is an example for CMSIS-DSP backend
A DREADME.rst37 If one wants to include a new backend it needs to create a new wrapper for that library or backend.
/samples/subsys/ipc/ipc_service/multi_endpoint/
A DREADME.rst8 By default, it uses the ``icmsg_me`` backend.
9 You can also configure it to use the ``icbmsg`` backend.
64 Changing the backend
67 To change the backend to ``icbmsg``, switch the devicetree
A Dsample.yaml2 name: IPC Service example integration (icmsg multi endpoint backend)
/samples/subsys/ipc/ipc_service/icmsg/
A DREADME.rst2 :name: IPC service: icmsg backend
5 Send messages between two cores using the IPC service and icmsg backend.
10 This application demonstrates how to use IPC Service and the icmsg backend with
A Dsample.yaml2 name: IPC Service example integration (icmsg backend)
/samples/subsys/ipc/ipc_service/static_vrings/
A DREADME.rst2 :name: IPC service: static vrings backend
5 Send messages between two cores using the IPC service and static vrings backend.
11 backend with Zephyr. It is designed to demonstrate how to integrate it with
A Dsample.yaml2 name: IPC Service example integration (OpenAMP static_vrings backend)
/samples/net/syslog_net/
A Dsample.yaml8 description: syslog network backend
A DKconfig21 app before the backend is initialized. This can be
/samples/subsys/usb/dfu/
A DREADME.rst52 Building with flash backend enabled
55 The USB DFU device support has a built-in flash backend. This backend uses
60 To use flash backend set the :kconfig:option:`CONFIG_APP_USB_DFU_USE_FLASH_BACKEND`.
66 flash backend and MCUboot support enabled using the :ref:`sysbuild`:
/samples/boards/nxp/s32/netc/
A DREADME.rst20 and backend is also enabled.
49 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
74 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
/samples/subsys/usb/console/
A DREADME.rst11 experimental USB device stack as a serial backend for the console.
/samples/subsys/dap/
A DREADME.rst10 controller through DAP USB backend.
/samples/net/mqtt_publisher/
A DREADME.rst224 MQTT logging backend
227 The sample can be configured to use an MQTT logging backend, which allows log
231 The MQTT logging backend uses the :c:func:`log_backend_mqtt_client_set` API to
232 register an MQTT client for publishing log messages. The backend only uses the
236 To enable the MQTT logging backend in the sample, build it with
237 ``-DEXTRA_CONF_FILE=overlay-log-backend-mqtt.conf`` parameter.
/samples/subsys/logging/dictionary/
A DREADME.rst11 the UART backend. This is configured to output binary log data
/samples/subsys/tracing/
A DREADME.rst8 backend under tracing generic infrastructure.
/samples/subsys/mgmt/mcumgr/smp_svr/
A DREADME.rst96 To build the serial sample with USB CDC_ACM backend:
286 :ref:`file_system_api`, this is useful with e.g. FS log backend, when files are stored in

Completed in 124 milliseconds

12