zephyr/tests/subsys/fs/fcb
Eivind Jølsgard cfa1ba1261 fs: fcb: add option to disable CRC for fcb entries
Add option to disable CRC for fcb entries. This improves the write
throughput significantly at the cost of not detecting corrupted data
in flash. This is beneficial for aplications that needs the extra
write throughput, where error detection is done elsewhere.

Allow the FCB entries in flash to have a valid CRC when CRC is
disabled in the FCB. This allows existing solutions to disable
CRC checking, while keeping the CRC areas intact. Note that this
is a one-way option.

Fixes #53707

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
2023-01-18 22:18:37 +00:00
..
boards
src fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
CMakeLists.txt
prj_native_posix_64.conf fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
prj_native_posix.conf fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
prj_nucleo_h743zi.conf fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
prj_qemu_x86.conf fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
prj.conf fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
testcase.yaml tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00