Searched refs:openocd_config (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/targets/stm32f429i-disc1/py/stm32f429i_disc1_utils/ |
D | unit_test_runner.py | 106 def reset_device(openocd_config, stlink_serial): argument 114 flash_tool, '-s', _OPENOCD_SCRIPTS_DIR, '-f', openocd_config, '-c', 182 def flash_device(binary, openocd_config, stlink_serial): argument 191 flash_tool, '-s', _OPENOCD_SCRIPTS_DIR, '-f', openocd_config, '-c', 241 openocd_config, argument 272 flash_device(binary, openocd_config, stlink_serial) 304 if run_device_test(args.binary, args.test_timeout, args.openocd_config,
|