mbed-os/tools
Martin Kojtal 543bcb5192
Merge pull request #14441 from OpenNuvoton/nuvoton_m2354_tfm
M2354: Support Nuvoton's new target
2021-06-01 11:25:59 +02:00
..
arm_pack_manager M2354: Support TF-M 2021-05-26 09:35:02 +08:00
bootloaders
cmake cmake: Remove armasm workaround for Cortex M55 2021-05-24 13:56:19 +01:00
config
debug_tools/crash_log_parser
export M2354: Support TF-M 2021-05-26 09:35:02 +08:00
flash_algo
host_tests
importer cmsis: remove math header file 2020-11-02 10:23:45 +00:00
notifier
profiles
psa Add missing license header and SPDX identifier 2021-02-25 14:02:57 +00:00
resources
targets M2354: Reduce output image size 2021-05-26 09:35:03 +08:00
test enable aws example test in CI 2021-05-17 13:07:01 +01:00
test_configs
toolchains Revert "Always build both .hex and .bin files" 2020-09-10 10:19:04 +01:00
.mbedignore
README.md fix(docs): corrects various typos in project documentation 2021-04-23 23:31:11 -05:00
__init__.py
build.py
build_api.py
build_release.py
default_settings.py
detect_targets.py
device_management.py
get_config.py
libraries.py
make.py
memap.py
memap_flamegraph.html
options.py
paths.py
project.py
regions.py
run_icetea.py
settings.py
singletest.py
test.py
test_api.py
test_exporters.py
tests.py
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 summary 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