Install mbed os tools by default so that MBED upload works out of the box

pull/15339/head
Jamie Smith 2022-08-28 10:40:21 -07:00 committed by Jay Sridharan
parent 381df1257f
commit b08e9faacc
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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