| /samples/drivers/mspi/mspi_flash/src/ |
| A D | main.c | 25 const uint8_t expected[] = { 28 const size_t len = sizeof(expected); 32 uint8_t buf[sizeof(expected)]; 72 if (memcmp(expected, buf, len) == 0) { 75 const uint8_t *wp = expected; 97 const uint8_t expected[] = { 100 const size_t len = sizeof(expected); 104 uint8_t buf[sizeof(expected)]; 151 rc = flash_write(flash_dev, offs, expected, len); 164 if (memcmp(expected, buf, len) == 0) { [all …]
|
| /samples/subsys/shell/shell_module/ |
| A D | test_shell.yml | 2 expected: "cycles: .* hw cycles" 4 expected: "Zephyr version .*"
|
| /samples/arch/mpu/mpu_test/ |
| A D | test_shell.yml | 2 expected: "The value is: 0x.*" 4 expected: "The value is: 0x.*"
|
| /samples/drivers/spi_flash/src/ |
| A D | main.c | 74 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in single_sector_test() 76 const size_t len = sizeof(expected); in single_sector_test() 77 uint8_t buf[sizeof(expected)]; in single_sector_test() 126 if (memcmp(expected, buf, len) == 0) { in single_sector_test() 129 const uint8_t *wp = expected; in single_sector_test() 150 const uint8_t expected[] = { 0x55, 0xaa, 0x66, 0x99 }; in multi_sector_test() 152 const size_t len = sizeof(expected); in multi_sector_test() 153 uint8_t buf[sizeof(expected)]; in multi_sector_test() 199 rc = flash_write(flash_dev, offs, expected, len); in multi_sector_test() 212 if (memcmp(expected, buf, len) == 0) { in multi_sector_test() [all …]
|
| /samples/drivers/flash_shell/ |
| A D | test_shell.yml | 2 expected: "Page for address 0x0"
|
| /samples/boards/renesas/elc/ |
| A D | sample.yaml | 15 - "PWM generator stopped by the ELC link as expected." 18 - "PWM generator started by the ELC link as expected."
|
| A D | README.rst | 16 as expected. 63 PWM generator stopped by the ELC link as expected. 67 PWM generator started by the ELC link as expected.
|
| /samples/subsys/testsuite/pytest/shell/ |
| A D | testcase.yaml | 26 expected: "cycles: .* hw cycles" 28 expected: "Zephyr version .*"
|
| /samples/modules/tflite-micro/tflm_ethosu/src/ |
| A D | inference_process.cpp | 184 const DataPtr &expected = job.expectedOutput[i]; in runJob() local 187 if (expected.size != output->bytes) { in runJob() 189 i, expected.size, output->bytes); in runJob() 195 static_cast<uint8_t *>(expected.data)[j]) { in runJob() 197 i, j, static_cast<uint8_t *>(expected.data)[j], in runJob()
|
| /samples/tfm_integration/tfm_secure_partition/ |
| A D | sample.yaml | 22 - "No valid secret for key, received expected error code"
|
| A D | README.rst | 59 No valid secret for key, received expected error code
|
| /samples/net/secure_mqtt_sensor_actuator/ |
| A D | Kconfig | 45 If acknowledgment expected for published message, duplicate messages permitted. 50 Acknowledgment expected and message shall be published only once.
|
| /samples/drivers/peci/ |
| A D | README.rst | 27 Note: You are expected to see several interactions including ID and
|
| /samples/tfm_integration/psa_protected_storage/ |
| A D | sample.yaml | 27 - "Got expected error \\(PSA_ERROR_NOT_PERMITTED\\) when writing to protected\
|
| /samples/tfm_integration/psa_crypto/boards/ |
| A D | nrf9160dk_nrf9160_ns.overlay | 22 * and move its starting address to the offset expected by
|
| /samples/tfm_integration/tfm_ipc/boards/ |
| A D | nrf9160dk_nrf9160_ns.overlay | 22 * and move its starting address to the offset expected by
|
| /samples/subsys/usb/uvc/ |
| A D | README.rst | 44 The device is expected to be detected as a webcam device: 50 The ``dmesg`` logs are expected to mention a ``generic UVC device``. 52 The ``lsusb`` is expected to show an entry for a Zephyr device. 59 The ``dmesg`` logs are expected to mention a video device. 124 Android and iPad (but not yet iOS) are also expected to work via dedicated applications.
|
| /samples/drivers/ps2/ |
| A D | README.rst | 31 Note: You are expected to see several interrupts
|
| /samples/net/sockets/txtime/ |
| A D | Kconfig | 57 This tells what is the expected sending time of the network 61 time from PTP clock, to set the expected transmit time. Note that
|
| A D | README.rst | 12 the data when the TX time is expected. The application requires
|
| /samples/ |
| A D | sample_definition_and_criteria.rst | 28 expected value to have some level of testing for the sample itself. 32 functionality is working as expected, this should not replace dedicated and 35 buildability and, in some cases, if a sample is performing as expected, i.e. you 99 hardware requirements, and the expected sample output, if applicable.
|
| /samples/subsys/settings/ |
| A D | sample.yaml | 29 - "[.]*Can\\'t to load the <alpha/length> value as expected"
|
| /samples/subsys/console/echo/ |
| A D | README.rst | 42 the (interrupt-driven) console device doesn't work as expected:
|
| /samples/subsys/zbus/benchmark/ |
| A D | benchmark_256KB.robot | 50 ${val} Read Until expected=@ encoding=ascii
|
| /samples/bluetooth/channel_sounding/ |
| A D | README.rst | 69 Found expected UUID 106 Found expected UUID
|