| commit | 32482e9cb88f82fcd56894f38e76b3d7767c4c90 | [log] [tgz] |
|---|---|---|
| author | Marti Bolivar <marti.bolivar@linaro.org> | Wed Aug 30 16:39:26 2017 -0400 |
| committer | Anas Nashif <nashif@linux.intel.com> | Mon Sep 11 11:41:57 2017 -0400 |
| tree | bce0e9bfb8823ec6e5038be4674c65f4a21cbfd0 | |
| parent | 4fea6dfe76ef8b9c09665fccc01003db43375c3d [diff] |
flash: stm32: stm32f4: add page layout support Add flash page layout support for STM32F4 SoCs. This almost eliminates the need for flash_map.h, except for STM32F4X_SECTOR_MASK, so delete the file and move the define into the F4 implementation, to keep things simple. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>