| /tests/net/lib/http_server/hpack/src/ |
| A D | main.c | 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() 274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode() 276 zassert_equal(hdr.name_len, strlen(example[i].name), in test_hpack_verify_decode() 278 zassert_equal(hdr.value_len, strlen(example[i].value), in test_hpack_verify_decode() 280 zassert_mem_equal(hdr.name, example[i].name, hdr.name_len, in test_hpack_verify_decode() [all …]
|
| /tests/subsys/mgmt/mcumgr/handler_demo/ |
| A 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
|
| A D | CMakeLists.txt | 6 # This adds the example module to the list of extra zephyr modules
|
| /tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
| A 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
|
| /tests/application_development/code_relocation/ |
| A D | README.rst | 8 A simple example that demonstrates how relocation of code, data or bss sections
|
| A D | linker_riscv_qemu_sram2.ld | 14 * this is just an example to show relocation of code/data/bss script
|
| A D | linker_arm_sram2.ld | 21 * this is just an example to show relocation of code/data/bss script
|
| /tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/ |
| A D | hse_css.overlay | 9 * for example by hse_24.overlay.
|
| /tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/ |
| A D | hse_css.overlay | 9 * for example by hse_8.overlay.
|
| /tests/drivers/sensor/ina230/boards/ |
| A D | native_sim.overlay | 10 /* Datasheet example and Default DT Configuration Test */
|
| /tests/kernel/common/ |
| A D | multilib.txt | 8 (for example, ARM Cortex-M requires thumb2 multilib and will be broken with
|
| /tests/drivers/pwm/pwm_gpio_loopback/ |
| A D | Kconfig | 28 considered a PASS. For example, if set to 5, the measured period or duty cycle
|
| /tests/drivers/build_all/sensor/ |
| A D | Kconfig | 20 value. For example, if GENERIC_TEST_NUM_EXPECTED_VALS == 5, and the
|
| /tests/bluetooth/classic/gap_c/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/l2cap_c/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/rfcomm_c/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/sdp_s/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/smp_general/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/smp_key_persist/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/smp_sc_only/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/gap_s/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/l2cap_s/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/rfcomm_s/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/sdp_c/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|
| /tests/bluetooth/classic/smp_bonding/ |
| A D | README.rst | 42 For example, on windows, a PTS dongle is used. After `WinUSB driver`_ has been installed, 57 The test suite can be launched using Twister. Below is an example for running on the
|