zephyr/subsys/fs/fcb
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig
Add CONFIG_CRC for building CRC related routines.
CRC routines are now being built for each application, whether used or
not and are add in the build system unconditionally.

Keep CONFIG_CRC enabled by default for now and until all users have
converted to use the new option.

Partial fix for #50654

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-23 13:30:00 +01:00
..
CMakeLists.txt
fcb.c storage: flash_map: remove device_get_binding 2022-07-02 16:04:16 +02:00
fcb_append.c fs: fcb: Define length padding bytes 2022-07-20 11:09:29 +02:00
fcb_elem_info.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
fcb_getnext.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_priv.h fs/fcb: Enable FCB to work with non-0xff erase value flash 2020-11-16 13:39:04 +01:00
fcb_rotate.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_walk.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00