Import Mbed OS hard-float snapshot

This commit is contained in:
Beslan
2026-06-01 20:15:04 +03:00
commit d3738e2f89
16278 changed files with 10628036 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "lib1",
"target_overrides": {
"*": {
"target.features_remove": ["STORAGE"]
}
}
}

View File

@@ -0,0 +1,8 @@
{
"name": "lib2",
"target_overrides": {
"*": {
"target.features_add": ["BOOTLOADER"]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"target_overrides": {
"*": {
"target.features_add": ["STORAGE"]
}
}
}

View File

@@ -0,0 +1,5 @@
{
"K64F": {
"exception_msg": "Configuration conflict. The feature STORAGE both added and removed."
}
}