Searched full:run (Results 1 – 25 of 2151) sorted by relevance
12345678910>>...87
/Zephyr-latest/kernel/ |
D | Kconfig.init | 10 bool "Run early SoC reset hook" 12 Run an early SoC reset hook. 18 bool "Run early SoC preparation hook" 20 Run an early SoC preparation hook. 26 bool "Run early SoC hook" 28 Run an early SoC initialization hook. 34 bool "Run late SoC hook" 36 Run a late SoC initialization hook. 42 bool "Run SoC per-core initialization hook" 44 Run an SoC initialization hook for every core [all …]
|
/Zephyr-latest/.github/workflows/ |
D | footprint-tracking.yml | 3 # Run every 12 hours and on tags 32 run: 40 run: | 48 run: | 54 run: | 58 run: | 70 run: | 74 run: | 89 run: | 94 run: | [all …]
|
D | twister_tests.yml | 53 run: | 54 …s/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/requirements-run-test.txt 55 - name: Run pytest for twisterlib 59 run: | 60 echo "Run twister tests" 62 - name: Run pytest for pytest-twister-harness 67 run: | 68 echo "Run twister tests"
|
D | twister-publish.yaml | 5 workflows: ["Run tests with twister"] 39 run: | 41 # set run date on upload to get consistent and unified data across the matrix. 45 --run-attempt ${{github.run_attempt}} \ 46 --run-branch ${{github.ref_name}} \ 50 --run-attempt ${{github.run_attempt}} \ 51 --run-branch ${{github.ref_name}} \
|
D | codecov.yaml | 40 run: | 48 run: | 54 run: | 59 run: | 69 run: | 74 run: | 82 run: | 89 run: | 98 - name: Run Tests with Twister (Push) 100 run: | [all …]
|
D | compliance.yml | 14 name: Run compliance checks on patch series (PR) 17 run: | 29 run: | 55 run: | 60 run: | 69 run: | 73 - name: Run Compliance Tests 78 run: | 96 run: | 122 echo "Compliance error, check for error messages in the \"Run Compliance Tests\" step" [all …]
|
D | coding_guidelines.yml | 8 name: Run coding guidelines checks on patch series (PR) 23 run: | 28 run: | 32 - name: Run Coding Guildeines Checks 37 run: | 53 run: |
|
D | twister_tests_blackbox.yml | 31 run: | 42 run: | 62 run: | 69 run: | 70 …s/requirements-base.txt -r scripts/requirements-build-test.txt -r scripts/requirements-run-test.txt 72 - name: Run Pytest For Twister Black Box Tests 77 run: | 78 echo "Run twister tests"
|
D | twister.yaml | 1 name: Run tests with twister 15 # Run at 03:00 UTC on every Sunday 55 run: | 61 run: | 70 run: | 82 run: | 104 run: | 115 run: | 122 run: | 132 name: Run Tests with Twister (Push) [all …]
|
D | errno.yml | 17 run: | 28 run: | 31 - name: Run errno.py 32 run: |
|
D | clang.yaml | 32 run: | 40 run: | 47 run: | 59 run: | 81 run: | 88 run: | 95 run: | 104 - name: Run Tests with Twister 106 run: | 110 # check if we need to run a full twister or not based on files changed [all …]
|
/Zephyr-latest/scripts/ |
D | twister | 13 run the tests in any available emulators or simulators on the system. 28 of this script can filter the set of tests to run based on tag. 34 Don't build or run this test case unless --enable-slow was passed 36 that are only run under certain circumstances, like daily 48 Snippets that must be applied for the test case to run. 56 If true, don't try to run the test even if the selected platform 67 minimum amount of RAM needed for this test to build and run. This is 71 minimum amount of ROM needed for this test to build and run. This is 75 Add list of modules needed for this sample to build and run. 78 Length of time to run test in emulator before automatically killing it. [all …]
|
D | requirements-run-test.txt | 1 # RUN-TEST: required to do run time tests of zephyr 3 # things used by twister or related in run time testing
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | Kconfig | 5 bool "Compile and run the generic sensor tests" 9 iterate through the device tree and run sample path tests on any 19 range boundaries. The test will run one iteration for each expected 21 sensor range is 0..100, the test will run 5 times with expected values 22 0, 25, 50, 75, and 100. These iterations are run in parallel.
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_mdb.py | 37 '-run', '-cl', RC_KERNEL_ELF] 59 '-run', '-cl'] 68 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF] 74 '-run', '-cmd=-nowaitq run', '-cmd=quit', '-cl', RC_KERNEL_ELF] 82 '-digilent', '-run', '-cl', RC_KERNEL_ELF] 87 '-digilent', '-prop=dig_device=test', '-run', '-cl', RC_KERNEL_ELF] 131 TEST_HW_CORES_LAUNCH_NO_HOSTLINK = [TEST_DRIVER_CMD, '-multifiles=core1,core0', '-run', 132 '-cmd=-nowaitq run', '-cmd=quit', '-cl'] 133 TEST_HW_CORES_LAUNCH_HOSTLINK = [TEST_DRIVER_CMD, '-multifiles=core1,core0', '-run', '-cl'] 204 mdb_nsim(test_case['i']).run('flash') [all …]
|
/Zephyr-latest/samples/net/gptp/ |
D | docker-test.sh | 5 echo "Do not run this script directly!" 6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead." 17 # For native_sim gPTP run, the delay threshold needs to be huge
|
/Zephyr-latest/samples/net/ptp/ |
D | docker-test.sh | 5 echo "Do not run this script directly!" 6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead." 17 # For native_sim PTP run, the delay threshold needs to be huge
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | Kconfig | 11 int "Number of seconds to run the test" 29 The minimal stack size required to run a minimal thread. 35 Run tests for k_threads 41 Run tests for pthreads
|
/Zephyr-latest/scripts/west_commands/ |
D | README.txt | 11 date. The mypy static type checker is also run on the runners package. 13 To run these tests locally on Windows, run: 21 Note that these tests are run as part of Zephyr's CI when submitting
|
/Zephyr-latest/tests/lib/smf/src/ |
D | test_lib_self_transition_smf.c | 18 * The order of entry, exit and run actions is given in the ordering of the test_value[] array. 40 /* Run 0: normal state transition */ 45 /* Run 1: Test smf_set_handled() */ 48 /* Run 2: Normal state transition via parent */ 56 /* Run 3: PARENT_C executes transition to self */ 64 /* Run 4: Test transition from parent state */ 69 /* End of run */ 86 /* Run 0 */ 90 /* Run 1 */ 92 /* Run 2 */ [all …]
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.h | 45 * @brief Run all Media Independent Port Sync State Machines. 47 * @param port Number of the port the State Machines needs to be run on. 52 * @brief Run all Media Independent Port BMCA State Machines. 54 * @param port Number of the port the State Machines needs to be run on. 59 * @brief Run all Media Independent State Machines.
|
/Zephyr-latest/cmake/usage/ |
D | usage.cmake | 23 message(" run - Build a zephyr application and run it if the board supports emulation") 24 message(" flash - Run \"west flash\"") 25 message(" debug - Run \"west debug\"") 26 message(" debugserver - Run \"west debugserver\" (or start GDB server on port 1234 for QEMU targe… 27 message(" attach - Run \"west attach\"")
|
/Zephyr-latest/samples/modules/lvgl/demos/ |
D | README.rst | 5 Run LVGL built-in demos. 58 :goals: run 66 :goals: run 74 :goals: run 82 :goals: run 90 :goals: run 98 :goals: run 106 :goals: run 114 :goals: run 122 :goals: run
|
/Zephyr-latest/samples/net/sockets/coap_server/ |
D | docker-test.sh | 5 echo "Do not run this script directly!" 6 echo "Run $ZEPHYR_BASE/scripts/net/run-sample-tests.sh instead."
|
/Zephyr-latest/tests/ztest/ztest_param/pytest/ |
D | test_parameters.py | 16 lines = shell.exec_command('ztest run-testcase ztest_params::test_dummy') 22 lines = shell.exec_command('ztest run-testcase ztest_params::test_dummy -r 2') 29 lines = shell.exec_command('ztest run-testsuite ztest_params -r 2') 36 lines = shell.exec_command('ztest run-testsuite ztest_params') 42 lines = shell.exec_command('ztest run-testcase ztest_params::test_int_param -p 44') 49 … lines = shell.exec_command(f'ztest run-testcase ztest_params::test_string_param -p {test_input}')
|
12345678910>>...87