/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 67 TEST: 401 | DESCRIPTION: UID not found check 71 [Check 1] Call get API for UID 6 which is not set 72 [Check 2] Call get_info API for UID 6 which is not set 73 [Check 3] Call remove API for UID 6 which is not set 74 [Check 4] Call get API for UID 6 which is removed 75 [Check 5] Call get_info API for UID 6 which is removed 76 [Check 6] Call remove API for UID 6 which is removed 78 [Check 7] Call get API for different UID 5 79 [Check 8] Call get_info API for different UID 5 80 [Check 9] Call remove API for different UID 5 [all …]
|
/Zephyr-latest/soc/nordic/ |
D | validate_enabled_instances.c | 30 * The build assertions below check if conflicting peripheral instances are not 34 #define CHECK(idx) \ macro 45 ". Check nodes with status \"okay\" in zephyr.dts." 50 BUILD_ASSERT(CHECK(0), MSG(0)); 52 BUILD_ASSERT(CHECK(1), MSG(1)); 53 BUILD_ASSERT(CHECK(2), MSG(2)); 54 BUILD_ASSERT(CHECK(3), MSG(3)); 55 BUILD_ASSERT(CHECK(00), MSG(00)); 56 BUILD_ASSERT(CHECK(20), MSG(20)); 57 BUILD_ASSERT(CHECK(21), MSG(21)); [all …]
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | registers.c | 10 /* CDCG register structure check */ 17 /* PMC register structure check */ 23 /* SCFG register structure check */ 29 /* GLUE register structure check */ 36 /* UART register structure check */ 42 /* GPIO register structure check */ 46 /* PWM register structure check */ 52 /* ADC register structure check */ 58 /* TWD register structure check */ 64 /* ESPI register structure check */ [all …]
|
/Zephyr-latest/tests/misc/iterable_sections/src/ |
D | main.c | 24 /* declare in random order to check that the linker is sorting by name */ 35 /* declare in random order to check that the linker is sorting by custom name */ 41 /* declare in random order to check that the linker is sorting numerically */ 67 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST() 70 "ram1.i check bit incorrect (got: 0x%x)", ram1.i); in ZTEST() 72 "ram2.i check bit incorrect (got: 0x%x)", ram2.i); in ZTEST() 74 "ram3.i check bit incorrect (got: 0x%x)", ram3.i); in ZTEST() 76 "ram4.i check bit incorrect (got: 0x%x)", ram4.i); in ZTEST() 83 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%08x)", out); in ZTEST() 90 zassert_equal(out, RAM_EXPECT, "Check value incorrect (got: 0x%x)", out); in ZTEST() [all …]
|
/Zephyr-latest/.github/workflows/ |
D | bsim-tests.yaml | 93 - name: Check common triggering files 95 id: check-common-files 112 - name: Check if Bluethooth files changed 114 id: check-bluetooth-files 121 - name: Check if Networking files changed 123 id: check-networking-files 134 - name: Check if UART files changed 136 id: check-uart-files 145 steps.check-bluetooth-files.outputs.any_modified == 'true' 146 || steps.check-networking-files.outputs.any_modified == 'true' [all …]
|
D | backport_issue_check.yml | 1 name: Backport Issue Check 15 name: Backport Issue Check 17 group: backport-issue-check-${{ github.ref }} 23 - name: Check out source code
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | Kconfig | 33 bool "Flash check functions" 35 If enabled, there will be available the backend to check flash 48 prompt "Crypto backend for the flash check functions" 56 Use the PSA API to perform the integrity check. 63 Use the Mbed TLS library to perform the integrity check.
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 17 /** @brief String to long conversion with error check. 20 * to avoid err check bloating. Passed err reference should be initialized 34 /** @brief String to unsigned long conversion with error check. 37 * to avoid err check bloating. Passed err reference should be initialized 51 /** @brief String to unsigned long long conversion with error check. 54 * to avoid err check bloating. Passed err reference should be initialized 68 /** @brief String to boolean conversion with error check. 71 * to avoid err check bloating. Passed err reference should be initialized
|
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr/src/ |
D | main.c | 20 * Check the data in the regions in ZTEST() 42 * Check the input sanitization in ZTEST() 48 * Check a buffer with the correct properties in ZTEST() 57 * Check partial attributes in ZTEST() 63 * Check a buffer with the wrong attribute in ZTEST() 69 * Check a buffer outsize the regions in ZTEST() 75 * Check a buffer too big for the region in ZTEST() 81 * Check a buffer in a disabled region in ZTEST()
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_stack.h | 23 * @brief Check if memory region is within correct stack boundaries. 25 * Check if the memory region [@a addr, (@a addr + @a sz)) is within 34 * @param addr Beginning address of memory region to check. 35 * @param sz Size of memory region to check. Can be zero. 44 * @brief Check if frame pointer is within correct stack boundaries. 46 * Check if the frame pointer and its associated BSA (base save area) are
|
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll_fail.c | 19 * as parameter to check if a error will be met. 37 * as parameter to check if a error will be met. 53 * as parameter to check if a error will be met. 75 * as parameter to check if a error will be met. 97 * as parameter to check if a error will be met. 119 * as parameter to check if a error will be met. 142 * parameter to check if a error will be met. 158 * as parameter to check if a error will be met. 178 * unread results as parameter to check if a error 202 * unread signaled as parameter to check if a error [all …]
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ctr_prng.c | 324 /**TESTPOINT: Check if init works*/ in test_prng_vector() 329 /**TESTPOINT: Check if generate works*/ in test_prng_vector() 334 /**TESTPOINT: Check if generate works*/ in test_prng_vector() 339 /**TESTPOINT: Check results*/ in test_prng_vector() 340 zassert_false(rc, "expected value different - check failed"); in test_prng_vector() 361 /**TESTPOINT: Check if init works*/ in ZTEST() 369 /**TESTPOINT: Check if generate works*/ in ZTEST() 375 /**TESTPOINT: Check if generate works*/ in ZTEST() 391 /**TESTPOINT: Check if generate works again*/ in ZTEST() 404 /**TESTPOINT: Check if reseed works*/ in ZTEST() [all …]
|
/Zephyr-latest/tests/kernel/threads/thread_apis/src/ |
D | test_threads_spawn.c | 19 /* checkpoint: check parameter 1, 2, 3 */ in thread_entry_params() 27 /* checkpoint: check priority */ in thread_entry_priority() 40 * @brief Check the parameters passed to thread entry function 43 * semaphore to a thread entry function. Check for the correctness 61 * current thread and check its behavior. 78 * @details Create a user thread with delay and check if the 91 /* checkpoint: check spawn thread not execute */ in ZTEST_USER() 93 /* checkpoint: check spawn thread executed */ in ZTEST_USER() 121 /* checkpoint: check spawn thread not execute */ in ZTEST() 123 /* checkpoint: check spawn thread executed */ in ZTEST()
|
/Zephyr-latest/tests/drivers/input/tsc_keys/src/ |
D | test_stm32_tsc.c | 71 /* check charge transfer pulse high value (bits 31:28) */ in ZTEST() 76 /* check charge transfer pulse low value (bits 27:24) */ in ZTEST() 81 /* check spread spectrum deviation value (bits 23:17) */ in ZTEST() 86 /* check spread spectrum enable bit (bit 16) */ in ZTEST() 93 /* check spread spectrum prescaler value (bits 15) */ in ZTEST() 100 /* check pulse generator prescaler value (bits 14:12) */ in ZTEST() 105 /* check max count value (bits 7:5) */ in ZTEST() 110 /* check I/O default mode bit (bit 4) */ in ZTEST() 117 /* check sync polarity bit (bit 3) */ in ZTEST() 124 /* check sync acquisition bit (bit 2) */ in ZTEST() [all …]
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ |
D | test_stm.py | 113 Check that benchamrk results are lower than limits provided in 'constraints'. 147 for check in cfg: 148 observed_str = re.search(cfg[check]["regex"], output).group(1) 149 assert observed_str is not None, f"Timing for {check} NOT found" 150 # check value 152 threshold = cfg[check]["expected"] * (1 + constraints.tolerance) 155 ), f"{core}: Timing for {check} - {observed} us exceeds {threshold} us" 238 # check that LOGs from Application core are present 244 # check that LOGs from Radio core are present 251 # check that LOGs from PPR core are present [all …]
|
/Zephyr-latest/tests/crypto/mbedtls/ |
D | CMakeLists.txt | 7 set(output_file ${PROJECT_BINARY_DIR}/mbedtls-check.timestamp) 10 COMMENT "Check Mbed TLS auto-generated files" 12 ${PYTHON_EXECUTABLE} ${ZEPHYR_BASE}/modules/mbedtls/create_psa_files.py --check
|
/Zephyr-latest/drivers/entropy/ |
D | Kconfig.stm32 | 57 bool "Runtime clock configuration check" 61 Enables a check on RNG clock configuration. Correct clock 62 configuration depends on STM32 series. Check reference manual if an 64 This check assumes CED (Clock Error Detected) bit is enabled (when 65 available, CED is enabeld by default). Disable this check if CED is
|
/Zephyr-latest/tests/subsys/input/api/ |
D | testcase.yaml | 12 # There is a check to see if it is no longer able to push more 16 # check. So limit this to 1 CPU only so this check's assumption
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | emul_bmi160.h | 18 * @brief Check if I2C messages are touching a given register (R or W) 22 * @param[in] reg The register to check for 46 * @brief Check if I2C messages are reading a specific register. 50 * @param[in] reg The register to check for 64 * @brief Check if I2C messages are writing to a specific register. 68 * @param[in] reg The register to check for
|
/Zephyr-latest/soc/ite/ec/common/ |
D | check_regs.c | 10 /* SMFI register structure check */ 27 /* EC2I register structure check */ 35 /* KBC register structure check */ 44 /* PMC register structure check */ 56 /* eSPI slave register structure check */ 74 /* eSPI vw register structure check */ 80 /* eSPI Queue 0 registers structure check */ 84 /* eSPI Queue 1 registers structure check */ 89 /* GPIO register structure check */ 111 /* GCTRL register structure check */ [all …]
|
/Zephyr-latest/tests/drivers/smbus/smbus_api/src/ |
D | test_smbus.c | 69 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 77 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 85 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 114 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 122 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 130 zassert_equal(ret, -ENOSYS, "Check for ENOSYS failed"); in ZTEST() 149 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER() 153 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER() 156 zassert_equal(ret, -EINVAL, "Wrong parameter check failed"); in ZTEST_USER()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 40 Transfer check 43 The transfer check is an optional pre-transfer check the application can perform on incoming 44 firmware image metadata. The Firmware Update Server performs the transfer check by calling the 45 :c:member:`check <bt_mesh_dfu_srv_cb.check>` callback. 47 The result of the transfer check is a pass/fail status return and the expected 58 unprovisioned, this should be communicated through the effect parameter of the metadata check. 124 applied. If the metadata check indicated that the device would become unprovisioned, the Target node 125 is not required to respond to this check.
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 2 :name: TCP sample for TTCN-3 based sanity check 10 This application is used together with the TTCN-3 based sanity check 13 Building, Running and executing TTCN-3 based Sanity Check for TCP 33 Compile and run the TCP sanity check `net-test-suites`_:
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.stm32 | 39 bool "Runtime USB 48MHz clock check" 42 Enable USB clock 48MHz configuration runtime check. 43 In specific cases, this check might provide wrong verdict and should
|
/Zephyr-latest/tests/drivers/flash/negative_tests/src/ |
D | main.c | 94 /* Check error returned when erasing memory at wrong address (too low) */ in ZTEST() 98 /* Check error returned when erasing memory at wrong address (too high) */ in ZTEST() 102 /* Check error returned when erasing unaligned memory or too large chunk of memory */ in ZTEST() 127 /* Check error returned when filling memory at wrong address (too low) */ in ZTEST() 131 /* Check error returned when filling memory at wrong address (too high) */ in ZTEST() 135 /* Check error returned when filling unaligned memory */ in ZTEST() 161 /* Check error returned when flatten memory at wrong address (too low) */ in ZTEST() 165 /* Check error returned when flatten memory at wrong address (too high) */ in ZTEST() 169 /* Check error returned when flatten unaligned memory */ in ZTEST() 196 /* Check error returned when reading from a wrong address (too low) */ in ZTEST() [all …]
|