diff options
| author | Damien George | 2014-03-17 13:31:35 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-17 13:31:35 +0000 |
| commit | 9e5ea4d768da3273b6d060cceffcc858e1c4827d (patch) | |
| tree | ca4ca9e8398e86af2d39a44e6f91f0fed08941a7 /stmhal/Makefile | |
| parent | 8a9a31e57b48f948dd8c0cf23a91e08848af2462 (diff) | |
stmhal: Add flash write support and flash storage driver.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index b0a33a9bf..c218caebc 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -78,12 +78,12 @@ SRC_C = \ exti.c \ usrsw.c \ rtc.c \ + flash.c \ + storage.c \ sdcard.c \ # lcd.c \ # servo.c \ -# flash.c \ -# storage.c \ # accel.c \ # timer.c \ # audio.c \ @@ -100,6 +100,8 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal.c \ stm32f4xx_hal_cortex.c \ stm32f4xx_hal_dma.c \ + stm32f4xx_hal_flash.c \ + stm32f4xx_hal_flash_ex.c \ stm32f4xx_hal_gpio.c \ stm32f4xx_hal_pcd.c \ stm32f4xx_hal_rcc.c \ |
