Christopher Haster
|
41daccf8d9
|
[build tools] Fixed masked out configuration error
|
2016-06-15 08:38:20 -05:00 |
Christopher Haster
|
e70efe3a41
|
[build tools] Made config settings compatible with features system
per @screamerbg
|
2016-06-15 08:38:20 -05:00 |
Christopher Haster
|
d9749b0447
|
[build tools] Added list of supported features
per @screamerbg
|
2016-06-15 08:38:20 -05:00 |
Christopher Haster
|
ce0606a756
|
[build tools] Added better support for features and recursive configs
per @screamerbg
|
2016-06-15 08:38:20 -05:00 |
Christopher Haster
|
2d38065e1f
|
[build tools] Added support for completely overriding cumulative attributes
|
2016-06-11 15:45:11 -05:00 |
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 |
Christopher Haster
|
e3bde44b87
|
[build tools] Added support for cumulative attributes in configs directly
in mbed_lib.json:
{
"name": "cmsis-nodejs-SQL-x86",
"features_add": ["SMELLS_FUNNY"],
"features_remove": ["SMELLS_NICE"],
"device_has": ["SILLY_STRING", "FIRE"]
}
|
2016-06-11 14:44:59 -05:00 |
Mihail Stoyanov
|
c2e3001739
|
Add config system, memap, updates to build_api and toolchains
|
2016-06-09 23:50:03 +01:00 |