Skip to content

Commit 17f6758

Browse files
authored
update default sdkconfig with UTF8 support (#95)
1 parent d4158af commit 17f6758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/defconfig.common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ CONFIG_ETH_SPI_ETHERNET_DM9051=y
3232
CONFIG_ETH_SPI_ETHERNET_W5500=y
3333
CONFIG_FATFS_CODEPAGE_850=y
3434
CONFIG_FATFS_LFN_STACK=y
35+
# CONFIG_FATFS_API_ENCODING_ANSI_OEM is not set
36+
CONFIG_FATFS_API_ENCODING_UTF_8=y
3537
# CONFIG_FMB_CONTROLLER_SLAVE_ID_SUPPORT is not set
3638
CONFIG_FMB_TIMER_PORT_ENABLED=y
3739
CONFIG_FREERTOS_HZ=1000

0 commit comments

Comments
 (0)