mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1ad06064d1
Legacy fatfs code being ported to ESP-IDF may use `f_gets()`, `f_puts()`, `f_putc()`, and `f_printf()` calls, but the define `FF_USE_STRFUNC` is set to 0 without Kconfig options to enable it. This commit retains the existing default behavior of `FF_USE_STRFUNC=0` and adds Kconfig settings so users can configure `FF_USE_STRFUNC` and the related `FF_PRINT_LLI`, `FF_PRINT_FLOAT`, and `FF_STRF_ENCODE` if needed. Closes: https://github.com/espressif/esp-idf/issues/13350 Signed-off-by: Eric Wheeler <esp-idf@z.ewheeler.org> |
||
---|---|---|
.. | ||
00history.txt | ||
00readme.txt | ||
diskio.c | ||
diskio.h | ||
ff.c | ||
ff.h | ||
ffconf.h | ||
ffsystem.c | ||
ffunicode.c |