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
2024-01-19Merge pull request #912 from littlefs-project/relaxed-lookaheadChristopher Haster
2024-01-16Relaxed alignment requirements for lfs_mallocrelaxed-lookaheadChristopher Haster
2023-12-19Added LFS_CRC, easier override for lfs_crceasy-util-definesChristopher Haster
2023-12-19Added LFS_MALLOC/FREE, easier overrides for lfs_malloc/freeChristopher Haster
2023-05-17Removed unnecessary sys/types.h includeremove-sys-typesChristopher Haster
2022-12-07Merge remote-tracking branch 'origin/master' into test-and-bench-runnersChristopher Haster
2022-10-27lfs_util: Fix endiannes conversion when LFS_NO_INTRINSICS is setCarles Cufi
2022-08-24Added back heuristic-based power-loss testingChristopher Haster
2022-03-21Update copyright noticecopyright-updateChristopher Haster
2021-01-18Enabled overriding of LFS_ASSERT/TRACE/DEBUG/etcci-revampChristopher Haster
2020-04-01Merge branch 'master' into test-revamptest-revampChristopher Haster
2020-04-01Merge pull request #360 from jpdoyle/masterChristopher Haster
2020-03-30Allow debug prints without __VA_ARGS__John Hemmick
2020-01-03Fix incorrect comment on `lfs_npw2`Joe Doyle
2019-12-29Created initial implementation of revamped test.pyChristopher Haster
2019-07-16Tweaked debug outputChristopher Haster
2019-07-16Added trace statements through LFS_YES_TRACEChristopher Haster
2019-05-14Fix compilation with -WundefDeomid "rojer" Ryabkov
2019-04-10Added clarification on buffer alignment.Christopher Haster
2019-01-14Modified global state format to work with new tag formatChristopher Haster
2018-10-23Tweaked tag endianness to catch power-loss after <1 word is writtenChristopher Haster
2018-10-17Fixed issue with big-endian CTZ lists intertwined in commit logicChristopher Haster
2018-10-17Changed lfs_crc to match more common APIChristopher Haster
2018-10-16Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2018-10-16Introduced cache_size as alternative to hardware read/write sizesChristopher Haster
2018-10-16Added back big-endian support again on the new metadata structuresChristopher Haster
2018-10-13Added rudimentary framework for journaling metadata pairsChristopher Haster
2018-07-13Add C++ guards to public headersFreddie Chopin
2018-07-02Fixed shadowed variable warningsDamien George
2018-06-21Changed license to BSD-3-Clauselicense-bsd-3Christopher Haster
2018-02-22Added LFS_CONFIG for user provided configuration of the utilsChristopher Haster
2018-02-19Added more configurable utilsChristopher Haster
2018-02-19Added conversion to/from little-endian on diskChristopher Haster
2018-02-19Added software implementations of bitwise instructionsChristopher Haster
2017-10-18Adopted lfs_ctz_index implementation using popcountChristopher Haster
2017-10-13Updated copyrightChristopher Haster
2017-10-10Added specification documentChristopher Haster
2017-07-08Adopted the Apache 2.0 licenseChristopher Haster
2017-06-28Added internal check of data written to diskChristopher Haster
2017-04-24Adopted more conventional buffer parameter orderingChristopher Haster
2017-04-24Structured some of the bulk of the codebaseChristopher Haster
2017-04-23Added optional block-level cachingChristopher Haster
2017-04-18Restructured directory codeChristopher Haster
2017-03-26Restructured the major interfaces of the filesystemChristopher Haster