Skip to content

Commit 5ce9cc2

Browse files
committed
Added UTF-8 FATFS to nullnano target (missing from 9e53e09)
1 parent 9408ec9 commit 5ce9cc2

File tree

1 file changed

+3
-0
lines changed
  • components/retro-go/targets/nullnano

1 file changed

+3
-0
lines changed

components/retro-go/targets/nullnano/sdkconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ CONFIG_FATFS_LFN_NONE=n
100100
CONFIG_FATFS_LFN_HEAP=y
101101
CONFIG_FATFS_LFN_STACK=n
102102
CONFIG_FATFS_MAX_LFN=255
103+
CONFIG_FATFS_API_ENCODING_ANSI_OEM=n
104+
CONFIG_FATFS_API_ENCODING_UTF_16=n
105+
CONFIG_FATFS_API_ENCODING_UTF_8=y
103106
CONFIG_FATFS_USE_FASTSEEK=y
104107

105108
#

0 commit comments

Comments
 (0)