Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 219) sorted by relevance

123456789

/Zephyr-latest/tests/lib/cmsis_dsp/matrix/
DKconfig5 bool "Test: Matrix Unary Q7"
8 bool "Test: Matrix Unary Q15"
11 bool "Test: Matrix Unary Q31"
14 bool "Test: Matrix Unary F16"
18 bool "Test: Matrix Unary F32"
21 bool "Test: Matrix Unary F64"
24 bool "Test: Matrix Binary Q7"
27 bool "Test: Matrix Binary Q15"
30 bool "Test: Matrix Binary Q31"
33 bool "Test: Matrix Binary F16"
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/transform/
DKconfig5 bool "Test: Transform CQ15"
8 bool "Test: Transform RQ15"
11 bool "Test: Transform CQ31"
14 bool "Test: Transform RQ31"
17 bool "Test: Transform CF16"
21 bool "Test: Transform RF16"
25 bool "Test: Transform CF32"
28 bool "Test: Transform RF32"
31 bool "Test: Transform CF64"
34 bool "Test: Transform RF64"
/Zephyr-latest/tests/cmake/snippets/
DKconfig12 prompt "Snippet Test Type"
16 bool "Test Type: None"
18 Test the initial state with no snippets applied.
21 bool "Test Type: Foo"
23 Test the `foo` snippet from the default application snippet root.
26 bool "Test Type: Bar"
28 Test the `bar` snippet from an extra snippet root.
31 bool "Test Type: Foo-Bar"
33 Test the snippet processing order (1. foo, 2. bar)
36 bool "Test Type: Bar-Foo"
[all …]
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst3 TF-M Regression Test Sample
50 Running Test Suite PS reliability tests (TFM_PS_TEST_3XXX)...
64 Test suite 'PSA protected storage S interface tests (TFM_PS_TEST_2XXX)' has PASSED
65 Test suite 'PS reliability tests (TFM_PS_TEST_3XXX)' has PASSED
66 Test suite 'PS rollback protection tests (TFM_PS_TEST_4XXX)' has PASSED
67 Test suite 'PSA internal trusted storage S interface tests (TFM_ITS_TEST_2XXX)' has PASSED
68 Test suite 'ITS reliability tests (TFM_ITS_TEST_3XXX)' has PASSED
69 Test suite 'Crypto secure interface tests (TFM_CRYPTO_TEST_5XXX)' has PASSED
70Test suite 'Initial Attestation Service secure interface tests(TFM_ATTEST_TEST_1XXX)' has PASSED
71 Test suite 'Platform Service Secure interface tests(TFM_PLATFORM_TEST_1XXX)' has PASSED
[all …]
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst72 [Library Test] == Vector Sum test ==
74 [Library Test] Vector Sum takes 6886 cycles
75 [Library Test] == Vector Sum test end with 1 ==
77 [Library Test] == Vector power sum test ==
79 [Library Test] Vector power sum takes 6659 cycles
80 [Library Test] == Vector power sum test end with 1 ==
82 [Library Test] == Vector power sum test ==
84 [Library Test] Vector power sum takes 3681 cycles
85 [Library Test] == Vector power sum test end ==
87 [Library Test] == Fast Fourier Transform on Real Data test ==
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/
DKconfig5 bool "Test: Filtering BIQUAD"
8 bool "Test: Filtering DECIM"
11 bool "Test: Filtering FIR"
14 bool "Test: Filtering MISC"
17 bool "Test: Filtering MISC - Partial Convolution"
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.dtm12 Enable support for Direct Test Mode in the Controller.
15 bool "Direct Test Mode over HCI"
19 Enable support for Direct Test Mode over the HCI transport.
24 bool "HCI LE Receiver Test v3"
30 bool "HCI LE Transmitter Test v3"
36 bool "HCI LE Transmitter Test v4"
/Zephyr-latest/tests/lib/newlib/thread_safety/
DKconfig5 bool "Test: Locks"
9 bool "Test: Stress"
/Zephyr-latest/tests/kernel/workq/work_queue/
DKconfig7 int "Test item working time, msec."
11 int "Test item submission interval, msec."
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/
DKconfig5 bool "Test 1 ms connection interval support"
7 Test 1 ms connection interval support.
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/
DKconfig5 bool "Test Broadcast ISO using internal LL interface"
7 Test Broadcast ISO using internal LL interface.
/Zephyr-latest/scripts/tests/twister/
Dtest_errors.py15 from twisterlib.harness import Test
29 harness = Test()
/Zephyr-latest/tests/cmake/sysbuild_snippets/
DKconfig8 # Test values set by the snippet config overlays and tested by the test logic
10 int "Test value"
/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst43 Test 1: Flash erase page at 0x82000
46 Test 2: Flash write (word array 1)
64 Test 3: Flash erase (2 pages at 0x80000)
67 Test 4: Flash write (word array 2)
85 Test 5: Flash erase page at 0x82000
88 Test 6: Non-word aligned write (word array 3)
122 Test 7: Page layout API
131 Test 8: Write block size API
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/
DKconfig5 string "Test string"
30 int "Test type"
/Zephyr-latest/tests/cmake/config_dir/
DCMakeLists.txt19 message(FATAL_ERROR "Test failed, "
26 message(FATAL_ERROR "Test failed, "
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_args_runner.c169 static enum {Main = 0, Test = 1} parsing = Main; in nsi_handle_one_cmdline_argument() enumerator
173 parsing = Test; in nsi_handle_one_cmdline_argument()
177 parsing = Test; in nsi_handle_one_cmdline_argument()
190 } else if (parsing == Test) { in nsi_handle_one_cmdline_argument()
/Zephyr-latest/tests/lib/devicetree/api/
DREADME1 Test cases for the devicetree.h API.
/Zephyr-latest/tests/subsys/debug/mipi_stp_decoder/
DREADME1 Test for MIPI STPv2 data stream decoder.
/Zephyr-latest/tests/lib/devicetree/devices/
DREADME1 Test cases for the device API devicetree data.
/Zephyr-latest/tests/lib/devicetree/api_ext/
DREADME1 Test cases for the devicetree.h extensions (GPIO, SPI, etc).
/Zephyr-latest/tests/subsys/debug/cs_trace_defmt/
DREADME1 Test for decoder of frames encoded using Coresight Trace Formatter.
/Zephyr-latest/samples/subsys/testsuite/
Dtestsuite.rst2 :name: Test suites
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/
DREADME1 Test for demultiplexer of log messages encoded in STPv2 data stream.
/Zephyr-latest/tests/boards/intel_adsp/ssp/
DKconfig7 mainmenu "Dai SSP Test"

123456789