mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 15:24:11 +08:00
[BSP] Remove the RT_USING_COMPONENTS_INIT in rt_config.h , and added some components init functions by hand.
This commit is contained in:
@@ -98,9 +98,6 @@
|
||||
#define RT_CONSOLEBUF_SIZE 128
|
||||
#define RT_CONSOLE_DEVICE_NAME "sci0"
|
||||
|
||||
/* SECTION: component options */
|
||||
#define RT_USING_COMPONENTS_INIT
|
||||
|
||||
/* SECTION: APP MODULE */
|
||||
/* #define RT_USING_MODULE */
|
||||
|
||||
@@ -136,7 +133,7 @@
|
||||
/* #define RT_USING_DFS_NFS */
|
||||
|
||||
/* DFS: UFFS nand file system options */
|
||||
#define RT_USING_DFS_UFFS
|
||||
//#define RT_USING_DFS_UFFS
|
||||
/* configuration for uffs, more to see dfs_uffs.h and uffs_config.h */
|
||||
#define RT_CONFIG_UFFS_ECC_MODE UFFS_ECC_HW_AUTO
|
||||
/* enable this ,you need provide a mark_badblock/check_block function */
|
||||
|
||||
Reference in New Issue
Block a user