mbed-tools
mbed-tools copied to clipboard
⚠️ Beta Status: New command line tooling for Mbed OS
**Is your feature request related to a problem? Please describe.** Sometimes we might accidentally add unit tests that run too slowly (e.g. when they forget to mock the network or...
### Description The old `mbed-cli` tool supports [custom boards](https://os.mbed.com/blog/entry/Custom-and-community-board-support/) like [Bluepill](https://os.mbed.com/users/hudakz/code/mbed-os-bluepill/), but it doesn't allow to flash firmware and run [greentea](https://os.mbed.com/docs/mbed-os/v6.5/debug-test/greentea-for-testing-applications.html) tests on them, as some hardware debugger/programmers (like stlink...
### Description Old tool: `mbed compile -S` New suggestion: `mbed-tools compile -S` Display list of targets, rather than some giant matrix. ### Issue request type - [X] Enhancement - [...