Skip to content

Commit

Permalink
pkg/flashdb: bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Dec 6, 2023
1 parent 8f01dbf commit de609f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
# 2.0.0
PKG_VERSION=fab8a161809d72878d1ad5bdd6ddd54301dfcb81
# 2.1.0
PKG_VERSION=c1226f337a876f55c7c527634bb8729ae16b5c99
PKG_LICENSE=Apache-2.0

include $(RIOTBASE)/pkg/pkg.mk
Expand Down
8 changes: 4 additions & 4 deletions pkg/flashdb/patches/0001-remove-example-fdb_cfg.h.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f63a94b823ad2faccb7a83440331313935c0f3f5 Mon Sep 17 00:00:00 2001
From 438a6533a8364812fcb8baa7c96417129eac13cd Mon Sep 17 00:00:00 2001
From: Benjamin Valentin <[email protected]>
Date: Tue, 1 Feb 2022 22:28:32 +0100
Subject: [PATCH] remove example fdb_cfg.h
Expand All @@ -10,7 +10,7 @@ Subject: [PATCH] remove example fdb_cfg.h

diff --git a/inc/fdb_cfg.h b/inc/fdb_cfg.h
deleted file mode 100644
index 48d92af..0000000
index e8748ab..0000000
--- a/inc/fdb_cfg.h
+++ /dev/null
@@ -1,50 +0,0 @@
Expand Down Expand Up @@ -44,7 +44,7 @@ index 48d92af..0000000
-
-#ifdef FDB_USING_FAL_MODE
-/* the flash write granularity, unit: bit
- * only support 1(nor flash)/ 8(stm32f2/f4)/ 32(stm32f1) */
- * only support 1(nor flash)/ 8(stm32f2/f4)/ 32(stm32f1)/ 64(stm32f7)/ 128(stm32h5) */
-#define FDB_WRITE_GRAN /* @note you must define it for a value */
-#endif
-
Expand All @@ -65,5 +65,5 @@ index 48d92af..0000000
-
-#endif /* _FDB_CFG_H_ */
--
2.32.0
2.43.0

0 comments on commit de609f8

Please sign in to comment.