mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
a82acd811f
commit
6386e78c5b
13 changed files with 596 additions and 513 deletions
11
project.mk
11
project.mk
|
@ -3,7 +3,7 @@
|
|||
#=============================================
|
||||
#WEB_INA219_DRV = 1
|
||||
#WEB_ADC_DRV = 1
|
||||
#WEB_SDCARD = 1
|
||||
USE_SDCARD = 1
|
||||
#USE_AT = 1
|
||||
#USE_FATFS = 1
|
||||
#USE_SDIOH = 1
|
||||
|
@ -17,6 +17,11 @@ USE_NEWCONSOLE = 1
|
|||
USE_WIFI_API = 1
|
||||
endif
|
||||
|
||||
ifdef USE_SDCARD
|
||||
USE_FATFS = 1
|
||||
USE_SDIOH = 1
|
||||
endif
|
||||
|
||||
#RTOSDIR=freertos_v8.1.2
|
||||
RTOSDIR=freertos_v9.0.0
|
||||
LWIPDIR=lwip_v1.4.1
|
||||
|
@ -36,9 +41,7 @@ ADD_SRC_C += project/src/console/wifi_console.c
|
|||
ADD_SRC_C += project/src/console/wlan_tst.c
|
||||
#ADD_SRC_C += project/src/console/pwm_tst.c
|
||||
|
||||
ifdef WEB_SDCARD
|
||||
USE_FATFS = 1
|
||||
USE_SDIOH = 1
|
||||
ifdef USE_SDCARD
|
||||
ADD_SRC_C += project/src/console/sd_fat.c
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue