mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
Incorporate i.MX1 SPI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1741 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -47,7 +47,7 @@ CMN_CSRCS = up_assert.c up_blocktask.c up_copystate.c up_createstack.c \
|
||||
|
||||
CHIP_ASRCS = imx_lowputc.S
|
||||
CHIP_CSRCS = imx_boot.c imx_gpio.c imx_allocateheap.c imx_irq.c \
|
||||
imx_serial.c imx_timerisr.c imx_decodeirq.c #imx_framebuffer.c
|
||||
imx_serial.c imx_timerisr.c imx_decodeirq.c imx_spi.c
|
||||
|
||||
ifeq ($(CONFIG_USBDEV),y)
|
||||
CHIP_CSRCS += imx_usbdev.c
|
||||
|
||||
+431
-79
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user