mbed-os/tools
Christopher Haster 36904fad1f [build tools] Moved cumulative attributes into target overrides
Attributes now get the filtering provided by target_overrides:
{
    "name": "cmsis-nodejs-SQL-x86",
    "target_overrides": {
        "*": {
            "device_has": ["SILLY_STRING", "FIRE"]
        },
        "SHOE": {
            "features_add": ["SMELLS_FUNNY"],
            "features_remove": ["SMELLS_NICE"],
        }
    }
}

per @screamerbg
2016-06-11 15:30:26 -05:00
..
bootloaders Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
buildbot Move private_settings.py to root mbed_settings.py. Various updates to reflect the path changes 2016-06-09 22:24:05 +01:00
ci_templates Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
compliance Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
data Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
dev Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
export Add config system macros to exporters 2016-06-10 11:27:23 +01:00
host_tests Move private_settings.py to root mbed_settings.py. Various updates to reflect the path changes 2016-06-09 22:24:05 +01:00
toolchains Forward ported changes to tools 2016-06-10 15:19:02 +01:00
.mbedignore Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
__init__.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
build.py Update project generator script to allow working with any source 2016-06-10 02:24:27 +01:00
build_api.py Forward ported changes to tools 2016-06-10 15:19:02 +01:00
build_release.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
build_travis.py Further changes to reflect workspace_tools to tools rename 2016-06-09 21:40:54 +01:00
config.py [build tools] Moved cumulative attributes into target overrides 2016-06-11 15:30:26 -05:00
export_test.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
get_config.py Update project generator script to allow working with any source 2016-06-10 02:24:27 +01:00
hooks.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
libraries.py Update project generator script to allow working with any source 2016-06-10 02:24:27 +01:00
make.py Add config system, memap, updates to build_api and toolchains 2016-06-09 23:50:03 +01:00
memap.py Forward ported changes to tools 2016-06-10 15:19:02 +01:00
options.py Ported updates to targets, utils and settings scripts 2016-06-09 22:05:35 +01:00
patch.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
paths.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
project.py Update project generator script to allow working with any source 2016-06-10 02:24:27 +01:00
remove-device-h.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
settings.py Move private_settings.py to root mbed_settings.py. Various updates to reflect the path changes 2016-06-09 22:24:05 +01:00
singletest.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
size.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
synch.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
targets.py Ported updates to targets, utils and settings scripts 2016-06-09 22:05:35 +01:00
test.py Forward ported changes to tools 2016-06-10 15:19:02 +01:00
test_api.py Forward ported changes to tools 2016-06-10 15:19:02 +01:00
test_db.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
test_exporters.py Forward ported changes to tools 2016-06-10 15:19:02 +01:00
test_mysql.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
test_webapi.py Renamed workspace_tools folder to tools 2016-06-09 21:34:53 +01:00
tests.py Move private_settings.py to root mbed_settings.py. Various updates to reflect the path changes 2016-06-09 22:24:05 +01:00
upload_results.py Ported updates to targets, utils and settings scripts 2016-06-09 22:05:35 +01:00
utils.py Ported updates to targets, utils and settings scripts 2016-06-09 22:05:35 +01:00