What's Changed
- TSDB: Added FDB_TSDB_FIXED_BLOB_SIZE compile-time option to reduce flash usage in fixed-size blob scenarios. by @EzraZigenbine in #387
- TSDB: add TSDB support for high granularity Flash operations by @Oliver0927i in #398
- KVDB: Support 256bit write granularity for kvdb by @Baseline-K in #396
- CI: add matrix test for FDB_WRITE_GRAN=[1,8,32,64,128, 256] by @armink in #399
- Fixed a bug with reversed arguments to the
fwriteandfreadfunctions forlibcfile mode. by @MGlolenstine in #333 - Rename "fdb_cfg.h" to "fdb_cfg_template.h" by @Linjieqiang in #338
- Change an ordinary lock to a recursive lock by @RiceChen0 in #339
- Fixed an issue where writing to flash was still called even when the down alignment was 0 in align_write by @illustriousness in #370
- docs: fix return value of
fdb_kv_get_blobby @leandrolanzieri in #377
New Contributors
- @MGlolenstine made their first contribution in #333
- @Linjieqiang made their first contribution in #338
- @RiceChen0 made their first contribution in #339
- @illustriousness made their first contribution in #370
- @leandrolanzieri made their first contribution in #377
- @EzraZigenbine made their first contribution in #387
- @Oliver0927i made their first contribution in #398
- @Baseline-K made their first contribution in #396
Full Changelog: 2.1.1...2.2.0