Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added LFS_CRC, easier override for lfs_crc
Now you can override littlefs's CRC implementation with some simple defines: -DLFS_CRC=lfs_crc The motivation for this is the same for LFS_MALLOC/LFS_FREE. I think these are the main "system-level" utils that users want to override. Don't override with this something that's not CRC32! Your filesystem will no longer be compatible with other tools! This is only intended for provided hardware acceleration!
- Loading branch information