ARMmbed / mbed-os-tools

The tools to test and work with Mbed OS
Apache License 2.0
33 stars 68 forks source link

Upgrade pyOCD #264

Closed Patater closed 3 years ago

Patater commented 3 years ago

Description

The pyOCD used is very old (v0.14.0 https://github.com/ARMmbed/mbed-os-tools/blob/master/setup.py/#L87)

The current version is v0.31.0.

Upgrading will involve updating our host test plugins for newer pyOCD and perhaps other areas.

https://github.com/ARMmbed/mbed-os-tools/blob/master/src/mbed_os_tools/test/host_tests_plugins/module_copy_pyocd.py

greentea and host-test related changes should also be cherry-picked to https://github.com/ARMmbed/greentea

Issue request type

[ ] Question
[X] Enhancement
[ ] Bug
Patater commented 3 years ago

Greentea PR raised as https://github.com/ARMmbed/greentea/pull/324