zephyr/subsys/fs/fcb
Andrzej Puzdrowski 95a9dbc4b3 subsys: fs: fcb: rework fcb_walk and its callback
Previously flash_area structure was the parameter for the callback
function for transferring sector location info.
Now flash_sector is used so relevant flash_area is missing for
the callback.

This patch introduces structure fcb_entry_ctx which incorporates
entries' location and relevant flash area. It is used to pass complete
information to the callback. Additional  pointer to the flash_area fcb
speeds up operations.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-02-07 09:51:26 -05:00
..
CMakeLists.txt subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00
fcb.c subsys: fs: fcb: rework fcb_walk and its callback 2018-02-07 09:51:26 -05:00
fcb_append.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_elem_info.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_getnext.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_priv.h subsys: fs: fcb: rework fcb_walk and its callback 2018-02-07 09:51:26 -05:00
fcb_rotate.c fs: Convert FCB to use sectors (not areas) 2018-02-07 09:51:26 -05:00
fcb_walk.c subsys: fs: fcb: rework fcb_walk and its callback 2018-02-07 09:51:26 -05:00
Kconfig subsys: fs: Add Flash Circular Buffer 2018-01-15 15:46:37 -05:00