You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MacOs] [FIX] mbed-ls does not show any output when STLink external probe connected (#211)
* ensures the xml is valid before parsing it
* Decodes the XML content before encoding it again in the same way as what prettify does
Ensures BeautifulSoup can be installed properly for all versions of python / platforms
Ensures lxml parser is also installed properly when needed
* Update src/mbed_os_tools/detect/darwin.py
Co-Authored-By: Graham Hammond <[email protected]>
* Update requirements.txt
Added a comment
* Update azure-pipelines.yml
Removed a condition which is no longer required
* Update darwin.py
making the comment more explicit
* Update darwin.py
Fix Pep8 issue
0 commit comments