We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25748a6 commit f8306bcCopy full SHA for f8306bc
setup.py
@@ -84,6 +84,6 @@ def read(fname):
84
install_requires=requirements,
85
tests_require=test_requirements,
86
extras_require={
87
- "pyocd": ["pyocd==0.14.0"]
+ "pyocd": ["pyocd>=0.31.0"]
88
},
89
)
src/mbed_os_tools/test/host_tests_plugins/module_copy_pyocd.py
@@ -18,7 +18,7 @@
18
19
try:
20
from pyocd.core.helpers import ConnectHelper
21
- from pyocd.flash.loader import FileProgrammer
+ from pyocd.flash.file_programmer import FileProgrammer
22
PYOCD_PRESENT = True
23
except ImportError:
24
PYOCD_PRESENT = False
0 commit comments