Martin Kojtal
406f9508d3
hal: add spdx license
2018-11-28 10:39:51 +00:00
David Saada
542744d03c
Support erase value in Flash HAL drivers, FlashIAP and block devices
2018-11-07 14:23:07 +02:00
Martin Kojtal
3f58d3ef48
flash: add note about program size
...
Program size - the writable page size that flash controller supports.
Plus fix program page description - multiple pages program
2017-09-06 07:54:18 +01:00
Russ Butler
026df0b7cd
Turn on doxygen for DEVICE_* features
...
Enable doxygen for all device features. Also fix the warnings that
showed up once this was enabled.
2017-08-11 15:47:44 -05:00
Marcus Chang
abca2ca48b
FlashIAP: Add explicit read function to flash_api.h
...
On some platforms, the in-application memory is not memory mapped
and therefore cannot be accessed using memcpy.
The flash_read function added to flash_api.h (with a weak
implementation using memcpy in mbed_flash_api.c) can be used for
reading data from areas that are not memory mapped.
2017-07-06 18:53:32 +01:00
0xc0170
fdfb82030c
hal: add flash hal api
...
Add a flash api with functions to erase and program. The api also
includes functions to query flash start, flash size, page size and
sector size.
2017-02-21 14:08:09 -06:00