An open API service for providing issue and pull request metadata for open source projects.

GitHub / trussed-dev/littlefs2 issues and pull requests

#107 - Mounting and multi-threading

Issue - State: open - Opened by Ddystopia about 2 months ago

#106 - call target out of range: memcpy

Issue - State: open - Opened by morteza-norouzi 2 months ago

#104 - Proper interior mutability concepts

Issue - State: open - Opened by Psy-Kai 3 months ago - 1 comment

#102 - core: Make io::Result alias accept generic error type

Pull Request - State: closed - Opened by sosthene-nitrokey 5 months ago

#101 - Remove need for generic array and typenum constants

Pull Request - State: open - Opened by sosthene-nitrokey 5 months ago - 7 comments

#100 - Fix list panic when last block of the filesystem is used

Pull Request - State: closed - Opened by sosthene-nitrokey 5 months ago

#99 - Add storage implementation using the filesystem

Issue - State: open - Opened by robin-nitrokey 5 months ago

#98 - Add DynStorageAlloc using FnOnce and release v0.6.1

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#97 - Rename `object_safe` module

Issue - State: open - Opened by sosthene-nitrokey 5 months ago - 1 comment

#96 - Upgrade generic-array to 1.0

Pull Request - State: open - Opened by Cryptjar 5 months ago

#95 - Release v0.6.0

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#94 - Remove trait and result arguments from macros

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#93 - Implement lfs_fs_stat

Issue - State: open - Opened by robin-nitrokey 5 months ago

#92 - Bump littlefs to version 2.9

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#91 - ci: Use avr-none target for avr build

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#90 - Add missing log-trace feature to Cargo.toml

Pull Request - State: closed - Opened by robin-nitrokey 5 months ago

#88 - Fix new clippy lints

Pull Request - State: closed - Opened by robin-nitrokey 7 months ago

#86 - Add list example

Pull Request - State: closed - Opened by robin-nitrokey 9 months ago - 1 comment

#85 - Release v0.5.0

Pull Request - State: closed - Opened by robin-nitrokey 9 months ago

#84 - Release littlefs2-core v0.1.0

Pull Request - State: closed - Opened by robin-nitrokey 10 months ago

#83 - core: Remove debug information from Error

Pull Request - State: closed - Opened by robin-nitrokey 10 months ago

#82 - core: Never inline Path to PathBuf conversion

Pull Request - State: closed - Opened by robin-nitrokey 10 months ago

#81 - core: Make heapless support optional and support multiple versions

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago - 3 comments

#80 - Remove dir-entry-path feature

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#79 - Refactor attributes API

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#78 - core: Use c_int where applicable

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#77 - core: Make heapless dependency optional

Issue - State: closed - Opened by robin-nitrokey 12 months ago

#76 - core: Revisit dir-entry-path feature

Issue - State: closed - Opened by robin-nitrokey 12 months ago

#75 - core: Improve attributes API

Issue - State: closed - Opened by robin-nitrokey 12 months ago - 4 comments

#74 - Extend CI checks

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#73 - Introduce littlefs2-core crate

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#72 - Move exists method from Path into Filesystem

Pull Request - State: closed - Opened by robin-nitrokey 12 months ago

#71 - c-stubs feature not working

Issue - State: open - Opened by Sven65 about 1 year ago - 1 comment

#70 - Review numeric casts

Issue - State: open - Opened by robin-nitrokey about 1 year ago

#69 - Handle platforms where c_int is not i32

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago - 2 comments

#68 - Fix compile errors if c_int is not i32 on some platforms

Pull Request - State: closed - Opened by bytedream about 1 year ago - 3 comments

#67 - Refactor error types

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago - 3 comments

#66 - Remove deploy docs job

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago

#65 - Support paths without trailing nulls

Issue - State: open - Opened by robin-nitrokey about 1 year ago - 1 comment

#64 - Remove panicking path conversions

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago

#63 - Drop or deprecate panicking conversions of paths

Issue - State: closed - Opened by robin-nitrokey about 1 year ago

#62 - Remove cstr_core and cty dependencies and use littlefs2-sys 0.2.0

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago

#61 - Fix compilation without default features

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago

#60 - Enforce const evaluation in path! macro

Pull Request - State: closed - Opened by robin-nitrokey about 1 year ago - 2 comments

#59 - Initial support for upstream lfs v2.9.3

Pull Request - State: closed - Opened by elrafoon about 1 year ago - 2 comments

#58 - feat: implement embedded-io and embedded-io-async traits

Pull Request - State: open - Opened by elrafoon about 1 year ago - 3 comments

#57 - Add Filesystem::mount_or_else

Pull Request - State: closed - Opened by robin-nitrokey over 1 year ago - 5 comments

#56 - Update littlefs2-sys to v0.2.0

Pull Request - State: closed - Opened by robin-nitrokey over 1 year ago - 1 comment

#55 - Extract core types into separate crate

Issue - State: closed - Opened by robin-nitrokey over 1 year ago - 4 comments

#54 - Fixes undefined behavior due to improper use of `&mut`

Pull Request - State: closed - Opened by icmccorm over 1 year ago

#53 - File system not persistent (RP2040 NOR flash)

Issue - State: closed - Opened by Captainfl4me over 1 year ago - 2 comments

#52 - Fix doc warnings

Pull Request - State: closed - Opened by sosthene-nitrokey over 1 year ago

#51 - Fix clippy warnings

Pull Request - State: closed - Opened by sosthene-nitrokey over 1 year ago

#50 - Path: Add ordering comparison functions

Pull Request - State: closed - Opened by sosthene-nitrokey over 1 year ago

#49 - Add object-safe traits for File, Filesystem, Storage

Pull Request - State: closed - Opened by robin-nitrokey over 1 year ago

#48 - Consider switching paths to use native slices

Issue - State: open - Opened by sosthene-nitrokey over 1 year ago - 6 comments

#47 - Add path manipulation utils

Pull Request - State: closed - Opened by sosthene-nitrokey over 1 year ago - 1 comment

#46 - Fix deletion of root directory

Pull Request - State: closed - Opened by sosthene-nitrokey almost 2 years ago

#45 - `remove_dir_all` fails with the root

Issue - State: closed - Opened by sosthene-nitrokey almost 2 years ago

#44 - Fix crashes when run with littlefs assertions

Pull Request - State: closed - Opened by sosthene-nitrokey about 2 years ago

#43 - Tests fail with all features enabled.

Issue - State: closed - Opened by sosthene-nitrokey about 2 years ago

#42 - Bump littlefs2-sys for littlefs 2.6

Pull Request - State: closed - Opened by sosthene-nitrokey about 2 years ago - 6 comments

#41 - Error building tests on Windows 11

Issue - State: open - Opened by sullivanmj over 2 years ago - 4 comments

#40 - Fix typecast in Metadata::from implementation.

Pull Request - State: closed - Opened by sullivanmj over 2 years ago - 2 comments

#39 - Fix repo links and add ci targets

Pull Request - State: closed - Opened by elpiel over 2 years ago - 7 comments

#38 - Fix macro hygiene for path!

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago

#37 - Build error in 0.4.0

Issue - State: closed - Opened by sullivanmj over 2 years ago - 2 comments

#36 - Correct remove_dir_all_where recursion handling / Fix #35

Pull Request - State: closed - Opened by sosthene-nitrokey over 2 years ago

#34 - Add chunked read/write APIs

Pull Request - State: closed - Opened by sosthene-nitrokey over 2 years ago - 2 comments

#33 - Expose more directory iteration methods

Pull Request - State: open - Opened by sosthene-nitrokey over 2 years ago - 9 comments

#32 - Improve iteration capability

Issue - State: open - Opened by sosthene-nitrokey over 2 years ago - 1 comment

#31 - Make Filesystem owned

Issue - State: open - Opened by robin-nitrokey over 2 years ago - 2 comments

#30 - Target thumbv6m unsupported due to delog dependency

Issue - State: open - Opened by Maxgamerboy1 over 2 years ago - 1 comment

#29 - Release v0.4.0

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago - 2 comments

#28 - Revert Rust version pin

Issue - State: closed - Opened by nickray over 2 years ago

#27 - Support constructing const Path from str

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago - 3 comments

#26 - Rust 1.67.0 breaks unit tests

Issue - State: closed - Opened by robin-nitrokey over 2 years ago - 6 comments

#25 - ci: Only deploy docs on main

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago

#24 - Fix lookahead buffer size reported to littlefs2-sys

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago - 16 comments

#23 - driver::Storage::read(&self -> &mut self)

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago - 2 comments

#22 - Propagate errors in callbacks

Pull Request - State: closed - Opened by robin-nitrokey over 2 years ago

#21 - Derive Eq and PartialEq for Path

Pull Request - State: closed - Opened by sosthene-nitrokey about 3 years ago

#20 - RFC: Fobnail architecture change

Issue - State: closed - Opened by arturkow2000 about 3 years ago - 1 comment

#19 - Fix filesystem corruption

Pull Request - State: closed - Opened by arturkow2000 about 3 years ago - 6 comments

#18 - Unable to build littflefs under esp-rs

Issue - State: open - Opened by leelists about 3 years ago - 2 comments

#17 - Example for SD card on Microcontroller?

Issue - State: open - Opened by gauteh about 3 years ago - 1 comment

#16 - LittleFS corruption problem

Issue - State: closed - Opened by arturkow2000 over 3 years ago

#15 - Document no_std gotchas, provide c-stubs

Pull Request - State: closed - Opened by nickray almost 4 years ago

#14 - requires std?

Issue - State: open - Opened by gauteh almost 4 years ago - 6 comments

#13 - Missed a generic-array type

Pull Request - State: closed - Opened by nickray about 4 years ago

#12 - Updates

Pull Request - State: closed - Opened by nickray about 4 years ago

#11 - simplify error conversion

Pull Request - State: closed - Opened by conorpp about 4 years ago - 3 comments

#10 - Yay, heapless bumped generic-array

Pull Request - State: closed - Opened by nickray over 4 years ago

#9 - Format code using 'cargo fmt'

Pull Request - State: closed - Opened by Atul9 about 5 years ago - 1 comment

#8 - Filename/Path maxima

Issue - State: open - Opened by nickray over 5 years ago