mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

tools/test/config_test/test08/targets.json

Committer:
dkato
Date:
2018-02-02
Revision:
0:f782d9c66c49

File content as of revision 0:f782d9c66c49:

{
    "base": {
        "extra_labels": [],
        "default_lib": "std",
        "core": "Cortex-M0",
        "config": {
            "par1": "v_par1_base",
            "par2": "v_par2_base",
            "par3": "v_par3_base"
        }
    },
    "b1": {
        "inherits": ["base"],
        "extra_labels_add": ["b1_label"],
        "overrides": {
            "par1": "v_par1_b1"
        }
    },
    "b2": {
        "inherits": ["base"],
        "extra_labels_add": ["b2_label"],
        "overrides": {
            "par2": "v_par2_b2"
        }
    },
    "both": {
        "inherits": ["b1", "b2"],
        "config": {
            "par4": "v_par4_both"
        },
        "overrides": {
            "par3": "v_par3_both"
        }
    }
}