Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/Zephyr-latest/scripts/west_commands/runners/
Dezflashcli.py15 def __init__(self, cfg, tool, dev_id=None, tool_opt=None, erase=False, reset=True): argument
19 self.tool = tool
55 return EzFlashCliBinaryRunner(cfg, tool=args.tool, dev_id=args.dev_id,
79 self.check_call([self.tool] + options + ["erase_flash"])
85 self.check_call([self.tool] + options + ["image_flash", self.bin_])
89 [self.tool] + options + ["write_flash", f'0x{load_offset:x}', self.bin_]
95 self.check_call([self.tool] + options + ["go"])
98 self.require(self.tool)
/Zephyr-latest/soc/amd/acp_6_0/
DCMakeLists.txt7 COMMENT "west sign --if-tool-available --tool rimage ..."
8 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
DCMakeLists.txt18 COMMENT "west sign --if-tool-available --tool rimage ..."
19 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/doc/develop/sca/
Dindex.rst9 tool to use. :envvar:`ZEPHYR_SCA_VARIANT` is also supported as
12 Use ``-DZEPHYR_SCA_VARIANT=<tool>``, for example ``-DZEPHYR_SCA_VARIANT=sparse``
13 to enable the static analysis tool ``sparse``.
20 Support for an SCA tool is implemented in a :file:`sca.cmake` file.
21 The :file:`sca.cmake` must be placed under :file:`{SCA_ROOT}/cmake/sca/{tool}/sca.cmake`.
33 └── <tool>/ # Name of SCA tool, this is the value given to ZEPHYR_SCA_VARIANT
34 └── sca.cmake # CMake code that configures the tool to be used with Zephyr
46 To use ``foo`` as SCA tool you must then specify ``-DZEPHYR_SCA_VARIANT=foo``.
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DCMakeLists.txt17 COMMENT "west sign --if-tool-available --tool rimage ..."
18 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8/
DCMakeLists.txt21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8x/
DCMakeLists.txt21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME12 External tool testing
14 It's also possible to use an external tool, such as a logic analyzer, to
17 a Python module to interface with the external tool, which will provide the
22 To enable external tool testing on a board, it must provide the compatible
26 External tool interface
28 In order to get data from the external tool, the test expects a Python module,
35 the external tool helper module. It should return a tuple with a dictionary
49 tool.
51 One can check `pytest/saleae_logic2.py` file as a sample of external tool
56 For Twister execute the external tool testing, the fixture "gpio_timerout"
[all …]
DKconfig48 bool "Perform test using an external tool"
51 tool (such as a logic analyzer) to gather timing data. A pytest harness
52 is used to get the data collected by the tool and evaluate it.
57 int "Maximum drift in PPM for tests using external tool"
60 Parts Per Million of allowed drift when using an external tool
64 int "Maximum timer period drift in PPM for tests using external tool"
67 Parts Per Million of allowed period drift when using an external tool
71 int "Delay, in seconds, between tests, so that external tool can be ready"
/Zephyr-latest/soc/nxp/imx/imx8m/
DCMakeLists.txt21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/
DCMakeLists.txt9 #Allow users to pre-specify the tool using '-DMEC172X_SPI_GEN=<path-to-tool>/toolname'
15 …message(WARNING "Microchip SPI Image Generation tool is not available. SPI Image will not be gener…
23 …message(WARNING "Microchip SPI Image Generation tool configuration file is not available. SPI Imag…
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DCMakeLists.txt11 # Else find the tool in PATH
15 # but there is no tool for Apple. So
17 message(NOTICE "There is no SPI image generation tool for MacOS.")
26 …message(WARNING "Microchip SPI Image Generation tool (${EVERGLADES_SPI_GEN_FILENAME}) is not avail…
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
DCMakeLists.txt11 # Else find the tool in PATH
15 # but there is no tool for Apple. So
17 message(NOTICE "There is no SPI image generation tool for MacOS.")
26 …message(WARNING "Microchip SPI Image Generation tool (${EVERGLADES_SPI_GEN_FILENAME}) is not avail…
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/
DCMakeLists.txt11 # Else find the tool in PATH
15 # but there is no tool for Apple. So
17 message(NOTICE "There is no SPI image generation tool for MacOS.")
26 …message(WARNING "Microchip SPI Image Generation tool (${MEC172X_SPI_GEN_FILENAME}) is not availabl…
/Zephyr-latest/boards/sparkfun/red_v_things_plus/
Dboard.cmake7 board_runner_args(jlink "--tool-opt=-jtagconf -1,-1")
8 board_runner_args(jlink "--tool-opt=-autoconnect 1")
/Zephyr-latest/boards/nxp/imx95_evk/
DCMakeLists.txt10 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_OP…
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nrf.py378 def check_expected(tool, test_case, check_fn, get_snr, tmpdir, runner_config): argument
380 expected = EXPECTED_RESULTS[test_case][EXPECTED_MAP[tool]]
381 if tool == 'nrfutil':
414 def test_init(check_call, popen, get_snr, require, tool, test_case, argument
418 require.side_effect = functools.partial(require_patch, tool)
422 cls = CLASS_MAP[tool]
437 check_expected(tool, test_case, CHECK_FN_MAP[tool], get_snr, tmpdir,
447 def test_create(check_call, popen, get_snr, require, tool, test_case, argument
451 require.side_effect = functools.partial(require_patch, tool)
469 cls = CLASS_MAP[tool]
[all …]
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.cmake10 …nt-software/mcuxpresso-software-and-tools-/mcuxpresso-secure-provisioning-tool:MCUXPRESSO-SECURE-P…
14 board_runner_args(jlink "--device=MIMXRT1189xxx8_M33" "--reset-after-load" "--tool-opt=-jlinkscript…
19 …speed=4000" "--no-reset" "--tool-opt=-jlinkscriptfile ${RT1180_BOARD_DIR}/jlinkscript/evkmimxrt118…
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py91 def test_flash(dut: DeviceAdapter, tool, tool_options, config, argument
93 tool = __import__(tool)
102 stats, stats_count = tool.run(seconds, tool_options)
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh54 # Completion script for Zephyr's meta-tool, west
240 '--domain[execute build tool (make or ninja) for a given domain]:domain:'
243 {-o,--build-opt}'[options to pass to build tool (make or ninja)]:tool opt:'
256 '(-t --tool)'{-t,--tool}'[image signing tool name]:tool:(imgtool rimage)'
257 '(-p --tool-path)'{-p,--tool-path}'[path to the tool]:tool path:_directories'
258 '(-D --tool-data)'{-D,--tool-data}'[path to tool data]:tool data path:_directories'
288 '--domain[execute build tool (make or ninja) for a given domain]:domain:'
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dboard.cmake12 …board_runner_args(jlink "--device=CORTEX-M33" "--speed=4000" "--tool-opt=-jlinkscriptfile ${JLINKS…
23 …board_runner_args(jlink "--device=RISC-V" "--speed=4000" "-if SW" "--tool-opt=-jlinkscriptfile ${J…
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst39 Use of a tool
42 To interact remotely with the management subsystem on a device, a tool is required to interact with
73 :tool: west
86 :tool: west
99 :tool: west
112 :tool: west
129 :tool: west
151 with your choice of tool's ``echo`` functionality, which will
211 To upload the signed image, refer to the documentation for your chosen tool, select the new
223 device using the tool of your choice, which should print the status and hash values of each of
[all …]
/Zephyr-latest/soc/mediatek/mt8xxx/
DCMakeLists.txt16 # Sign zephyr.ri using west (if the underlying rimage tool is
31 # rimage is a SOF tool. Signing audio firmware is only done for SOF
42 --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR}
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/
Dindex.rst51 you'll need our flash tool and Download board.
115 Use the winflash tool to program a zephyr application
118 #. Open winflash tool and make sure the order you open the switch is right.
121 Then, configure your winflash tool like below.
128 #. Using winflash tool flash zephyr.bin into your ITE board.
161 #. Open a second terminal window and use linux flash tool to flash your board.
167 .. note:: The source code of ITE tool can be downloaded here:
182 #. If the flash tool reports a failure, re-plug the 8390 Download board or
/Zephyr-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst47 you'll need our flash tool and Download board.
112 Use the winflash tool to program a zephyr application
115 #. Open the winflash tool and make sure the order you open the switch is right.
118 Then, configure your winflash tool like below.
125 #. Using the winflash tool flash ``zephyr.bin`` into your ITE board.
158 #. Open a second terminal window and use the Linux flash tool to flash your board.
164 .. note:: The source code of ITE tool can be downloaded here:
180 #. If the flash tool reports a failure, re-plug the 8390 Download board or

12345678910>>...21