Skip to content

Commit 81b7c9b

Browse files
committed
remove configs for RP2040 and H7_M4
1 parent 6e3367c commit 81b7c9b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

variants/GENERIC_STM32H747_M4/conf/mbed_app.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"platform.callback-nontrivial": true,
1010
"platform.all-stats-enabled": true,
1111
"rtos.main-thread-stack-size": 32768,
12-
"nsapi.dns-response-wait-time": 2000,
1312
"cordio.max-connections": 5,
1413
"target.lse_available": 0,
1514
"target.device_has_remove": [

variants/NANO_RP2040_CONNECT/conf/mbed_app.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"platform.callback-nontrivial": true,
1010
"platform.all-stats-enabled": true,
1111
"platform.memory-tracing-enabled": true,
12-
"rtos.main-thread-stack-size": 32768,
13-
"nsapi.dns-response-wait-time": 2000
12+
"rtos.main-thread-stack-size": 32768
1413
}
1514
}
1615
}

0 commit comments

Comments
 (0)