mbed-os/components/storage/blockdevice
Kevin Bracey f4708bbb36 Fix up types in SDBlockDevice
Correct types passed to debug() calls - as part of this, block size and
erase size are changed to be 32-bit - using 64-bit variables for these
will cause unnecessary code bloat.

Many uses of bd_size_t in the BlockDevice API should really be uint32_t
or size_t, but that would be a bigger API change.
2018-10-31 14:49:22 +02:00
..
COMPONENT_DATAFLASH Merge pull request #7979 from yossi2le/fix_spif_sd_config 2018-10-26 09:35:29 +01:00
COMPONENT_FLASHIAP storage component: update astyle 2018-10-25 09:51:09 +01:00
COMPONENT_QSPIF Add QSPIF block device to default system storage 2018-10-26 13:00:38 -07:00
COMPONENT_RSPIF json formatted and include remarks removed 2018-10-16 10:47:21 +03:00
COMPONENT_SD Fix up types in SDBlockDevice 2018-10-31 14:49:22 +02:00
COMPONENT_SPIF Merge pull request #7979 from yossi2le/fix_spif_sd_config 2018-10-26 09:35:29 +01:00