mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 18:12:46 +01:00
pkg/littlefs: bump version to v1.6.2
This commit is contained in:
parent
99e75948ef
commit
7bb3e3dcc4
@ -1,6 +1,7 @@
|
|||||||
PKG_NAME=littlefs
|
PKG_NAME=littlefs
|
||||||
PKG_URL=https://github.com/geky/littlefs.git
|
PKG_URL=https://github.com/geky/littlefs.git
|
||||||
PKG_VERSION=v1.3
|
# v1.6.2
|
||||||
|
PKG_VERSION=0bb1f7af17755bd792f0c4966877fb1886dfc802
|
||||||
PKG_LICENSE=Apache-2.0
|
PKG_LICENSE=Apache-2.0
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MODULE := littlefs
|
MODULE := littlefs
|
||||||
|
|
||||||
CFLAGS += -Wno-unused-parameter -Wno-format
|
CFLAGS += -Wno-format
|
||||||
# GCC 4.9 bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64480)
|
# GCC 4.9 bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64480)
|
||||||
# used by MIPS
|
# used by MIPS
|
||||||
CFLAGS += -Wno-missing-field-initializers
|
CFLAGS += -Wno-missing-field-initializers
|
||||||
|
Loading…
Reference in New Issue
Block a user