mcuboot/boot/zephyr/include
Marti Bolivar a2e1b03d09 flash_map: declare flash_area_get_sectors()
The current flash_map.h API treats flash areas and flash sectors
synonymously.  This isn't accurate; a flash area comprises one or more
sectors.

To distinguish them, add a new struct flash_sector, and a new
flash_area_get_sectors() which initializes an array of struct
flash_sector instead of struct flash area.

That done, deprecate flash_area_to_sectors().

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-06-14 17:07:54 -04:00
..
flash_map flash_map: declare flash_area_get_sectors() 2017-06-14 17:07:54 -04:00
hal zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
os zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
sysflash zephyr: Move code under 'boot' directory 2017-01-10 09:49:47 -07:00
config-asn1.h Generalize SHA256 code to allow tinycrypt support 2017-04-27 16:31:12 -06:00
config-boot.h zephyr: Fix up mbed TLS configuration 2017-04-27 16:31:04 -06:00
target.h zephyr: fix flash_area_to_sectors() 2017-03-21 15:48:15 -04:00