提交歷史

作者 SHA1 備註 提交日期
  Christopher Haster 9dd4ee3ab3 Added post-release script, cleaned up workflows 5 年之前
  Christopher Haster acc97aed02 Reduced build sources to just the core littlefs 5 年之前
  Christopher Haster 011d333558 Brought over the release workflow 5 年之前
  Christopher Haster 65ab1d7ec2 Fixed a recompilation issue in CI, tweaked coverage.py a bit more 5 年之前
  Christopher Haster 96a97479c7 Added BUILDDIR, a bit of script reworking 5 年之前
  Christopher Haster 4b0db6f848 Switched to lcov for coverage collection, greatly simplified coverage.py 5 年之前
  Christopher Haster 5bcee647c8 Added coverage.py, and optional coverage info to test.py 5 年之前
  Christopher Haster 38c1ee4845 Added GitHub workflows to run tests 5 年之前
  Christopher Haster 106963f538 Added scripts/code_size.py, for more in-depth code-size reporting 5 年之前
  xieyangrun de7634c518 Merge remote-tracking branch 'remotes/origin/master' 5 年之前
  xieyangrun 7a59091c1b update lfs v2.3.0 5 年之前
  xieyangrun 4e295e334b https://github.com/geniusgogo/littlefs/commit/b5d27acbf965d5149e76407b04c2660ddcd0167e#diff-f760583e42c2270e40b514c73089180a 5 年之前
  xieyangrun d3c0067738 merge v2.2.0_for_rtthread 5 年之前
  xieyangrun 0892799191 change mtd driver 7 年之前
  Christopher Haster 5d9c15d513 Renamed internal lfs_*raw -> lfs_raw* functions 5 年之前
  Christopher Haster 61b02283fa Bumped minor version to v2.3 5 年之前
  Christopher Haster a56ddf27a2 Changed lfs_dir_alloc to maximize block cycles for new metadata pairs 5 年之前
  Christopher Haster 25db0b23d1 Fixed allocation-eviction issue when erase state is multiple of block_cycles+1 5 年之前
  Christopher Haster 55e8bd28c8 Moved lfs_mlist_isopen checks into the API wrappers 5 年之前
  Noah Gorny 2874394a1c Deprecate LFS_F_OPENED and use lfs_mlist_isused instead 5 年之前
  Christopher Haster 75131de614 Added thread-safe build+size reporting to CI 5 年之前
  Christopher Haster 7e7112809c Moved LFS_TRACE calls to API wrapper functions 5 年之前
  Christopher Haster a41dec7e10 Tweaked thread-safe implementation 5 年之前
  Bill Gesner 0953cfee0e make raw functions static. formatting tweaks 5 年之前
  Bill Gesner ba68a08b2f Squash of thread-safe PR cleanup 5 年之前
  Bill Gesner fc3f88e5c1 add thread safe wrappers 5 年之前
  Christopher Haster e33ee1fd49 Added read-only build+size reporting to CI 5 年之前
  Maxime Vincent 312e482513 Squash of LFS_READONLY cleanup 5 年之前
  Maxime Vincent 887a6d4237 Add LFS_READYONLY define, to allow smaller builds providing read-only mode 5 年之前
  Noah Gorny a9ed2f7b43 Add lfs_mlist_append/remove helper 5 年之前