mbed-os/tools
Mark Edgeworth 2ad6f45d83 Fix #12290: crash_log_parser on py3 2020-02-12 14:56:35 +00:00
..
arm_pack_manager Add new target: NUCLEO_L452RE-P 2020-01-27 18:41:18 -06:00
bootloaders
config Fix call to sorted by providing key to sort on. 2020-01-17 13:04:57 +00:00
debug_tools/crash_log_parser Fix #12290: crash_log_parser on py3 2020-02-12 14:56:35 +00:00
export Adding Samsung Exynos i S111 target code. 2020-01-22 14:40:50 +09:00
flash_algo Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00
host_tests Add in a couple of missed conversions 2019-11-27 11:08:50 +00:00
importer
notifier Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00
profiles armc6: make lto an optional profile 2020-02-04 12:38:39 +01:00
psa Import latest python scripts and MCUBoot image 2020-01-21 10:25:56 +00:00
resources
targets Merge pull request #12231 from devran01/upd_musca_a 2020-01-25 11:53:34 +00:00
test Remove CPU usage example from CI build 2020-01-30 03:59:36 -08:00
test_configs Add UBLOX_C030_R412M in CellularInterface.json 2020-01-30 04:30:54 -08:00
toolchains Add the exception in Mbed OS build tool for Arm Compiler 5 toolchain. 2020-02-10 04:06:07 -08:00
.mbedignore
README.md
__init__.py
build.py PSA release script changes. 2019-11-08 14:57:06 +00:00
build_api.py Add the exception in Mbed OS build tool for Arm Compiler 5 toolchain. 2020-02-10 04:06:07 -08:00
build_release.py
default_settings.py
detect_targets.py
device_management.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
get_config.py
libraries.py
make.py PSA release script changes. 2019-11-08 14:57:06 +00:00
memap.py Remove unnecessary change found during over shoulder review 2019-11-25 13:43:58 +00:00
memap_flamegraph.html
options.py
paths.py
project.py PSA release script changes. 2019-11-08 14:57:06 +00:00
regions.py
run_icetea.py
settings.py
singletest.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
test.py Merge pull request #11904 from jamesbeyond/HW_gcov 2020-01-21 11:46:51 +00:00
test_api.py Merge pull request #11904 from jamesbeyond/HW_gcov 2020-01-21 11:46:51 +00:00
test_exporters.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
tests.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
utils.py

README.md

Mbed OS Build Tools

This directory contains the python tools used for building Mbed OS and Mbed 2.

Quick navigation:

file/directory Purpose/function
build.py implementation of mbed compile --library
build_api.py full-project build operations
build_release.py CLI for making an mbed 2 release
config implementation of Config System
debug_tools Crash log parsing
default_settings.py Default version of project local settings.py
detect_targets.py implementation of mbed detect
device_management.py implementation of mbed device-management
export Export plugins and API for woking with them
flash_algo CMSIS flash algorithm parser
get_config.py implementation of mbed compile --config
host_tests location of pre-htrun host tests
importer code importer for use with CMSIS, TFM/PSA etc.
libraries.py constants for building mbed 2 libraries
make.py implementation of mbed compile
memap.py map file parser and sumary generator
notifier API for seting compile status to a frontend
options.py Default option parser and option utilities
paths.py constants for many paths used
profiles location of the default build profiles
project.py implementation of mbed export
psa PSA
regions.py merging from managed bootloader mode
resources scans directories for files used in a project
run_icetea.py implementation of mbed test --icetea
settings.py project specific settings from env vars
singletest.py location of pre-greentea greentea
targets target description reader and post-build steps
test unit tests for tools
test_api.py part of pre-greentea greentea
test_configs configuration files used by mbed test
test_exporters.py part of pre-greentea greentea
tests.py implementation of mbed test --greentea
toolchains API for calling the selected compiler
utils.py General purpose utilities like file moving