ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Added support for forceflash for local devices. #28

Closed jonikula closed 6 years ago

jonikula commented 6 years ago

Status

READY

Description

Supporting forceflash-option for local devices. Icetea now skips flashing the device if the binary sha1 is the same as on a previous test case for a dut. HOX: Only works when running multiple tests in a row. The first test case will still always flash the binary, if a binary has been given.

Todos