Skip to content

Commit 7d1a8cb

Browse files
committed
Add mbed_app.json to configure secure boot params
1 parent 57d141d commit 7d1a8cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

mbed_app.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"macros": [
3+
"MBED_ROM_START=0x100E0000",
4+
"MBED_ROM_SIZE=0x001D0000"
5+
],
6+
"target_overrides": {
7+
"*": {
8+
"platform.stdio-baud-rate": 115200,
9+
"platform.stack-stats-enabled": true,
10+
"platform.heap-stats-enabled": true,
11+
"platform.cpu-stats-enabled": true,
12+
"platform.thread-stats-enabled": true,
13+
"platform.sys-stats-enabled": true,
14+
"target.cm0_img_id": 1,
15+
"target.cm4_img_id": 16,
16+
"target.policy_file": "./targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064B0S2_4343W/policy_multi_CM0_CM4.json"
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)