mbed-os/features
Christopher Haster 9d6e309432 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-17 11:02:29 -06:00
..
FEATURE_BLE Merge pull request #9096 from pan-/fix-enforce-size-limits 2019-01-17 12:41:57 +01:00
FEATURE_BOOTLOADER Added TARGET_SDT64B, a bootloader file on SDT64B 2019-01-07 10:52:34 +09:00
cellular Merge pull request #9369 from u-blox/target_C030-R412M 2019-01-17 12:39:43 +01:00
cryptocell/FEATURE_CRYPTOCELL310 Change to mbedtls_platform_zeroize() 2019-01-01 13:56:58 +02: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-07 18:04:33 +01:00
frameworks Merge pull request #8882 from anttiylitokola/mbed-coap-4.7.3 2018-12-03 13:44:20 +01:00
lorawan Merge pull request #9245 from kjbracey-arm/lorawan_atomic_flag 2019-01-16 09:31:29 +01:00
lwipstack Allow LwIP TCP retransmissions to be configured and tune those smaller. 2019-01-02 19:05:16 +02:00
mbedtls Parameterise repo used in Mbed TLS importer script 2019-01-11 13:51:19 +00:00
nanostack Add nanostack support for KW41Z 2019-01-09 07:43:41 -06:00
netsocket Merge pull request #9337 from tymoteuszblochmobica/removecellular 2019-01-16 22:06:27 -06:00
nfc Fix long writes/reads stack overflowing (#8802) 2018-12-13 18:18:01 -06:00
storage Extended mount to check all metadata-pairs 2019-01-17 11:02:29 -06:00
unsupported Don't use define checks on DEVICE_FOO macros (mbed code) 2018-12-20 10:16:42 +11:00