Files
paparazzi/conf/chibios/fatfs.mk
T
Gautier Hattenberger f3f0c7c043 [chibios] upgrade to chibios 18.2.2 (#2296)
port code and boards to latest stable chibios
also fix bug when time_t is 64 bits wide with meteostick
it should also remove most of the warnings with recent GCC 7
2018-07-19 15:47:28 +02:00

12 lines
367 B
Makefile

# FATFS files.
FATFSSRC = $(CHIBIOS)/os/various/fatfs_bindings/fatfs_diskio.c \
$(CHIBIOS)/os/various/fatfs_bindings/fatfs_syscall.c \
$(PAPARAZZI_SRC)/sw/ext/fatfs/src/ff.c \
$(PAPARAZZI_SRC)/sw/ext/fatfs/src/ffunicode.c
FATFSINC = $(PAPARAZZI_SRC)/sw/ext/fatfs/src
# Shared variables
ALLCSRC += $(FATFSSRC)
ALLINC += $(FATFSINC)