mbed-os/tools
Jaeden Amero 47b359974f psoc6: Remove FUTURE_SEQUANA and FUTURE_SEQUANA_M0
FUTURE_SEQUANA targets are no longer supported. Remove the target from
Mbed.

Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-16 14:10:51 +01:00
..
arm_pack_manager PSoC6: enable export to uVision and IAR 2020-03-23 20:08:30 +01:00
bootloaders Remove MTS_MDOT_F411RE bootloader binary from tools 2020-04-07 09:00:09 -05:00
config Fix build failure when target's cmsis doesn't exist 2020-02-20 17:39:20 +08:00
debug_tools/crash_log_parser Fix #12290: crash_log_parser on py3 2020-02-12 14:56:35 +00:00
export psoc6: Remove FUTURE_SEQUANA and FUTURE_SEQUANA_M0 2020-04-16 14:10:51 +01:00
flash_algo Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00
host_tests tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
importer Update commit sha's 2019-06-26 17:01:07 +01:00
notifier Updates to `/tools` for Python 3 compatibility 2019-11-21 15:02:37 +00:00
profiles update lto profile including printf wrap functions 2020-03-29 20:55:08 +01:00
psa Import latest python scripts and MCUBoot image 2020-01-21 10:25:56 +00:00
resources Make tools cope with no-extension headers 2019-07-18 11:50:13 +03:00
targets Merge pull request #12765 from MultiTechSystems/update-mdot-target 2020-04-16 11:53:26 +02:00
test Merge pull request #12691 from hugueskamba/hk_replace_small_lib_with_std_lib 2020-04-15 10:21:40 +02:00
test_configs General clean-up of unsupported targets 2020-04-09 15:36:21 +01:00
toolchains Replace small with std C lib if not supported by a target's toolchain 2020-03-31 11:35:40 +01:00
.mbedignore
README.md Remove database code from singletest api 2019-04-08 10:58:45 -05:00
__init__.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
build.py PSA release script changes. 2019-11-08 14:57:06 +00:00
build_api.py Merge pull request #12748 from hugueskamba/hk_fix_c_lib_build_failure 2020-04-15 10:26:09 +02:00
build_release.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
default_settings.py Removing GCC_CR mention from settings.py 2018-10-02 10:46:31 -05:00
detect_targets.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
device_management.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
get_config.py Revert get_config.py make.py test.py 2019-01-17 13:16:09 -05:00
libraries.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
make.py PSA release script changes. 2019-11-08 14:57:06 +00:00
memap.py suppress 'unknown object name' messages 2020-02-29 15:10:37 +01:00
memap_flamegraph.html Impl differential memap 2018-07-24 11:40:43 -05:00
options.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
paths.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
project.py PSA release script changes. 2019-11-08 14:57:06 +00: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 tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
settings.py Allow toolchain paths to be wrapped in quotes 2019-04-05 14:47:02 -05:00
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 mbed test with dual core targets 2020-03-24 09:53:36 +01:00
test_exporters.py Updates to *.py in 'tools/' for Python 3 2019-11-21 16:06:59 +00:00
tests.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00:00
utils.py tools: fix SPDX identifiers 2020-02-21 07:01:48 +00: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