mbed-os/features/storage/kvstore
Janne Kiiskila 3ab36cb934 Add default TDBStore location for DISCO_H747I (end of BANK1)
Place it at the end of the bank1, last two erase sectors.
As erase sector is 128 kB, default size must be double of that.

This can't be in bank2 as that is apparently dedicated to the M4 core.

Memory map is available in;

https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H747xI/flash_data.h

Memory map does not have this information, but issue [11617](https://github.com/ARMmbed/mbed-os/issues/11617) has.
2019-10-30 15:25:13 +02:00
..
conf Add default TDBStore location for DISCO_H747I (end of BANK1) 2019-10-30 15:25:13 +02:00
direct_access_devicekey Enables building storage with bare metal profile 2019-08-21 12:22:34 +03:00
filesystemstore Coverity and compilation warnings fixes 2019-08-07 10:30:52 +03:00
global_api Storage mbed_lib.json files 2019-02-13 20:36:00 +02:00
include Moving KVStore to include sub folder For TFM support 2019-01-15 10:54:21 +02:00
kv_map Zero initialise all NVStore&kvstore members 2019-08-07 14:17:15 +03:00
securestore Coverity and compilation warnings fixes 2019-08-07 10:30:52 +03:00
tdbstore Check return of BlockDevice::init() in TDBStore. 2019-09-30 13:26:56 +03:00