zephyr/tests/subsys
Andrzej Puzdrowski b3614c0b17 subsys: fs: fcb: remove f_area_id from fcb structure
It is faster to operate directly on flash_area pointer instead
of fetch it all the time using the fcb flash area id.
Also as f_area_id was needed only for get appropriate flash_area
pointer, so it is better to pass it only while initialization
the fcb and not store it in fcb instance data at all.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-02-07 09:51:26 -05:00
..
dfu arm: nordic: flash: Use FLASH_DEV_NAME define 2018-01-25 15:23:00 -06:00
fs subsys: fs: fcb: remove f_area_id from fcb structure 2018-02-07 09:51:26 -05:00
logging/logger-hook samples: use console harness for some samples 2018-01-25 04:45:35 +05:30
storage/flash_map storage: flash_map: fix directory name typo 2018-02-07 09:51:26 -05:00