+review OPReview-470
Conflicts: flight/pios/common/pios_flashfs_logfs.c flight/pios/inc/pios_flashfs_logfs_priv.h flight/tests/logfs/pios.h flight/tests/logfs/pios_config.h flight/tests/logfs/unittest.cpp
Build it with: make ut_logfs Create a raw flash file like this: dd if=/dev/zero bs=1 count=2MiB | tr '\000' '\377' > theflash.bin Run it with: ./build/unit_tests/logfs/logfs.elf && echo 'all good' Conflicts: Makefile