mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-07 20:05:37 +00:00
add test SDdir
This commit is contained in:
parent
3a865fb51d
commit
60c064ca19
8 changed files with 370 additions and 25 deletions
|
|
@ -39,6 +39,10 @@ else
|
|||
all: LIBS +=_wlan _platform_new _wps _websocket _xmodem _mdns
|
||||
mp: LIBS +=_wlan_mp _platform_new _wps _websocket _xmodem _mdns
|
||||
endif
|
||||
ifdef USE_SDIOH
|
||||
LIBS += _sdcard
|
||||
CFLAGS += -DCONFIG_FATFS_EN=1
|
||||
endif
|
||||
# m c nosys gcc
|
||||
PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/gcc
|
||||
LDFILE = rlx8195A-symbol-v04-img2.ld
|
||||
|
|
@ -365,6 +369,7 @@ SRC_C += sdk/component/common/file_system/fatfs/r0.10c/src/diskio.c
|
|||
SRC_C += sdk/component/common/file_system/fatfs/r0.10c/src/ff.c
|
||||
SRC_C += sdk/component/common/file_system/fatfs/r0.10c/src/option/ccsbcs.c
|
||||
ifdef USE_SDIOH
|
||||
INCLUDES += sdk/component/common/file_system/fatfs/disk_if/inc
|
||||
SRC_C += sdk/component/common/file_system/fatfs/disk_if/src/sdcard.c
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue