Skip to content

Commit 5fa34dc

Browse files
committed
RP2040: add global define about uninitialized_data section size
1 parent 4420c31 commit 5fa34dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/NANO_RP2040_CONNECT/conf/mbed_app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"target_overrides": {
33
"*": {
44
"target.printf_lib": "std",
5-
"target.macros_add": [ "MBEDTLS_ENTROPY_NV_SEED" ],
5+
"target.macros_add": [ "MBEDTLS_ENTROPY_NV_SEED", "UNINITIALIZED_DATA_SECTION=1" ],
66
"platform.stdio-buffered-serial": false,
77
"platform.stdio-baud-rate": 115200,
88
"platform.default-serial-baud-rate": 115200,

0 commit comments

Comments
 (0)