mbed-os/tools
Martin Kojtal 998d85f80b
Merge pull request #10505 from orenc17/imporve_importer
Improve importer.py
2019-05-13 14:15:21 +01:00
..
arm_pack_manager Merge pull request #10406 from j3hill/cmsis_fix 2019-04-18 13:15:59 +01:00
bootloaders
config remove blank line 2019-04-25 09:56:52 +08:00
debug_tools/crash_log_parser
export Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
flash_algo
host_tests
importer Merge pull request #10505 from orenc17/imporve_importer 2019-05-13 14:15:21 +01:00
notifier
profiles GCC: remove `-fno-builtin` option 2019-04-05 12:40:58 +03:00
psa Update PSA tools Readme 2019-04-30 14:41:09 +03:00
resources Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
targets Merge pull request #10287 from linlingao/pr10177 2019-05-10 16:21:46 +01:00
test Update PSA code generator 2019-04-30 14:10:23 +03:00
test_configs Wi-SUN: adds greentea test config 2019-04-25 14:21:57 +03:00
toolchains Merge pull request #10539 from bridadan/fix_armc6_mbed_studio 2019-05-13 14:08:57 +01:00
.mbedignore
README.md Remove database code from singletest api 2019-04-08 10:58:45 -05:00
__init__.py
build.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
build_api.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
build_release.py Apply suggestions from code review 2019-04-11 09:33:15 -05:00
default_settings.py
detect_targets.py
device_management.py
get_config.py
libraries.py Add the only part of the "data" module that was used 2019-04-08 10:58:45 -05:00
make.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
memap.py Fix the bug that travis caught 2019-04-09 09:19:41 -05:00
memap_flamegraph.html
options.py Updating supported toolchain printing with new options 2019-03-23 18:24:58 -05:00
paths.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
project.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
regions.py merge_region_list now takes in just restrict_size instead of config. 2019-04-09 14:08:13 -05:00
run_icetea.py
settings.py Allow toolchain paths to be wrapped in quotes 2019-04-05 14:47:02 -05:00
singletest.py Remove database code from singletest api 2019-04-08 10:58:45 -05:00
test.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
test_api.py Integrate with mbeb-cli build system 2019-04-30 14:41:09 +03:00
test_exporters.py
tests.py Add the only part of the "data" module that was used 2019-04-08 10:58:45 -05:00
utils.py Make args_erroor less verbose. 2019-03-23 18:24:58 -05:00

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