mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f3780bb00c
R0.14a (December 05, 2020) Limited number of recursive calls in f_findnext(). Fixed old floppy disks formatted with MS-DOS 2.x and 3.x cannot be mounted. Fixed some compiler warnings. - http://elm-chan.org/fsw/ff/updates.txt
14 lines
410 B
Makefile
14 lines
410 B
Makefile
PKG_NAME=fatfs
|
|
# upstream server is very unreliable, instead host the extracted
|
|
# .zip file on GitHub and apply only the upstream patches
|
|
PKG_URL=https://github.com/RIOT-OS/FatFS
|
|
PKG_VERSION=fb99d00924fd17c2d9c0789510852c2c286403ab # R0.14a
|
|
PKG_LICENSE=BSD-1-Clause
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
CFLAGS += -Wno-overflow
|
|
|
|
all:
|
|
"$(MAKE)" -C $(PKG_SOURCE_DIR)/source -f $(RIOTBASE)/Makefile.base MODULE=fatfs
|