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 256ab61 commit aafe614Copy full SHA for aafe614
tools/detect_targets.py
@@ -102,8 +102,12 @@ def main():
102
103
def get_interface_version(mount_point):
104
""" Function returns interface version from the target mounted on the specified mount point
105
- Example of mount_point:
106
- mount_point = mut['disk']
+
+ mount_point can be acquired via the following:
107
+ muts = get_autodetected_MUTS_list()
108
+ for mut in muts.values():
109
+ mount_point = mut['disk']
110
111
@param mount_point Name of disk where platform is connected to host machine.
112
"""
113
if get_module_avail('mbed_lstools'):
0 commit comments