diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-04-20 00:16:30 +0100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-04-20 00:16:30 +0100 |
| commit | d689430e790bfbd40a4fc3139b118aee5576baf7 (patch) | |
| tree | e25efdfc49cea0b743e457c2798b538e25ff0a4f /stmhal/Makefile | |
| parent | c7c4a8439735ff7617f78b5b6c0cdfb05ae88656 (diff) | |
stmhal: Add SPI class.
Also some updates to compile with latest changes to core py.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index dcffd164a..3cd51c016 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -98,6 +98,7 @@ SRC_C = \ dac.c \ adc.c \ i2c.c \ + spi.c \ # pybwlan.c \ @@ -124,6 +125,7 @@ SRC_HAL = $(addprefix $(HAL_DIR)/src/,\ stm32f4xx_hal_rtc.c \ stm32f4xx_hal_rtc_ex.c \ stm32f4xx_hal_sd.c \ + stm32f4xx_hal_spi.c \ stm32f4xx_hal_tim.c \ stm32f4xx_hal_tim_ex.c \ stm32f4xx_hal_uart.c \ |
