Skip to content

Commit e1c3de6

Browse files
authored
Merge pull request #11747 from miteshdedhia7/pr/fix-kvstore-statictests
Update the internal kvstore flash reservation size to from 7k to 65K for Cypress Devices
2 parents 45a63fb + 6fbc610 commit e1c3de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"internal_base_address": "0x00200000"
2525
},
2626
"MCU_PSOC6": {
27-
"internal_size": "7168"
27+
"internal_size": "0x10000"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)