From b08e9faaccf1dc36946c8aef59f52b89a765392a Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 28 Aug 2022 10:40:21 -0700 Subject: [PATCH] Install mbed os tools by default so that MBED upload works out of the box --- tools/requirements-ci-build.txt | 3 +-- tools/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/requirements-ci-build.txt b/tools/requirements-ci-build.txt index 9f26088c05..a13393c602 100644 --- a/tools/requirements-ci-build.txt +++ b/tools/requirements-ci-build.txt @@ -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 \ No newline at end of file +mbed-ls \ No newline at end of file diff --git a/tools/requirements.txt b/tools/requirements.txt index a5012abe9d..9251570e24 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -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 \ No newline at end of file +mbed-tools +mbed-os-tools \ No newline at end of file