Skip to content

Commit c9add5c

Browse files
committed
Check that boot loader config works in libs
1 parent dd3708c commit c9add5c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "bl",
3+
"target_overrides": {
4+
"LPC1768": {
5+
"target.bootloader_img": "does_not_exists.bin",
6+
"target.restrict_size": "0xFFFFF"
7+
}
8+
}
9+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"target_overrides": {
33
"K64F": {
4-
"target.bootloader_img": "does_not_exists.bin"
4+
"target.bootloader_img": "does_not_exists.bin",
5+
"target.restrict_size": "0xFFFFF"
56
}
67
}
78
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"K64F": {
33
"exception_msg": "not found"
4+
},
5+
"LPC1768": {
6+
"exception_msg": "not found"
47
}
58
}

0 commit comments

Comments
 (0)