circuitpython/lib/oofatfs
Scott Shawcroft 11f1c42bb5
Turn on unicode for FATFS
This also tweaks the repr for unicode strings to only escape a few
utf-8 code points. This makes emoji show in os.listdir() for
example.

Also, enable exfat support on full builds.

Fixes #5146
2021-08-17 17:41:59 -07:00
..
diskio.h
ff.c Turn on unicode for FATFS 2021-08-17 17:41:59 -07:00
ff.h
ffconf.h Turn on unicode for FATFS 2021-08-17 17:41:59 -07:00
ffunicode.c