Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit c8c3519

Browse files
committed
Add conf for NANO33BLE
1 parent e8bc311 commit c8c3519

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"macros": [
3+
"MBED_HEAP_STATS_ENABLED=1",
4+
"MBED_STACK_STATS_ENABLED=1",
5+
"MBED_MEM_TRACING_ENABLED=1",
6+
"NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS=8"
7+
],
8+
"target_overrides": {
9+
"*": {
10+
"platform.stdio-buffered-serial": true,
11+
"platform.stdio-baud-rate": 115200,
12+
"platform.default-serial-baud-rate": 115200,
13+
"rtos.main-thread-stack-size": 32768,
14+
"target.mbed_app_start": "0x10000"
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)