diff options
| author | Damien George | 2014-03-17 13:03:41 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-17 13:03:41 +0000 |
| commit | fb431bf556d26ec298f223963c6f1be9a00a5cb7 (patch) | |
| tree | b02e0c1350d6861adb740cc9069b1649fdac0457 /stmhal/Makefile | |
| parent | c44115f831046b832dffdd0f7ab9acee89c69251 (diff) | |
stmhal: Add SD card support.
Just low-level read/write support. No filesystem yet.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index ea927e4bc..b0a33a9bf 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -78,6 +78,7 @@ SRC_C = \ exti.c \ usrsw.c \ rtc.c \ + sdcard.c \ # lcd.c \ # servo.c \ @@ -86,7 +87,6 @@ SRC_C = \ # accel.c \ # timer.c \ # audio.c \ -# sdcard.c \ # i2c.c \ # adc.c \ # file.c \ @@ -106,9 +106,11 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal_rcc_ex.c \ stm32f4xx_hal_rtc.c \ stm32f4xx_hal_rtc_ex.c \ + stm32f4xx_hal_sd.c \ stm32f4xx_hal_tim.c \ stm32f4xx_hal_tim_ex.c \ stm32f4xx_hal_uart.c \ + stm32f4xx_ll_sdmmc.c \ stm32f4xx_ll_usb.c \ ) |
