1
0
mirror of https://github.com/armink/FlashDB.git synced 2025-01-29 04:32:53 +08:00

8 Commits

Author SHA1 Message Date
guoweilkd
4aa2dbc6a4 fix FDB_ALIGN macro expansion errors 2023-10-12 11:01:02 +08:00
DarryZh
3e441f6c26
[inc/fdb_low_lvl] fix An error occurred in FDB_ALIGN(size, align) when align is not 2 to the nth power (#233) 2023-08-17 18:01:48 +08:00
grape-wzy
cc1c6f4d9f
[kvdb] update _fdb_kv_load(fdb_kvdb_t db) (#219)
remove function declaration in fdb_low_lvl.h;
add static qualifier in fdb_kvdb.c
2023-06-10 13:30:15 +08:00
朱天龙 (Armink)
4e56774082 [fdb] add db path info for logs 2023-05-28 19:03:26 +08:00
yuanyu
18bfd7b4ca Flash with 0 after erasure is supported 2023-02-16 17:36:09 +08:00
Tennn11
9376925922 【修改】write函数增加sync参数,KVDB和TSDB存储数据时减少sync次数 2021-08-06 16:38:11 +08:00
armink
16b41780dd [fdb] Add fdb_kvdb_deinit & fdb_tsdb_deinit function.
[fdb] Add init but NOT_FORMAT mode in TSDB and KVDB.
[kvdb] Update the cache when load KV.
2021-04-15 22:52:32 +08:00
armink
85c7539833 Modify the directory structure. 2020-05-31 13:58:08 +08:00