mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 21:37:24 +08:00
[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
This commit is contained in:
committed by
GitHub
parent
8dbff73844
commit
f3f0c7c043
@@ -1,7 +1,11 @@
|
||||
# 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/option/ccsbcs.c
|
||||
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
|
||||
FATFSINC = $(PAPARAZZI_SRC)/sw/ext/fatfs/src
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(FATFSSRC)
|
||||
ALLINC += $(FATFSINC)
|
||||
|
||||
Reference in New Issue
Block a user