esp-idf/components/fatfs/src
Eric Wheeler 1ad06064d1 feat(fatfs): add Kconfig settings for FF_USE_STRFUNC
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>
2024-04-08 14:37:12 -07:00
..
00history.txt fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
00readme.txt fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
diskio.c fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
diskio.h fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
ff.c fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
ff.h fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
ffconf.h feat(fatfs): add Kconfig settings for FF_USE_STRFUNC 2024-04-08 14:37:12 -07:00
ffsystem.c fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00
ffunicode.c fatfs: Update to version 0.15 2023-01-30 13:14:54 +00:00