Add AT24xx and LPC17xx I2C drivers (from Lzyy)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3941 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-09-07 13:32:13 +00:00
parent 41403a8f4b
commit a59f32427c
2 changed files with 548 additions and 2 deletions
+3 -2
View File
@@ -58,8 +58,9 @@ endif
CHIP_ASRCS =
CHIP_CSRCS = lpc17_allocateheap.c lpc17_can.c lpc17_clockconfig.c \
lpc17_clrpend.c lpc17_gpio.c lpc17_idle.c lpc17_irq.c lpc17_lowputc.c \
lpc17_serial.c lpc17_spi.c lpc17_ssp.c lpc17_start.c lpc17_timerisr.c
lpc17_clrpend.c lpc17_gpio.c lpc17_i2c.c lpc17_idle.c lpc17_irq.c \
lpc17_lowputc.c lpc17_serial.c lpc17_spi.c lpc17_ssp.c lpc17_start.c \
lpc17_timerisr.c
# Configuration-dependent LPC17xx files
+545
View File
File diff suppressed because it is too large Load Diff