We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d141d commit 7d1a8cbCopy full SHA for 7d1a8cb
mbed_app.json
@@ -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