Searched refs:stlink_serial (Results 1 – 1 of 1) sorted by relevance
106 def reset_device(openocd_config, stlink_serial): argument120 if stlink_serial:121 env['PW_STLINK_SERIAL'] = stlink_serial182 def flash_device(binary, openocd_config, stlink_serial): argument197 if stlink_serial:198 env['PW_STLINK_SERIAL'] = stlink_serial243 stlink_serial=None, argument250 if stlink_serial is None and port is None:257 stlink_serial = boards[0].serial_number272 flash_device(binary, openocd_config, stlink_serial)[all …]