Skip to content

Commit 6890c94

Browse files
committed
Add components to UNISENSE target
1 parent 7869629 commit 6890c94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

variants/UNISENSE/conf/mbed_app.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
],
88
"target_overrides": {
99
"*": {
10-
"target.printf_lib": "std",
10+
"target.printf_lib": "small",
1111
"platform.stdio-buffered-serial": true,
1212
"platform.stdio-baud-rate": 115200,
1313
"platform.default-serial-baud-rate": 115200,
1414
"platform.callback-nontrivial": true,
15+
"target.mbed_app_start": "0x10000",
16+
"target.components_add" : ["SPIF"],
1517
"cordio.max-connections": 5
1618
}
1719
}

0 commit comments

Comments
 (0)