`mbed ls` should call mbedls
See original GitHub issueAs a convenience to end users having mbed ls
alias to mbedls
would be very nice and improve the usability of the tool.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
mbed-ls - PyPI
mbed -ls is a Python module that detects and lists mbed-enabled devices connected to the ... The command-line tool is available with the...
Read more >No mbed targets were detected
Hi,. Im running the MbedOS in Ubuntu Xenial. Thembed detect results in: [mbed] No mbed targets were detected on your system.
Read more >No mbed targets were detected · Issue #327 - GitHub
Hi, Im running the MbedOS in Ubuntu Xenial. The mbed detect results in: [mbed] No mbed targets were detected on your system.
Read more >mbedls - detect and list Mbed Enabled devices connected to ...
mbedls detects and lists ARM Mbed Enabled devices connected to the host ... The Mbed LS command-line accepts a few arguments to change...
Read more >MPS2 Mbed OS automated testing - Wiki - Arm Community
The aim of this guide is to walk you through using the Mbed OS greentea testing tools to run ... mbedls. This should...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I vote for
mbed detect
, its not terrible and thus its ok by me.Small note
Please remember that
mbed-ls
is available also as importable Python module so you can just use its API to implement your own human facing list of devices, no need to call directly mbed-ls (mbedls CLI)Names are important for sure. if you introduce
mbed-ls
to your code you can also take advantage of detection feature and combine it withcompile
switch. Just like forsingletest.py
switch--auto
works.