mbed-os/features
Christopher Haster 7059d44c57 Extended mount to check all metadata-pairs
The most common issue with using littlefs in mbed-os is when users
change from littlefs->FAT->littlefs (or with MBR or similar). When this
corrupts the superblock, littlefs tries to fall back to the backup
superblock. However, at this point in the time the old superblock may be
very out-of-date and pointing to an incorrect filesystem.

There's no complete solution to a malicious modification of the
filesystem (short of checking all metadata+data, a very expensive
operation), but we can at least expand our validation to all of the
metadata for the filesystem. This at least catches the common issues
with changing between different filesystems.
2019-01-25 14:29:59 +00:00
..
FEATURE_BLE Remove own_oob and peer_oob flags from Nordic PAL 2019-01-25 14:29:59 +00:00
FEATURE_BOOTLOADER Added TARGET_SDT64B, a bootloader file on SDT64B 2019-01-14 13:06:14 +00:00
cellular Set target C030-R412M in mbed 2019-01-25 14:29:59 +00:00
cryptocell/FEATURE_CRYPTOCELL310 Change to mbedtls_platform_zeroize() 2019-01-14 13:06:14 +00:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key Fix security bug in DeviceKey 2019-01-14 13:06:14 +00:00
frameworks Update mbed-coap to version 4.7.3 2018-12-27 22:25:55 -06:00
lorawan Fixed single space that astyle caught 2019-01-14 13:06:14 +00:00
lwipstack Allow LwIP TCP retransmissions to be configured and tune those smaller. 2019-01-14 13:06:14 +00:00
mbedtls Parameterise repo used in Mbed TLS importer script 2019-01-14 13:06:14 +00:00
nanostack thread_mle_message_handler: fix build warning 2019-01-25 14:29:59 +00:00
netsocket Add doxygen spellcheck jobs to Travis 2019-01-25 14:29:59 +00:00
nfc removed include statement 2018-12-27 22:26:00 -06:00
storage Extended mount to check all metadata-pairs 2019-01-25 14:29:59 +00:00
unsupported Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-27 22:26:04 -06:00