Searched refs:sample (Results 126 – 150 of 1701) sorted by relevance
12345678910>>...69
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 1 .. zephyr:code-sample:: psa_protected_storage 9 This sample demonstrates how the Protected Storage (PS) API can be used for storing data. 16 Using the PS API, this sample stores data to non-volatile storage. The sample shows how data can 27 This sample is available for platforms that are supported in the trusted-firmware-m repo: 29 See sample.yaml for a list of supported platforms. 37 Note that the board needs to be completely erased before programming the sample, as the flash area 38 used might contain data from before. The board must also be erased between each time the sample is 44 Refer to :zephyr:code-sample:`tfm_ipc` for detailed instructions. 57 TF-M Protected Storage sample started. PSA Protected Storage API Version 1.0
|
/Zephyr-latest/samples/drivers/audio/ |
D | index.rst | 1 .. zephyr:code-sample-category:: audio 5 These sample demonstrate how to use the :ref:`Audio driver <audio_reference>` API.
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 1 .. zephyr:code-sample:: is31fl3194 10 This sample cycles several colors on an RGB LED forever using the LED API. 15 This sample can be built and executed on an Arduino Nicla Sense ME, or on 27 LED color are printed on the console. If a runtime error occurs, the sample
|
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/ |
D | README.rst | 1 .. zephyr:code-sample:: flexram_magic_addr 9 A sample that shows how to use RT11XX FLEXRAM Magic Addr functionality 12 on an arbitrary RAM/TCM address access. This sample shows how to use the custom
|
/Zephyr-latest/samples/bluetooth/tmap_bmr/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_tmap_bmr 20 This sample can be found under :zephyr_file:`samples/bluetooth/tmap_bmr` in the Zephyr tree. 22 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/tmap_bms/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_tmap_bms 20 This sample can be found under :zephyr_file:`samples/bluetooth/tmap_bms` in the Zephyr tree. 22 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 1 .. zephyr:code-sample:: spi-flash-at45 10 This sample shows how to use the AT45 family DataFlash driver and how to 12 by the driver (an overlay with two sample nodes is provided). 13 The sample writes a defined test region in the flash memory with bytes of 16 in consecutive runs of the sample. 18 The sample have two config overlays. 32 This sample has been tested on the Nordic Semiconductor nRF9160 DK 86 DataFlash sample app on nrf9160dk_nrf9160 96 The sample is supplied with the overlay file that specifies two instances 98 for the sample to work. If the other chip is not connected, the following [all …]
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 1 .. zephyr:code-sample:: button 11 The sample prints a message to the console each time a button is pressed. 14 debouncing, check out :ref:`input` and :zephyr:code-sample:`input-dump` 25 see this error if you try to build this sample for an unsupported board: 34 The sample additionally supports an optional ``led0`` devicetree alias. This is 35 the same alias used by the :zephyr:code-sample:`blinky` sample. If this is provided, the LED 44 Here is a minimal devicetree fragment which supports this sample. This only 94 This sample requires a ``pin`` cell in the ``gpios`` property. The ``flags`` 95 cell is optional, however, and the sample still works if the GPIO cells 101 This sample can be built for multiple boards, in this example we will build it
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-http-client 10 This sample application implements an HTTP(S) client that will do an HTTP 13 The source code for this sample application can be found at: 27 Build the http-client sample application like this: 39 Enable TLS support in the sample by building the project with the 52 The certificate and private key used by the sample can be found in the sample's 62 You can run this ``http-client`` sample application in QEMU
|
/Zephyr-latest/samples/net/sockets/websocket_client/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-websocket-client 10 This sample application implements a Websocket client that will do an HTTP 14 The source code for this sample application can be found at: 28 Build websocket-client sample application like this: 40 Enable TLS support in the sample by building the project with the 53 The certificate and private key used by the sample can be found in the sample's 60 You can run this ``websocket-client`` sample application in QEMU
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_encrypted_advertising 10 This sample demonstrates the use of the encrypted advertising feature, such as: 21 While this sample uses extended advertising, it is **not** mandatory when using 29 * Two boards with a push button connected via a GPIO pin, see the :zephyr:code-sample:`button` 30 sample for more details 35 This sample can be found under 38 See :zephyr:code-sample-category:`bluetooth` samples for details. 40 This sample uses two applications, so two devices need to be setup.
|
/Zephyr-latest/samples/bluetooth/mesh_demo/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_mesh_demo 10 This sample is a Bluetooth Mesh application intended for demonstration 42 This sample can be found under :zephyr_file:`samples/bluetooth/mesh_demo` in 45 See :zephyr:code-sample-category:`bluetooth` samples for details on how 46 to run the sample inside QEMU. 60 must also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample 61 application may be used. Build this sample with configuration
|
/Zephyr-latest/samples/net/stats/ |
D | README.rst | 1 .. zephyr:code-sample:: net-stats 10 This sample shows how to query (and display) network statistics from a user 13 The source code for this sample application can be found at: 24 A good way to run this sample application is with QEMU or native_sim board 27 Follow these steps to build the network statistics sample application:
|
/Zephyr-latest/samples/net/syslog_net/ |
D | README.rst | 1 .. zephyr:code-sample:: syslog-net 10 This sample application enables a remote syslog service that will 15 The source code for this sample application can be found at: 46 Build syslog_net sample application like this: 58 The IPv4 Wi-Fi support can be enabled in the sample with
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 1 .. zephyr:code-sample:: console_getchar 14 process console input character by character. The sample also allows to 18 :zephyr:code-sample:`console_getline`. 24 UART console is required to run this sample. 30 The easiest way to run this sample is using QEMU:
|
/Zephyr-latest/samples/subsys/console/getline/ |
D | README.rst | 1 .. zephyr:code-sample:: console_getline 14 console input line by line. The sample also allows to see details of how 18 :zephyr:code-sample:`console_getchar`. 24 UART console is required to run this sample. 30 The easiest way to run this sample is using QEMU:
|
/Zephyr-latest/samples/drivers/eeprom/ |
D | README.rst | 1 .. zephyr:code-sample:: eeprom 10 This sample demonstrates the :ref:`EEPROM driver API <eeprom_api>` in a simple boot counter 17 sample can be built without further ado. This applies for example to the 28 be activated. Any board with Arduino headers can for example build the sample 39 Then the sample can be built and executed for the as follows:
|
/Zephyr-latest/samples/net/dsa/ |
D | README.rst | 1 .. zephyr:code-sample:: dsa 12 The source code for this sample application can be found at: 25 Follow these steps to build the DSA sample application:
|
/Zephyr-latest/samples/bluetooth/tmap_central/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_tmap_central 20 This sample can be found under 23 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_tmap_peripheral 20 This sample can be found under 23 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/handsfree_ag/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_handsfree_ag 21 This sample can be found under :zephyr_file:`samples/bluetooth/handsfree_ag` in 24 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/peripheral/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral 23 This sample can be found under :zephyr_file:`samples/bluetooth/peripheral` in the 26 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/drivers/sensor/maxim/max6675/ |
D | max6675.c | 28 uint16_t sample; member 57 data->sample = sys_get_be16(buf_rx); in max6675_sample_fetch() 59 if (data->sample & THERMOCOUPLE_INPUT) { in max6675_sample_fetch() 78 temperature = (data->sample >> TEMPERATURE_POS) * TEMPERATURE_RES; in max6675_channel_get()
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | README.rst | 1 .. zephyr:code-sample:: packet-socket 10 This sample is a simple packet socket application showing usage 11 of packet sockets over Ethernet. The sample prints every packet 26 This sample can be built and executed on QEMU or native_sim board as
|
/Zephyr-latest/samples/sensor/apds9960/ |
D | README.rst | 1 .. zephyr:code-sample:: apds9960 10 This sample application demonstrates how to use the APDS9960 sensor to get 11 ambient light, RGB, and proximity (or gesture) data. This sample checks the 17 This sample application uses an APDS9960 sensor connected to a board
|
12345678910>>...69