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,6 @@
{
"name": "lib1",
"config": {
"test": "BAD"
}
}

View File

@@ -0,0 +1,8 @@
{
"name": "lib2",
"config": {
"test": {
"value": "BAD"
}
}
}

View File

@@ -0,0 +1,11 @@
{
"requires" : ["lib1"],
"target_overrides": {
"should_fail": {
"lib2.test": "GOOD"
},
"should_pass": {
"lib1.test": "GOOD"
}
}
}

View File

@@ -0,0 +1,26 @@
{
"should_fail": {
"supported_toolchains": ["GCC_ARM"],
"core": "Cortex-M0",
"extra_labels": [],
"features": [],
"c_lib": "std",
"supported_c_libs": {
"arm": ["std"],
"gcc_arm": ["std", "small"],
"iar": ["std"]
}
},
"should_pass": {
"supported_toolchains": ["GCC_ARM"],
"core": "Cortex-M0",
"extra_labels": [],
"features": [],
"c_lib": "std",
"supported_c_libs": {
"arm": ["std"],
"gcc_arm": ["std", "small"],
"iar": ["std"]
}
}
}

View File

@@ -0,0 +1,10 @@
{
"should_fail": {
"exception_msg": "Attempt to override undefined parameter 'lib2.test' in 'application[should_fail]'"
},
"should_pass": {
"lib1.test": "GOOD",
"excluded_source": ["lib2/lib2.c"],
"included_source": ["lib1/lib1.cpp"]
}
}