Import Mbed OS hard-float snapshot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_remove": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lib2",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["BOOTLOADER"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"K64F": {
|
||||
"exception_msg": "Configuration conflict. The feature STORAGE both added and removed."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user