mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ARMv7M: add STM32F1 support
Add ARMv7M STM32F1 support including clocks, timer, gpio, and flash. Signed-off-by: Matt Porter <mporter@konsulko.com>
This commit is contained in:
parent
f99993c108
commit
2d18ef2364
9 changed files with 783 additions and 0 deletions
|
@ -460,6 +460,7 @@ extern flash_info_t *flash_get_info(ulong base);
|
|||
#define FLASH_S29GL128N 0x00F1 /* Spansion S29GL128N */
|
||||
|
||||
#define FLASH_STM32F4 0x00F2 /* STM32F4 Embedded Flash */
|
||||
#define FLASH_STM32F1 0x00F3 /* STM32F1 Embedded Flash */
|
||||
|
||||
#define FLASH_UNKNOWN 0xFFFF /* unknown flash type */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue