Searched refs:sample (Results 351 – 375 of 1701) sorted by relevance
1...<<11121314151617181920>>...69
/Zephyr-4.1.0/samples/drivers/spi_bitbang/ |
D | README.rst | 1 .. zephyr:code-sample:: spi-bitbang 10 This sample demonstrates using the bitbang SPI driver. The bitbang driver can 14 This sample loops through some different spi transfer configurations.
|
/Zephyr-4.1.0/samples/drivers/uart/echo_bot/ |
D | README.rst | 1 .. zephyr:code-sample:: uart 10 This sample demonstrates how to use the UART serial driver with a simple 24 Build and flash the sample as follows, changing ``nrf52840dk/nrf52840`` for
|
/Zephyr-4.1.0/drivers/sensor/ltrf216a/ |
D | ltrf216a.c | 71 uint8_t sample[3]; member 106 if (i2c_burst_read_dt(&config->i2c, LTRF216A_ALS_DATA_0, drv_data->sample, in ltrf216a_sample_fetch() 124 uint32_t greendata = sys_get_le24(drv_data->sample); in ltrf216a_channel_get()
|
/Zephyr-4.1.0/samples/sensor/lsm6dso/ |
D | README.rst | 1 .. zephyr:code-sample:: lsmd6dso 10 This sample sets the data rate of the LSM6DSO accelerometer and gyroscope to 17 This sample uses the LSM6DSO sensor controlled using the I2C interface.
|
/Zephyr-4.1.0/samples/subsys/debug/debugmon/ |
D | README.rst | 1 .. zephyr:code-sample:: debugmon 9 The Debug Monitor sample shows a basic configuration of debug monitor feature. 17 .. _debugmon-sample-requirements:
|
/Zephyr-4.1.0/samples/boards/st/backup_sram/ |
D | README.rst | 1 .. zephyr:code-sample:: stm32_backup_sram 19 To exercise this sample with an independent VBAT source, you will need to 25 In order to run this sample, make sure to enable ``backup_sram`` node in your
|
/Zephyr-4.1.0/samples/boards/st/power_mgmt/adc/ |
D | README.rst | 1 .. zephyr:code-sample:: stm32_pm_adc 10 This sample is a minimum application to demonstrate basic power management 13 .. _stm32-pm-adc-sample-requirements:
|
/Zephyr-4.1.0/samples/sensor/i3g4250d/ |
D | README.rst | 1 .. zephyr:code-sample:: i3g4250d 10 This sample application configures the gyroscope with a fixed 17 This sample application uses the I3G4250D sensor connected via
|
/Zephyr-4.1.0/samples/bluetooth/cap_initiator/ |
D | Kconfig | 4 mainmenu "Bluetooth: Common Audio Profile initiator sample" 20 If set to true, the sample will start advertising connectable for 31 If set to true, the sample will start advertising syncable audio streams
|
/Zephyr-4.1.0/tests/benchmarks/latency_measure/src/ |
D | condvar.c | 43 sum[0] += timing_cycles_get(&start, ×tamp.sample); in start_thread_entry() 44 sum[1] += timing_cycles_get(×tamp.sample, &finish); in start_thread_entry() 66 timestamp.sample = timing_timestamp_get(); in alt_thread_entry()
|
/Zephyr-4.1.0/samples/net/sockets/dumb_http_server_mt/ |
D | Kconfig | 1 # Private config options for this sample app 6 mainmenu "Networking dumb-http-server-mt sample application"
|
/Zephyr-4.1.0/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_hci_uart_3wire 30 This sample can be found under :zephyr_file:`samples/bluetooth/hci_uart_3wire` in the 45 Now build and flash the sample for the Nordic nRF5x board of your choice. 63 need to attach it to the Linux Host first. To do so simply build the sample and 96 to the Linux Host first. To do so simply build the sample and connect the 121 The sample can be debugged using RTT since the UART is otherwise used by this 133 The sample can be built with the support for the Bluetooth LE Direction Finding. 134 To enable this feature build this sample for specific board variants that provide 146 Check the :zephyr:code-sample:`ble_direction_finding_connectionless_rx` and the 147 :zephyr:code-sample:`ble_direction_finding_connectionless_tx` for more details. [all …]
|
/Zephyr-4.1.0/dts/arm/renesas/ra/ra4/ |
D | ra4-cm4-common.dtsi | 260 renesas,sample-clock-div = <64>; 269 renesas,sample-clock-div = <64>; 278 renesas,sample-clock-div = <64>; 287 renesas,sample-clock-div = <64>; 296 renesas,sample-clock-div = <64>; 305 renesas,sample-clock-div = <64>; 314 renesas,sample-clock-div = <64>; 323 renesas,sample-clock-div = <64>; 332 renesas,sample-clock-div = <64>; 341 renesas,sample-clock-div = <64>; [all …]
|
/Zephyr-4.1.0/samples/subsys/modbus/rtu_server/ |
D | README.rst | 1 .. zephyr:code-sample:: modbus-rtu-server 16 This sample has been tested with the nRF52840-DK and FRDM-K64F boards, 23 The description of this sample uses `PyModbus`_ (Pymodbus REPL). 24 The user can of course try out other client implementations with this sample. 29 It is the default configuration of this sample. 54 This sample can be found under 57 The following commands build and flash RTU server sample. 65 The following commands build and flash RTU server sample using CDC ACM UART.
|
/Zephyr-4.1.0/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_isochronous_connected_benchmark 7 The ISO Connected Channels Benchmark sample measures and reports packet loss 13 The sample transmits data between the *central* and the *peripheral* 26 * A remote board running the same sample as the reversed role that supports 32 This sample can be found under 35 See :zephyr:code-sample-category:`bluetooth` samples for details. 41 After programming the sample to both boards, test it by performing the following 89 scanning for and connecting to a peer device running the sample as peripheral
|
/Zephyr-4.1.0/samples/subsys/edac/ |
D | README.rst | 1 .. zephyr:code-sample:: edac 10 This sample demonstrates the :ref:`EDAC driver API <edac_api>` in a simple EDAC shell sample. 15 This sample can be found under :zephyr_file:`samples/subsys/edac` in the 17 The sample can be built as follows for the :ref:`intel_ehl_crb` board:
|
/Zephyr-4.1.0/samples/net/openthread/coprocessor/ |
D | README.rst | 1 .. zephyr:code-sample:: openthread-coprocessor 11 sample is only the MCU target part of a complete Thread Border Router. 21 The source code for this sample application can be found at: 27 Build the OpenThread NCP sample application like this: 36 Build the OpenThread NCP sample application which uses CDC ACM UART device:
|
/Zephyr-4.1.0/doc/connectivity/usb/device/ |
D | usb_device.rst | 42 See :zephyr:code-sample:`usb-audio-headphones-microphone` and 43 :zephyr:code-sample:`usb-audio-headset` samples for reference. 67 See :zephyr:code-sample:`bluetooth_hci_usb` sample for reference. 113 Sample :zephyr:code-sample:`usb-cdc-acm` has similar overlay files. 124 A similar overlay file is used by the :zephyr:code-sample:`usb-cdc-acm-console` sample. 163 As for the console sample, it is possible to configure CDC ACM UART as 171 for example see :zephyr:code-sample:`bluetooth_hci_uart` 173 for example see :zephyr:code-sample:`openthread-coprocessor` 176 * ``zephyr,uart-mcumgr`` used by :zephyr:code-sample:`smp-svr` sample 215 See :zephyr:code-sample:`usb-dfu` sample for reference. [all …]
|
/Zephyr-4.1.0/samples/hello_world/ |
D | README.rst | 1 .. zephyr:code-sample:: hello_world 9 A simple sample that can be used with any :ref:`supported board <boards>` and
|
/Zephyr-4.1.0/samples/net/mqtt_sn_publisher/ |
D | Kconfig | 1 # Configuration options for MQTT-SN sample 6 mainmenu "MQTT-SN sample application"
|
/Zephyr-4.1.0/samples/subsys/canbus/isotp/ |
D | Kconfig | 1 # Private config options to the ISO-TP sample 6 mainmenu "ISO-TP sample"
|
/Zephyr-4.1.0/samples/drivers/led/sx1509b_intensity/ |
D | README.rst | 1 .. zephyr:code-sample:: sx1509b 10 This sample controls the intensity of the color LEDs in a Thingy:52 lightwell.
|
/Zephyr-4.1.0/samples/subsys/ipc/ipc_service/static_vrings/ |
D | sysbuild.cmake | 7 "Target ${BOARD} not supported for this sample. " 19 # Add dependencies so that the remote sample will be built first
|
/Zephyr-4.1.0/samples/drivers/led/is31fl3733/ |
D | Kconfig | 11 wired up to your IS31FL3733 LED driver. The sample will only attempt 19 to your IS31FL3733 LED driver. The sample will only attempt to drive
|
/Zephyr-4.1.0/samples/bluetooth/iso_receive/ |
D | Kconfig | 20 the iso_broadcast sample and the iso_receive sample.
|
1...<<11121314151617181920>>...69