Import Mbed OS hard-float snapshot
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "bl",
|
||||
"target_overrides": {
|
||||
"LPC1768": {
|
||||
"target.bootloader_img": "does_not_exists.bin",
|
||||
"target.restrict_size": "0xFFFFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
tools/test/config/bootloader_missing/mbed_app.json
Normal file
8
tools/test/config/bootloader_missing/mbed_app.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"target_overrides": {
|
||||
"K64F": {
|
||||
"target.bootloader_img": "does_not_exists.bin",
|
||||
"target.restrict_size": "0xFFFFF"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
tools/test/config/bootloader_missing/test_data.json
Normal file
8
tools/test/config/bootloader_missing/test_data.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"K64F": {
|
||||
"exception_msg": "not found"
|
||||
},
|
||||
"LPC1768": {
|
||||
"exception_msg": "not found"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user