Use MbedCRC for LittleFS (0xEDB88320)
CRC used in LittleFS is Reversed ANSI, hence new polynomial added.
Reversed polynomials perform shift in reverse direction of standard
polynomial, and we do not have option to notify reverse shift to hardware.
Hence this option is available in software only.
ls
1 parent e7c166e commit 4d7fdfc2a9d5ca3fc02757fdaa6eff37070848c2
@Deepika Deepika authored on 21 Aug 2018
Cruz Monrreal II committed on 2 Sep 2018
Showing 7 changed files
View
drivers/MbedCRC.cpp
View
drivers/MbedCRC.h
View
drivers/TableCRC.cpp
View
drivers/TableCRC.h
View
features/storage/filesystem/littlefs/LittleFileSystem.cpp
View
features/storage/filesystem/littlefs/littlefs/lfs_util.c
View
hal/crc_api.h