Skip to content

Actions: Oakchris1955/simple-fatfs

Cargo Build & Test

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
77 workflow runs
77 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

chore: fix faf1be2 for no_std contexts
Cargo Build & Test #78: Commit d1c1015 pushed by Oakchris1955
September 21, 2024 14:46 31s write-functionality
September 21, 2024 14:46 31s
feat: add the ability to remove non-empty directories
Cargo Build & Test #77: Commit faf1be2 pushed by Oakchris1955
September 21, 2024 14:43 38s write-functionality
September 21, 2024 14:43 38s
feat: add a proper unmount method
Cargo Build & Test #76: Commit 7803ab2 pushed by Oakchris1955
September 15, 2024 16:41 35s write-functionality
September 15, 2024 16:41 35s
fix: sync the FSInfo struct on FAT32 filesystems
Cargo Build & Test #75: Commit d19a04e pushed by Oakchris1955
September 15, 2024 16:26 34s write-functionality
September 15, 2024 16:26 34s
fix: don't expose the . & .. entries to the end user
Cargo Build & Test #74: Commit 02eb213 pushed by Oakchris1955
September 14, 2024 14:33 35s write-functionality
September 14, 2024 14:33 35s
chore: enable clippy lints
Cargo Build & Test #73: Commit 842fce1 pushed by Oakchris1955
September 14, 2024 13:17 43s write-functionality
September 14, 2024 13:17 43s
feat: Add the ability to remove empty directories
Cargo Build & Test #72: Commit 63b0f9b pushed by Oakchris1955
September 14, 2024 12:56 36s write-functionality
September 14, 2024 12:56 36s
fix: PathBuf's .parent() method wouldn't behave as expected
Cargo Build & Test #71: Commit 7a2bc0c pushed by Oakchris1955
September 14, 2024 12:54 34s write-functionality
September 14, 2024 12:54 34s
feat: create alias method remove_file
Cargo Build & Test #70: Commit dbeaf4b pushed by Oakchris1955
September 12, 2024 17:26 35s write-functionality
September 12, 2024 17:26 35s
refactor: create modularized internal remove-related methods
Cargo Build & Test #68: Commit de85609 pushed by Oakchris1955
September 8, 2024 12:19 37s write-functionality
September 8, 2024 12:19 37s
refactor: minor entry chain-related changes
Cargo Build & Test #67: Commit 5fb88c9 pushed by Oakchris1955
September 8, 2024 12:02 37s write-functionality
September 8, 2024 12:02 37s
chore: Update README.md
Cargo Build & Test #66: Commit fa7380d pushed by Oakchris1955
September 7, 2024 15:46 35s write-functionality
September 7, 2024 15:46 35s
chore: create a proper constructor for the FSProperties struct
Cargo Build & Test #65: Commit 9e61bd8 pushed by Oakchris1955
September 7, 2024 15:29 34s write-functionality
September 7, 2024 15:29 34s
fix: correctly handle calling RW methods on RO storage mediums
Cargo Build & Test #64: Commit 66b1f78 pushed by Oakchris1955
September 7, 2024 15:20 37s write-functionality
September 7, 2024 15:20 37s
chore: rename src/fs/ to src/fat/
Cargo Build & Test #63: Commit d43d06a pushed by Oakchris1955
September 7, 2024 14:49 32s write-functionality
September 7, 2024 14:49 32s
fix: properly handle FATs
Cargo Build & Test #62: Commit b891cc0 pushed by Oakchris1955
September 3, 2024 14:21 36s write-functionality
September 3, 2024 14:21 36s
chore: various aesthetic changes
Cargo Build & Test #61: Commit a4503de pushed by Oakchris1955
September 1, 2024 12:28 36s write-functionality
September 1, 2024 12:28 36s
refactor: split fs.rs file into multiple modules
Cargo Build & Test #60: Commit 8b61fea pushed by Oakchris1955
September 1, 2024 12:07 35s write-functionality
September 1, 2024 12:07 35s
test(fat32): create various fat32-related tests
Cargo Build & Test #59: Commit 418451a pushed by Oakchris1955
August 31, 2024 09:45 32s write-functionality
August 31, 2024 09:45 32s
fix(fat32): various fat32-related bug fixes
Cargo Build & Test #58: Commit d8a5cfd pushed by Oakchris1955
August 31, 2024 09:44 35s write-functionality
August 31, 2024 09:44 35s
fix: truncate() now works if the new size is close to the old one
Cargo Build & Test #57: Commit a60e55b pushed by Oakchris1955
August 31, 2024 09:40 38s write-functionality
August 31, 2024 09:40 38s
feat: add remove() method to RWFile struct
Cargo Build & Test #56: Commit f88942b pushed by Oakchris1955
August 30, 2024 12:24 37s write-functionality
August 30, 2024 12:24 37s
fix: correctly parse 8.3 & LFN entries that span multiple sectors
Cargo Build & Test #55: Commit 21d83d6 pushed by Oakchris1955
August 29, 2024 11:52 32s write-functionality
August 29, 2024 11:52 32s
fix: correctly implement file attributes
Cargo Build & Test #54: Commit f427f9e pushed by Oakchris1955
August 28, 2024 12:03 37s write-functionality
August 28, 2024 12:03 37s