mbed-os/features
Christopher Haster d1468a68ab FAT: Removed implicit MBR from FAT filesystem during format
- Implicit MBR still allowed during mount
  - maintains storage compatibility
- Not needed
  - MBR utility is not exposed through the FAT filesystem,
    so the only used partition was always the first. Omitting
    the MBR is functionally equivalent
  - Saves a few blocks on storage for MBR + offset
    for FAT alignment
- Duplicated with MBRBlockDevice
  - The implicit MBR actually prevents nesting a FAT filesystem
    in the MBRBlockDevice
2017-05-23 11:56:00 -05:00
..
FEATURE_BLE NRF5: changes for code review of merg nrf52840 to NRF5 sources 2017-05-09 15:43:30 +02:00
FEATURE_COMMON_PAL Merge commit '1d3c49a408faa231d18d83fb03c65425cf22c507' into nanostack-libservice 2017-05-11 13:38:20 +03:00
FEATURE_LWIP Merge pull request #4311 from kjbracey-arm/lwip_cksum 2017-05-18 09:28:10 -05:00
FEATURE_UVISOR uVisor: Fix copy of quick-start doc in exporter script 2017-04-12 14:28:43 +01:00
TESTS/filesystem bd: Added MBRBlockDevice for handling a master boot record on a block device 2017-05-23 11:55:57 -05:00
filesystem FAT: Removed implicit MBR from FAT filesystem during format 2017-05-23 11:56:00 -05:00
frameworks Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbedtls Merge pull request #3691 from adustm/STM_aes_f439zi 2017-03-14 14:32:25 +00:00
nanostack Update README.md 2017-04-12 15:21:02 +03:00
netsocket NSAPI - Don't send trailing garbage in DNS queries 2017-05-05 11:35:48 +03:00
storage/FEATURE_STORAGE FILESYSTEM: moved FAT filesystem implemenation to features/filesystem subdir, and fs-fat tests to features/TESTS. 2017-02-23 16:30:21 +00:00
unsupported Merge pull request #4291 from jamike/USBHost_fix_target_stm_build 2017-05-15 16:18:36 +01:00