ARMmbed / htrun

MOVED: https://github.com/ARMmbed/mbed-os-tools (Flash, reset and run host supervised tests on mbed platforms)
8 stars 37 forks source link

Update pyocd support to version 0.14.0 or later. #233

Closed flit closed 5 years ago

flit commented 5 years ago

Brings pyOCD support up to date with version 0.14.0 and later. Also sets the readme MIME content type to Markdown in setup.py.

For flash programming of files, the new FileProgrammer class is used instead of extracting the data from the file directly in the plugin. Note that read-back verify is not yet supported by FileProgrammer, but this will be added in an upcoming release.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.7%) to 43.088% when pulling 3a23a327a0faccad85b4ad2e590f513bb5bbe5a2 on flit:feature/pyocd_update into 1c570ec77d8c5673dae55dc790302d86d712c36b on ARMmbed:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.7%) to 43.088% when pulling 3a23a327a0faccad85b4ad2e590f513bb5bbe5a2 on flit:feature/pyocd_update into 1c570ec77d8c5673dae55dc790302d86d712c36b on ARMmbed:master.

bridadan commented 5 years ago

Closes #231