mirror of https://github.com/ARMmbed/mbed-os.git
Check that boot loader config works in libs
parent
7d20c0adac
commit
f94e06151a
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "bl",
|
||||||
|
"target_overrides": {
|
||||||
|
"LPC1768": {
|
||||||
|
"target.bootloader_img": "does_not_exists.bin",
|
||||||
|
"target.restrict_size": "0xFFFFF"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"target_overrides": {
|
"target_overrides": {
|
||||||
"K64F": {
|
"K64F": {
|
||||||
"target.bootloader_img": "does_not_exists.bin"
|
"target.bootloader_img": "does_not_exists.bin",
|
||||||
|
"target.restrict_size": "0xFFFFF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"K64F": {
|
"K64F": {
|
||||||
"exception_msg": "not found"
|
"exception_msg": "not found"
|
||||||
|
},
|
||||||
|
"LPC1768": {
|
||||||
|
"exception_msg": "not found"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue