Searched refs:spi_image (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | dediprog.py | 19 def __init__(self, cfg, spi_image, vcc, retries): argument 21 self.spi_image = spi_image 45 spi_image=args.spi_image, 51 cmd_flash = [DPCMD_EXE, '--auto', self.spi_image]
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_dediprog.py | 53 spi_image, vcc = tc 54 runner = DediProgBinaryRunner(runner_config, spi_image=spi_image, 68 spi_image, vcc = tc 69 args = ['--spi-image', spi_image, '--retries', '0']
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/ |
D | board.cmake | 3 set(SPI_IMAGE_NAME spi_image.bin)
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | board.cmake | 3 set(SPI_IMAGE_NAME spi_image.bin)
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/ |
D | board.cmake | 3 set(SPI_IMAGE_NAME spi_image.bin)
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/ |
D | board.cmake | 3 set(SPI_IMAGE_NAME spi_image.bin)
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/doc/ |
D | mec172xmodular_assy6930.rst | 236 #. The file :file:`spi_image.bin` will be created if the build system
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/doc/ |
D | index.rst | 358 #. The file :file:`spi_image.bin` will be created if the build system
|
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/doc/ |
D | index.rst | 350 #. The file :file:`spi_image.bin` will be created if the build system
|