Initial support for stm32f3. Changes in makefiles, gpio.
- Makefiles now include building f3 src directory. - Gpio support added. gpio_common_f24 changed to support also f3. - f3 still not compiling, but f2 compile not broken (probably also f4).
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
d7fdcefbd7
commit
3af5833b83
@@ -36,7 +36,7 @@ ARFLAGS = rcs
|
||||
OBJS = gpio.o exti2.o rcc.o
|
||||
|
||||
OBJS += crc_common_all.o dac_common_all.o dma_common_f24.o \
|
||||
gpio_common_all.o gpio_common_f24.o i2c_common_all.o \
|
||||
gpio_common_all.o gpio_common_f234.o i2c_common_all.o \
|
||||
iwdg_common_all.o rtc_common_bcd.o spi_common_all.o \
|
||||
timer_common_all.o timer_common_f24.o usart_common_all.o \
|
||||
flash_common_f24.o hash_common_f24.o crypto_common_f24.o
|
||||
|
||||
Reference in New Issue
Block a user