[修改]:修改rtconfig配置文件
This commit is contained in:
parent
fd28bfc6d6
commit
a868df4528
|
@ -65,26 +65,7 @@
|
||||||
|
|
||||||
/* Device virtual file system */
|
/* Device virtual file system */
|
||||||
|
|
||||||
#define RT_USING_DFS
|
/* RT_USING_DFS is not set */
|
||||||
#define DFS_USING_WORKDIR
|
|
||||||
#define RT_DFS_ELM_WORD_ACCESS
|
|
||||||
#define DFS_FILESYSTEMS_MAX 2
|
|
||||||
#define DFS_FD_MAX 4
|
|
||||||
#define RT_USING_DFS_ELMFAT
|
|
||||||
#define RT_DFS_ELM_CODE_PAGE 437
|
|
||||||
#define RT_DFS_ELM_USE_LFN_0
|
|
||||||
/* RT_DFS_ELM_USE_LFN_1 is not set */
|
|
||||||
/* RT_DFS_ELM_USE_LFN_2 is not set */
|
|
||||||
/* RT_DFS_ELM_USE_LFN_3 is not set */
|
|
||||||
#define RT_DFS_ELM_USE_LFN 0
|
|
||||||
#define RT_DFS_ELM_MAX_LFN 256
|
|
||||||
#define RT_DFS_ELM_DRIVES 2
|
|
||||||
#define RT_DFS_ELM_MAX_SECTOR_SIZE 512
|
|
||||||
/* RT_DFS_ELM_USE_ERASE is not set */
|
|
||||||
#define RT_DFS_ELM_REENTRANT
|
|
||||||
#define RT_USING_DFS_DEVFS
|
|
||||||
/* RT_USING_DFS_NET is not set */
|
|
||||||
/* RT_USING_DFS_NFS is not set */
|
|
||||||
|
|
||||||
/* Device Drivers */
|
/* Device Drivers */
|
||||||
|
|
||||||
|
@ -101,10 +82,7 @@
|
||||||
#define RT_USING_RTC
|
#define RT_USING_RTC
|
||||||
/* RT_USING_SDIO is not set */
|
/* RT_USING_SDIO is not set */
|
||||||
#define RT_USING_SPI
|
#define RT_USING_SPI
|
||||||
#define RT_USING_SFUD
|
/* RT_USING_SFUD is not set */
|
||||||
#define RT_SFUD_USING_SFDP
|
|
||||||
/* RT_SFUD_USING_FLASH_INFO_TABLE is not set */
|
|
||||||
/* RT_SFUD_DEBUG is not set */
|
|
||||||
/* RT_USING_W25QXX is not set */
|
/* RT_USING_W25QXX is not set */
|
||||||
/* RT_USING_GD is not set */
|
/* RT_USING_GD is not set */
|
||||||
/* RT_USING_ENC28J60 is not set */
|
/* RT_USING_ENC28J60 is not set */
|
||||||
|
@ -153,16 +131,13 @@
|
||||||
/* PKG_USING_CMBACKTRACE is not set */
|
/* PKG_USING_CMBACKTRACE is not set */
|
||||||
/* PKG_USING_PARTITION is not set */
|
/* PKG_USING_PARTITION is not set */
|
||||||
|
|
||||||
/* BSP_UASRT CONFIG */
|
/* BSP_SPECIAL CONFIG */
|
||||||
|
|
||||||
#define RT_RTC_NAME "rtc"
|
#define RT_RTC_NAME "rtc"
|
||||||
#define RT_USING_EXT_SDRAM
|
#define RT_USING_EXT_SDRAM
|
||||||
#define RT_USING_UART1
|
#define RT_USING_UART1
|
||||||
#define RT_USING_UART2
|
#define RT_USING_UART2
|
||||||
#define RT_USING_UART3
|
#define RT_USING_UART3
|
||||||
|
|
||||||
/* BSP_SPECIAL CONFIG */
|
|
||||||
|
|
||||||
#define RT_USING_SPI5
|
#define RT_USING_SPI5
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue