Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-15Adopted per-member static configurationsconfig-improvementsChristopher Haster
2020-11-29Added `make build` as an alias for `make all`Christopher Haster
2020-11-29Renamed cache_size -> buffer_sizeChristopher Haster
2020-11-29Made it easier to debug generated test filesChristopher Haster
2020-11-29Changed bd callbacks to use "bd_" prefixChristopher Haster
2020-11-29Standardized on externally provided config structs in the block devicesChristopher Haster
2020-11-29Changed callbacks to take user-provided context directlyChristopher Haster
2020-11-29Rename config structs to cfg structsChristopher Haster
2020-11-29Added minimal build+size reporting to CI based on static configChristopher Haster
2020-11-29Exploring ideas for static configurationChristopher Haster
2020-11-29A number of small lfs_util.h QOL changesChristopher Haster
2020-04-09Merge pull request #405 from rojer/mfev2.2.1Christopher Haster
2020-04-06Remove -Wno-missing-field-initializersDeomid "rojer" Ryabkov
2020-04-03Fix -Wmissing-field-initializersDeomid "rojer" Ryabkov
2020-04-01Merge pull request #372 from ARMmbed/test-revampv2.2.0Christopher Haster
2020-04-01Merge branch 'master' into test-revamptest-revampChristopher Haster
2020-04-01Merge pull request #373 from henrygab/patch-1Christopher Haster
2020-04-01Merge pull request #360 from jpdoyle/masterChristopher Haster
2020-04-01Merge pull request #356 from zqb-all/patch-1Christopher Haster
2020-04-01Merge pull request #322 from hemmick/masterChristopher Haster
2020-04-01Merge pull request #266 from FreddieChopin/revert-bypass-cacheChristopher Haster
2020-03-30Allow debug prints without __VA_ARGS__John Hemmick
2020-03-30Bumped minor version to v2.2Christopher Haster
2020-03-30Last minute tweaks to debug scriptsChristopher Haster
2020-03-30Moved out block device tracing into separate defineChristopher Haster
2020-03-30Merge pull request #401 from thrasher8390/bugfix/thrasher8390/issue-394-looka...Christopher Haster
2020-03-29Added test case catching issues with errors during a lookahead scanChristopher Haster
2020-03-29Minor cleanupDerek Thrasher
2020-03-29(chore) updates from PR, we decided not to move forward with changing v1 code...Derek Thrasher
2020-03-29(bugfix) adding line function to clear out all the global 'free' information ...Derek Thrasher
2020-03-20Added "evil" tests and detecion/recovery from bad pointers and infinite loopsChristopher Haster
2020-02-24Change assert to runtime check.Chris Desjardins
2020-02-23Minor tweaks to debugging scripts, fixed explode_asserts.py off-by-1Christopher Haster
2020-02-23Renamed test_format -> test_superblocks, tweaked superblock testsChristopher Haster
2020-02-19Limited byte-level tests to native testing due to timeChristopher Haster
2020-02-19Fixed minor things to get CI passing againChristopher Haster
2020-02-19Restructured .travis.yml to span more jobsChristopher Haster
2020-02-12Fixed typo in LFS_MKTAG_IF_ELSEChristopher Haster
2020-02-12Added test.py support for tmpfs-backed disksChristopher Haster
2020-02-12Updated .travis.yml and added additional geometry constraintsChristopher Haster
2020-02-10Fixed CRC check when prog_size causes multiple CRCs per commitChristopher Haster
2020-02-09Cleaned up dependent fixes on branchChristopher Haster
2020-02-09Fixed lfs_fs_size doubling metadata-pairsChristopher Haster
2020-02-09Fixed broken wear-leveling when block_cycles = 2n-1Christopher Haster
2020-02-09Modified readmdir/readtree to make reading non-truncated data easierChristopher Haster
2020-02-09Removed file outlining on ENOSPC in lfs_file_syncChristopher Haster
2020-02-09Fixed tests/*.toml.* in .gitignoreChristopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-02-02Update SPEC.mdzhuangqiubin