mbed-os/features/storage/blockdevice
Amir Cohen 43f4e25496 Fix functionality for FlashIAPBD & SlicingBD
Due to discovery of inconsistent sector sizes in devices storage the is_valid_erase function was adjusted,
For FlashIAPBD the 'code size' was included to the calculation, preventing faulty "virtual" addresses calculation.
For SlicingBD the same error was fixed and in all 3 validation functions that sent addresses for validation and program/read/erase
different addresses.
2019-03-19 13:12:36 +00:00
..
BlockDevice.h Fix functionality for FlashIAPBD & SlicingBD 2019-03-19 13:12:36 +00:00
BufferedBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
BufferedBlockDevice.h Review updates 2019-01-10 15:42:28 +02:00
ChainingBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ChainingBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ExhaustibleBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ExhaustibleBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
FlashSimBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
FlashSimBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
HeapBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
HeapBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
MBRBlockDevice.cpp MBRBlockDevice: When partitioning, clear the rest of first erase unit 2019-01-15 16:43:03 +02:00
MBRBlockDevice.h minor editorial tweaks 2019-01-10 15:53:59 +02:00
ObservingBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ObservingBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ProfilingBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ProfilingBlockDevice.h Doxygen changes to ProfilingBlockDevice and SlicingBlockDevice. 2019-01-10 15:53:49 +02:00
ReadOnlyBlockDevice.cpp Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
ReadOnlyBlockDevice.h Documnent changes and adding const to get_type method 2018-12-23 14:27:14 +02:00
SlicingBlockDevice.cpp Fix functionality for FlashIAPBD & SlicingBD 2019-03-19 13:12:36 +00:00
SlicingBlockDevice.h Fix functionality for FlashIAPBD & SlicingBD 2019-03-19 13:12:36 +00:00