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,9 @@
{
"name": "bl",
"target_overrides": {
"LPC1768": {
"target.bootloader_img": "does_not_exists.bin",
"target.restrict_size": "0xFFFFF"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"target_overrides": {
"K64F": {
"target.bootloader_img": "does_not_exists.bin",
"target.restrict_size": "0xFFFFF"
}
}
}

View File

@@ -0,0 +1,8 @@
{
"K64F": {
"exception_msg": "not found"
},
"LPC1768": {
"exception_msg": "not found"
}
}