mirror of https://github.com/ARMmbed/mbed-os.git
Install mbed os tools by default so that MBED upload works out of the box
parent
381df1257f
commit
b08e9faacc
|
|
@ -2,5 +2,4 @@
|
|||
# It installs flashing support through the mbed tools packages and also the mbedhtrun test runner.
|
||||
mbed-host-tests
|
||||
mbed-greentea
|
||||
mbed-ls
|
||||
mbed-os-tools
|
||||
mbed-ls
|
||||
|
|
@ -3,4 +3,5 @@ prettytable>=2.0,<3.0; python_version >= '3.6'
|
|||
future>=0.18.0,<1.0
|
||||
jinja2>=2.11.3
|
||||
intelhex>=2.3.0,<3.0.0
|
||||
mbed-tools
|
||||
mbed-tools
|
||||
mbed-os-tools
|
||||
Loading…
Reference in New Issue