mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11747 from miteshdedhia7/pr/fix-kvstore-statictests
Update the internal kvstore flash reservation size to from 7k to 65K for Cypress Devicespull/11752/head
commit
e1c3de649d
|
@ -24,7 +24,7 @@
|
|||
"internal_base_address": "0x00200000"
|
||||
},
|
||||
"MCU_PSOC6": {
|
||||
"internal_size": "7168"
|
||||
"internal_size": "0x10000"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue