Skip to content

ARMmbed/mbed-os-tools

Folders and files

NameName
Last commit message
Last commit date
Jan 18, 2019
Apr 18, 2019
Sep 3, 2021
Nov 7, 2022
Sep 7, 2021
Dec 11, 2018
Jan 4, 2019
Mar 20, 2019
Nov 26, 2018
Nov 7, 2018
Dec 4, 2019
Jan 17, 2019
Jan 17, 2022
Nov 3, 2020
May 10, 2021
Sep 23, 2021
Nov 3, 2020

Repository files navigation

Mbed OS tools

This repository contains the Python modules needed to work with Mbed OS. Historically, the Mbed OS tools have been delivered in separate packages and repositories. Their APIs have evolved separately over time, each with their own style and syntax. This project unifies these packages into a single intuitive API.

Packages

Below is a table showing what packages are delivered from this repository:

PyPI package Source Depends on Stable API
mbed-os-tools (Documentation) src/ No
mbed-ls (Documentation) packages/mbed-ls/ mbed-os-tools Yes
mbed-host-tests (Documentation) packages/mbed-host-tests/ mbed-os-tools Yes
mbed-greentea (Documentation) packages/mbed-greentea/ mbed-os-tools Yes

As indicated above, the API mbed-os-tools provides is not stable. For this reason, please continue to use the other packages.

License and contributions

The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see contributing.md for more info.

This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide.