From 2e1af4427051745425be0bc318fa0437aaaeb9b5 Mon Sep 17 00:00:00 2001 From: yuht Date: Mon, 4 Jan 2016 09:03:08 +0800 Subject: [PATCH] add RT_DFS_ELM_CODE_PAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决因为缺少RT_DFS_ELM_CODE_PAGE 导致scons无法正确配置工程文件系统代码页问题。 --- bsp/lpc176x/rtconfig.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/bsp/lpc176x/rtconfig.h b/bsp/lpc176x/rtconfig.h index f93328fd37..db9da8ed4b 100644 --- a/bsp/lpc176x/rtconfig.h +++ b/bsp/lpc176x/rtconfig.h @@ -110,6 +110,35 @@ // 1 // 2 // +// +// 932 +// 936 +// 949 +// 950 +// 1250 +// 1251 +// 1252 +// 1253 +// 1254 +// 1255 +// 1256 +// 1257 +// 1258 +// 437 +// 720 +// 737 +// 775 +// 850 +// 858 +// 852 +// 855 +// 866 +// 857 +// 862 +// 874 +// 1 +// +#define RT_DFS_ELM_CODE_PAGE 936 #define RT_DFS_ELM_USE_LFN 1 // #define RT_DFS_ELM_MAX_LFN 64 -- GitLab