Skip to content

Commit 07b3fb9

Browse files
authored
Merge pull request #11560 from kyle-cypress/pr/psoc6-tdb-internal-flash
Explicitly set tdb internal flash size for PSoC6 Targets
2 parents ba7b479 + 832c69b commit 07b3fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/storage/kvstore/conf/tdb_internal/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"FVP_MPS2": {
2323
"internal_size": "0x200000",
2424
"internal_base_address": "0x00200000"
25+
},
26+
"MCU_PSOC6": {
27+
"internal_size": "7168"
2528
}
2629
}
2730
}

0 commit comments

Comments
 (0)