- Remove ASCII-only configuration, CP437 is used instead - Add dynamic code page configuration See components/fatfs/src/00history.txt for FATFS changelog.
GET_SECTOR_SIZE should return WORD (unsigned short) but returned uint32_t. Reference: http://elm-chan.org/fsw/ff/doc/dioctl.html Closes https://github.com/espressif/esp-idf/pull/1031.
- clean up diskio_spiflash, fix the max number of volumes supported - move SDMMC code into a separate file