/Zephyr-latest/samples/subsys/logging/syst/ |
D | README.rst | 90 [ 0.020000] <err> syst: Error message example. 91 [ 0.020000] <wrn> syst: Warning message example. 92 [ 0.020000] <inf> syst: Info message example. 93 [ 0.020000] <dbg> syst: Debug message example. 94 [ 0.020000] <dbg> syst: Debug message example, 1 95 [ 0.020000] <dbg> syst: Debug message example, 1, 2 96 [ 0.020000] <dbg> syst: Debug message example, 1, 2, 3 97 [ 0.020000] <dbg> syst: Debug message example, 1, 2, 3, 0x4 103 [ 0.030000] <dbg> syst: Debug message example, %f 151 Error message example. [all …]
|
/Zephyr-latest/tests/net/lib/http_server/hpack/src/ |
D | main.c | 248 static void test_hpack_verify_encode(const struct example_headers *example, in test_hpack_verify_encode() argument 253 .name = example[i].name, in test_hpack_verify_encode() 254 .value = example[i].value, in test_hpack_verify_encode() 255 .name_len = strlen(example[i].name), in test_hpack_verify_encode() 256 .value_len = strlen(example[i].value) in test_hpack_verify_encode() 261 zassert_equal(ret, example[i].encoded_len, "Wrong encoding length"); in test_hpack_verify_encode() 262 zassert_mem_equal(test_buf, example[i].encoded, ret, in test_hpack_verify_encode() 267 static void test_hpack_verify_decode(const struct example_headers *example, in test_hpack_verify_decode() argument 274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode() 275 zassert_equal(ret, example[i].encoded_len, "Wrong decoding length"); in test_hpack_verify_decode() [all …]
|
/Zephyr-latest/submanifests/ |
D | README.txt | 5 See example.yaml.sample for an example. 10 https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directo…
|
/Zephyr-latest/samples/subsys/display/cfb_shell/ |
D | README.rst | 15 Build the sample app by choosing the target board, for example: 45 Command example (reel_board): 55 Command example (reel_board): 66 Command example (reel_board): 80 Command example (reel_board): 92 Command example (reel_board): 101 Command example (reel_board): 113 Command example (reel_board): 128 Command example (reel_board): 136 Command example (reel_board):
|
/Zephyr-latest/boards/intel/niosv_m/doc/ |
D | index.rst | 17 Nios® V/m hello world example design system 20 Prebuilt Nios® V/m hello world example design system is available in Intel FPGA Design store. 23 For example, Arria10 Nios® V/m processor example design system prebuilt files can be downloaded fro… 24 - https://www.intel.com/content/www/us/en/design-example/763960/arria10-niosv-based-helloworld-exam… 26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a… 28 Create Nios® V/m processor example design system in FPGA
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/ |
D | Kconfig | 3 # The Kconfig file is dedicated to example management group of 15 bool "MCUmgr handlers for example management (app)" 19 Enables MCUmgr handlers for example management. This demonstrates the 27 Allows applications to receive callback when the "other" example
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
D | Kconfig | 3 # The Kconfig file is dedicated to example management group of 15 bool "MCUmgr handlers for example management (module)" 19 Enables MCUmgr handlers for example management. This demonstrates the 28 Allows applications to receive callback when the "other" example
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf52833dk_nrf52820.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf52833dk_nrf52820.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
D | nrf52833dk_nrf52833.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf52833dk_nrf52820.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/bluetooth/hci_ipc/ |
D | nrf5340_cpunet_df-bt_ll_sw_split.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf52833dk_nrf52820.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
D | nrf52833dk_nrf52833.overlay | 9 /* This is an example number of antennas that may be available 13 /* This is an example switch pattern that will be used to set an 18 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/boards/intel/niosv_g/doc/ |
D | index.rst | 17 Nios® V/g hello world example design system 20 Prebuilt Nios® V/g hello world example design system is available in Intel FPGA Design store. 23 For example, Arria10 Nios® V/g processor example design system prebuilt files can be downloaded fro… 24 - https://www.intel.com/content/www/us/en/design-example/776196/intel-arria-10-fpga-hello-world-des… 26 ready_to_test/top.sof file is the prebuilt SRAM Object File for hello world example design system a… 28 Create Nios® V/g processor example design system in FPGA
|
/Zephyr-latest/samples/bluetooth/hci_uart/boards/ |
D | nrf52833dk_nrf52833_df.overlay | 16 /* This is an example number of antennas that may be available 20 /* This is an example switch pattern that will be used to set an 25 /* These are example GPIO pin numbers that are provided to
|
D | nrf5340dk_nrf5340_cpunet_df.overlay | 16 /* This is an example number of antennas that may be available 20 /* This is an example switch pattern that will be used to set an 25 /* These are example GPIO pin numbers that are provided to
|
D | nrf54l15dk_nrf54l15_cpuapp_df.overlay | 16 /* This is an example number of antennas that may be available 20 /* This is an example switch pattern that will be used to set an 25 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/boards/ |
D | nrf5340dk_nrf5340_cpunet_df.overlay | 15 /* This is an example number of antennas that may be available 19 /* This is an example switch pattern that will be used to set an 24 /* These are example GPIO pin numbers that are provided to
|
D | nrf52833dk_nrf52833_df.overlay | 15 /* This is an example number of antennas that may be available 19 /* This is an example switch pattern that will be used to set an 24 /* These are example GPIO pin numbers that are provided to
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | Kconfig | 11 bool "Shell foreground commands example" 15 bool "Shell dynamic commands example"
|
/Zephyr-latest/samples/application_development/ |
D | application_development.rst | 8 `example-application`_. Among others, you will find on it out of tree driver 11 .. _example-application: https://github.com/zephyrproject-rtos/example-application
|
/Zephyr-latest/samples/subsys/profiling/perf/ |
D | README.rst | 14 Usage example 56 * Copy the output into a file, for example :file:`perf_buf`. 67 Graph example 72 :alt: graph example
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 22 history, looks like the following figure (though some parts of this example are 120 For example: 128 url-base: https://git.example.com/base1 130 url-base: https://git.example.com/base2 149 bases are respectively ``https://git.example.com/base1`` and 150 ``https://git.example.com/base2``. You can use SSH URL bases as well; for 151 example, you might use ``git@example.com:base1`` if ``remote1`` supported Git 166 Here is an example. We'll assume the ``remotes`` given above. 168 .. Note: if you change this example, keep the equivalent manifest below in 177 description: the first example project [all …]
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 34 server with the appropriate map file, for example: 75 --index zephyr-test-example \ 82 --index zephyr-test-example \ 89 Store test results with `recording` data entries, for example from 96 --index zephyr-test-recording-example-1 \ 103 --index zephyr-test-recording-example-1 \ 113 to extract embedded values, for example 120 --index zephyr-test-recording-example-2 \ 128 --index zephyr-test-recording-example-2 \ 143 --index zephyr-memory-footprint-example \ [all …]
|