zephyr/tests
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
..
application_development tests: code_relocation: Add additional test cases for library and genex 2023-01-17 18:08:37 +01:00
arch tests: update expected exception codes 2023-01-12 10:01:05 +01:00
benchmarks tests: use namespacing in extra_configs and drop duplicated scenarios 2023-01-13 09:42:59 +01:00
bluetooth tests: bsim: audio: Create unicast group prior stream configuration 2023-01-18 09:56:52 +01:00
boards
boot yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
cmake
crypto tests: use namespacing in extra_configs and drop duplicated scenarios 2023-01-13 09:42:59 +01:00
drivers tests: drivers: i2c: i2c_target_api: Fix i2c1 configuration for rpi_pico 2023-01-17 11:30:52 +01:00
kernel tests: smp: fix fatal on smp test case 2023-01-17 21:51:26 +00:00
lib tests: spsc_pbuf: Check return code 2023-01-17 21:50:16 +00:00
misc
net treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
posix tests: posix: common: avoid direct pthread_attr_t field access 2023-01-10 09:02:21 +09:00
subsys fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
unit test: unit: util: add BIT_MASK macros tests 2023-01-10 09:23:14 +01:00
ztest treewide: Update deprecated CONFIG_LIB_CPLUSPLUS usages 2023-01-13 17:42:55 -05:00