i2c support added.

Most of the changes went to i2c_common_all.h file.
F3 is considerably different than all the other in i2c.
This commit is contained in:
Federico Ruiz Ugalde
2013-06-25 22:15:00 -06:00
committed by Piotr Esden-Tempski
parent b6bae46b71
commit be841154a9
7 changed files with 498 additions and 35 deletions

View File

@@ -36,7 +36,7 @@ ARFLAGS = rcs
OBJS = rcc.o gpio.o flash.o
OBJS += gpio_common_all.o gpio_common_f234.o
OBJS += gpio_common_all.o gpio_common_f234.o i2c_common_all.o
VPATH += ../../usb:../:../../cm3:../common