Home
last modified time | relevance | path

Searched full:run (Results 1 – 11 of 11) sorted by relevance

/hal_intel-latest/.github/workflows/
Diut_zephyr_build.yml21 run: |
29 run:
38 run:
42 run:
46 run:
Dsedi_docs_update.yml23 run: |
29 run: |
33 - name: Run Doxygen
34 run: doxygen ./docs/bsp_sedi_doxyfile
37 run: |
Dcheckpatch.yml18 run: |
31 run: |
35 - name: Run Checkpath
37 run:
/hal_intel-latest/zephyr/iut_test/src/
Dshell_iut.c52 SHELL_CMD(run, NULL, "run one unit case", cmd_iut_run),
53 SHELL_CMD(grun, NULL, "run one group of unit cases", cmd_iut_grun),
Dmain.c64 iut_print("IUT: (%s, %s): Case %u, run\n", in iut_run()
119 iut_print("wrong parameters to run, argc=%d", (int)argc); in iut_trigger()
140 __ASSERT_NO_MSG(strncmp(argv_run[0], "run", in main()
/hal_intel-latest/zephyr/iut_test/test_zephyr/i2c/
Dtest_i2c_log.c129 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_polling()
150 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_irq()
176 iut_case_print("starting to run %d seconds ...\n", sec_run); in test_log_i2c_async()
/hal_intel-latest/zephyr/iut_test/include/
Diut.h20 /* test function to run */
/hal_intel-latest/zephyr/iut_test/test_zephyr/timer/
Dtest_sys_clock.c35 iut_case_print("to run %u seconds\n", sec_run); in test_sys_clock_freq()
/hal_intel-latest/docs/
Dbsp_sedi_doxyfile166 # If left blank the directory from which doxygen is run is used as the path to
457 # symbols. At the end of a run doxygen will report the cache usage and suggest
768 # that represents doxygen's defaults, run doxygen with the -l option. You can
772 # Note that if you run doxygen from a directory containing a file called
910 # run.
1089 # - Run doxygen as normal
1287 # to YES can help to show when doxygen was last run and thus if the
1398 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1491 # run qhelpgenerator on the generated .qhp file.
1581 # doxygen run you need to manually remove any form_*.png images from the HTML
[all …]
/hal_intel-latest/zephyr/iut_test/test_zephyr/dma/
Dtest_dma_m2m.c56 iut_case_print("Run with blen=%u\n", blen); in test_dma_m2m()
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/
Daon_task.c852 * will start to run from here when switched to aontask from in ish_aon_main()