Anders Blomdell / mbed-sdk-tools

test/config_test/test07/mbed_app.json

Committer:
Screamer@Y5070-M.virtuoso
Date:
2016-06-14
Revision:
9:2d27d77ada5c
Child:
31:8ea194f6145b

File content as of revision 9:2d27d77ada5c:

{
    "custom_targets": {
        "base": {
            "inherits": ["Target"],
            "core": "Cortex-M0"
        },
        "b1": {
            "inherits": ["base"],
            "extra_labels_add": ["b1_label"]
        },
        "b2": {
            "inherits": ["base"],
            "extra_labels_add": ["b2_label"]
        },
        "both": {
            "inherits": ["b1", "b2"]
        }
    },
    "config": {
        "app1": "v_app1",
        "app2": "v_app2"
    },
    "target_overrides": {
        "*": {
            "lib1.p3": "v_p3_lib1_app",
            "lib1.p1": "v_p1_lib1_app",
            "lib2.p1": "v_p1_lib2_app"
        },
        "b1_label": {
            "app1": "v_app1[b1_label]"
        },
        "b2_label": {
            "app2": "v_app2[b2_label]"
        }
    }
}