Explicitly set tdb internal flash size for PSOC6

The default computation assumes that a flash sector is several times
larger than a flash page. On PSoC 6 targets this is not the case
(the two values are the same) so the computed size is too small.
This is a similar change to 1b1f14d36b,
but for devices which implement TDB in internal storage.
pull/11696/head
Kyle Kearney 2019-09-23 14:25:25 -07:00 committed by adbridge
parent 0a7a0d8134
commit 477f5636e2
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
"FVP_MPS2": {
"internal_size": "0x200000",
"internal_base_address": "0x00200000"
},
"MCU_PSOC6": {
"internal_size": "7168"
}
}
}