Searched refs:test (Results 1 – 20 of 20) sorted by relevance
/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/ |
D | assert.h | 34 #define invalid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(!(test));}) argument 35 #define valid_params_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) assert(test);}) argument 36 #define hard_assert_if(x, test) ({if (PARAM_ASSERTIONS_ENABLED(x)) hard_assert(!(test));}) argument 37 …define invalid_params_if_and_return(x, test, rc) ({/*if (PARAM_ASSERTIONS_ENABLED(x)) assert(!(tes… argument
|
/hal_rpi_pico-latest/test/pico_test/ |
D | BUILD.bazel | 7 "include/pico/test.h", 8 "include/pico/test/xrand.h",
|
/hal_rpi_pico-latest/test/pico_sem_test/ |
D | BUILD.bazel | 9 "//test/pico_test",
|
/hal_rpi_pico-latest/test/pico_stdio_test/ |
D | BUILD.bazel | 14 "//test/pico_test",
|
/hal_rpi_pico-latest/test/hardware_irq_test/ |
D | BUILD.bazel | 16 "//test/pico_test",
|
/hal_rpi_pico-latest/test/hardware_pwm_test/ |
D | BUILD.bazel | 16 "//test/pico_test",
|
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/ |
D | BUILD.bazel | 16 "//test/pico_test",
|
D | hardware_sync_spin_lock_test.c | 14 typedef struct test { struct
|
/hal_rpi_pico-latest/test/pico_time_test/ |
D | BUILD.bazel | 15 "//test/pico_test",
|
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | CMakeLists.txt | 21 # this is a separate test as hardware_explicit above causes it not to be tested at all!
|
D | pico_divider_nesting_test.c | 253 #warning test/pico_divider requires a default uart in main()
|
D | pico_divider_test.c | 342 #warning test/pico_divider requires a default uart in main()
|
/hal_rpi_pico-latest/ |
D | ChangeLog.zephyr.md | 16 - test/pico_time_test/pico_time_test.c
|
D | CMakeLists.txt | 60 add_subdirectory(test)
|
D | README.md | 40 _latest stable release_ of the SDK. If you need or want to test upcoming features, you can try the
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | CMakeLists.txt | 6 # Separate, simpler test: currently we only have a few single-precision
|
/hal_rpi_pico-latest/bazel/util/ |
D | transition.bzl | 111 # This transition sets SDK configuration options required to build test binaries 133 # This transition sets SDK configuration options required to build test binaries
|
/hal_rpi_pico-latest/test/kitchen_sink/ |
D | BUILD.bazel | 79 "//test/pico_test",
|
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | LICENSE.TXT | 66 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_fma_dcp.S | 78 PCMP apsr_nzcv @ test the engaged flag 238 …ed value will be at least two less than that of a (by the "|a| is big compared to |mn|" test above) 375 … at least 57 bits of product so that dmul tail will round correctly (this test is slightly conserv… 597 PCMP apsr_nzcv @ test the engaged flag
|