Skip to content

Commit

Permalink
pkg/flashdb: bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Aug 8, 2023
1 parent bb9011c commit db38345
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
4 changes: 2 additions & 2 deletions pkg/flashdb/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME=flashdb
PKG_URL=https://github.com/armink/FlashDB.git
# 1.1.2
PKG_VERSION=7062902a3e7b6b8a7e8f5886ae242271a0164e05
# 2.0.0
PKG_VERSION=d01c0d48aabf747978592d53f6ba35f94be65895
PKG_LICENSE=Apache-2.0

include $(RIOTBASE)/pkg/pkg.mk
Expand Down
1 change: 1 addition & 0 deletions pkg/flashdb/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# FlashDB is only supported by 32 bit architectures
FEATURES_REQUIRED += arch_32bit
CFLAGS += -DFDB_USING_NATIVE_ASSERT

ifneq (,$(filter flashdb_tsdb,$(USEMODULE)))
CFLAGS += -DFDB_USING_TSDB
Expand Down
52 changes: 0 additions & 52 deletions pkg/flashdb/patches/0002-remove-assert-definition.patch

This file was deleted.

0 comments on commit db38345

Please sign in to comment.