/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_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/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/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
|
D | panb511evb_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 | 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
|
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
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | Kconfig | 11 bool "Shell foreground commands example" 15 bool "Shell dynamic commands example"
|
/Zephyr-latest/samples/net/dsa/ |
D | Kconfig | 18 bool "DSA LLDP example" 21 Enable DSA LLDP 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
|