git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1294 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-11-14 17:28:22 +00:00
parent 9dfb720cfe
commit 07755f0461
3 changed files with 5 additions and 2 deletions

View File

@ -60,12 +60,14 @@ CHIBIOS = ../..
include ${CHIBIOS}/os/ports/GCC/ARMCM3/port.mk
include ${CHIBIOS}/os/kernel/kernel.mk
include ${CHIBIOS}/test/test.mk
include ${CHIBIOS}/ext/fatfs/fatfs.mk
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = ${PORTSRC} \
${KERNSRC} \
${TESTSRC} \
${FATFSSRC} \
${CHIBIOS}/os/io/pal.c \
${CHIBIOS}/os/io/serial.c \
${CHIBIOS}/os/io/spi.c \
@ -108,7 +110,8 @@ ASMSRC = $(PORTASM) \
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
${CHIBIOS}/os/io \
${CHIBIOS}/os/io/platforms/STM32 \
${CHIBIOS}/os/various
${CHIBIOS}/os/various \
$(FATFSINC)
#
# Project, sources and paths

View File

@ -44,7 +44,7 @@ static SPIConfig ls_spicfg = {
/*
* MMC driver instance.
*/
static MMCDriver MMCD1;
MMCDriver MMCD1;
/*
* MMC configuration (empty).

BIN
ext/ff007e-patched.zip Normal file

Binary file not shown.