/samples/subsys/display/lvgl/boards/ |
A D | native_sim.overlay | 29 zephyr,code = <INPUT_KEY_R>; 34 zephyr,code = <INPUT_KEY_B>; 39 zephyr,code = <INPUT_KEY_0>; 44 zephyr,code = <INPUT_KEY_LEFT>; 49 zephyr,code = <INPUT_KEY_RIGHT>; 54 zephyr,code = <INPUT_KEY_ENTER>; 67 rotation-input-code = <INPUT_REL_WHEEL>; 68 button-input-code = <INPUT_KEY_0>; 85 /* Skip pin 0 with the unknown code 0 */
|
/samples/boards/intel/adsp/code_relocation/ |
A D | README.rst | 1 .. zephyr:code-sample:: intel_adsp_code_relocation 4 Relocate code using custom linker script. 9 A simple sample that shows code relocation working for Intel ADSP CAVS 31 .. code-block:: console 34 Calling relocated code 35 Relocated code! reloc location 0xbe008010
|
/samples/userspace/ |
A D | index.rst | 1 .. zephyr:code-sample-category:: userspace 5 Samples that demonstrate how to run code in :ref:`usermode_api`.
|
/samples/subsys/input/input_dump/boards/ |
A D | esp32s3_devkitm_procpu.overlay | 16 zephyr,code = <INPUT_KEY_0>; 22 zephyr,code = <INPUT_KEY_1>; 28 zephyr,code = <INPUT_KEY_2>; 34 zephyr,code = <INPUT_KEY_3>;
|
A D | esp32_devkitc_procpu.overlay | 16 zephyr,code = <INPUT_KEY_0>; 22 zephyr,code = <INPUT_KEY_1>; 28 zephyr,code = <INPUT_KEY_2>; 34 zephyr,code = <INPUT_KEY_3>;
|
A D | esp32s2_saola.overlay | 16 zephyr,code = <INPUT_KEY_0>; 22 zephyr,code = <INPUT_KEY_1>; 28 zephyr,code = <INPUT_KEY_2>; 34 zephyr,code = <INPUT_KEY_3>;
|
/samples/subsys/usb/ |
A D | usb.rst | 1 .. zephyr:code-sample-category:: usb 11 :zephyr:code-sample:`bluetooth_hci_usb` 13 samples :zephyr:code-sample:`zperf` or :zephyr:code-sample:`sockets-http-server` 15 .. zephyr:code-sample-listing::
|
/samples/drivers/lcd_hd44780/ |
A D | README.rst | 1 .. zephyr:code-sample:: lcd-hd44780 28 .. code-block:: console 38 .. code-block:: console 45 .. code-block:: console 52 .. code-block:: console
|
/samples/net/zperf/ |
A D | Kconfig | 5 bool "Relocate networking code into RAM" 8 Relocate networking code into RAM when running the zperf 9 sample. Can improve performance on platforms with fast code 15 string "Networking code RAM location" 18 Region to relocate networking code to
|
/samples/net/sockets/coap_server/src/ |
A D | large.c | 28 uint8_t code; in large_get() local 42 code = coap_header_get_code(request); in large_get() 48 LOG_INF("type: %u code %u id %u", type, code, id); in large_get() 106 uint8_t code; in large_update_put() local 142 code = coap_header_get_code(request); in large_update_put() 154 code = COAP_RESPONSE_CODE_CONTINUE; in large_update_put() 156 code = COAP_RESPONSE_CODE_CHANGED; in large_update_put() 186 uint8_t code; in large_create_post() local 216 code = coap_header_get_code(request); in large_create_post() 226 code = COAP_RESPONSE_CODE_CONTINUE; in large_create_post() [all …]
|
A D | test.c | 25 uint8_t code; in piggyback_get() local 30 code = coap_header_get_code(request); in piggyback_get() 36 LOG_INF("type: %u code %u id %u", type, code, id); in piggyback_get() 89 uint8_t code; in test_del() local 94 code = coap_header_get_code(request); in test_del() 100 LOG_INF("type: %u code %u id %u", type, code, id); in test_del() 130 uint8_t code; in test_put() local 136 code = coap_header_get_code(request); in test_put() 142 LOG_INF("type: %u code %u id %u", type, code, id); in test_put() 182 uint8_t code; in test_post() local [all …]
|
/samples/subsys/portability/ |
A D | portability.rst | 1 .. zephyr:code-sample-category:: portability 8 See also :zephyr:code-sample-category:`POSIX sample applications<posix>`.
|
/samples/subsys/fs/virtiofs/ |
A D | README.rst | 1 .. zephyr:code-sample:: virtiofs 29 …unning. QEMU's arguments are embedded using :code:`CONFIG_QEMU_EXTRA_FLAGS` and socket path is set… 31 .. code-block:: 35 where :code:`shared_dir_path` is a directory that will be mounted on Zephyr side. 38 .. code-block:: 42 …directories in the mounted filesystem and print the contents of the file :code:`file` in the mount… 44 You can create the sample directory using :code:`prepare_sample_directory.sh`. 48 .. code-block:: 68 .. code-block:: console
|
/samples/net/sockets/echo_async_select/ |
A D | README.rst | 1 .. zephyr:code-sample:: async-sockets-echo-select 13 the :zephyr:code-sample:`async-sockets-echo` sample. 15 The source code for this sample application can be found at: 38 .. code-block:: console 44 it. Unlike the :zephyr:code-sample:`sockets-echo` sample, this application 48 by changing ``NUM_FDS`` defined in the source code. 53 The same application source code can be built for a POSIX system, e.g. 54 Linux. (Note: if you look at the source, you will see that the code is 60 .. code-block:: console 66 .. code-block:: console [all …]
|
/samples/application_development/code_relocation_nocopy/ |
A D | README.rst | 1 .. zephyr:code-sample:: code_relocation_nocopy 4 Relocate code, data, or bss sections using a custom linker script. 8 A simple example that demonstrates how relocation of code, data or bss sections 11 Differently from the code relocation sample, this sample is relocating the 12 content of the ext_code.c file to a different FLASH section and the code is XIP 13 directly from there without the need to copy / relocate the code. All other code 57 .. code-block:: console
|
/samples/subsys/usb/hid-mouse/ |
A D | README.rst | 1 .. zephyr:code-sample:: usb-hid-mouse 38 .. code-block:: none 58 .. code-block:: console 76 .. code-block:: console 85 Event code 272 (BTN_LEFT) 86 Event code 273 (BTN_RIGHT) 89 Event code 0 (REL_X) 90 Event code 1 (REL_Y) 91 Event code 8 (REL_WHEEL) 93 Event code 4 (MSC_SCAN) [all …]
|
/samples/subsys/usb/legacy/hid-mouse/ |
A D | README.rst | 1 .. zephyr:code-sample:: legacy-usb-hid-mouse 41 .. code-block:: none 61 .. code-block:: console 79 .. code-block:: console 88 Event code 272 (BTN_LEFT) 89 Event code 273 (BTN_RIGHT) 92 Event code 0 (REL_X) 93 Event code 1 (REL_Y) 94 Event code 8 (REL_WHEEL) 96 Event code 4 (MSC_SCAN) [all …]
|
/samples/bluetooth/peripheral_dis/ |
A D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_dis 10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 25 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/samples/bluetooth/peripheral_esp/ |
A D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_esp 9 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 26 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/samples/bluetooth/peripheral_gatt_write/ |
A D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_gatt_write 10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 26 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/samples/bluetooth/peripheral_ots/ |
A D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_ots 10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 25 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/samples/net/sockets/echo_async/ |
A D | README.rst | 1 .. zephyr:code-sample:: async-sockets-echo 13 the :zephyr:code-sample:`sockets-echo` sample. It's a more involved application, 17 The source code for this sample application can be found at: 40 .. code-block:: console 46 it. Unlike the above-mentioned :zephyr:code-sample:`sockets-echo` sample, this application 50 by changing ``NUM_FDS`` defined in the source code. 61 The same application source code can be built for a POSIX system, e.g. 62 Linux. (Note: if you look at the source, you will see that the code is 68 .. code-block:: console 74 .. code-block:: console [all …]
|
/samples/subsys/usb/legacy/ |
A D | legacy.rst | 1 .. zephyr:code-sample-category:: usb_legacy 10 .. zephyr:code-sample-listing::
|
/samples/net/mdns_responder/ |
A D | README.rst | 1 .. zephyr:code-sample:: mdns-responder 39 .. code-block:: console 45 .. code-block:: console 51 .. code-block:: console 57 .. code-block:: console 63 .. code-block:: console 69 .. code-block:: console
|
/samples/bluetooth/peripheral_csc/ |
A D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_csc 10 Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 27 See :zephyr:code-sample-category:`bluetooth` samples for details.
|