mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-03-23 11:04:50 +00:00
update
This commit is contained in:
parent
34d3652711
commit
39f77eb92b
1844 changed files with 899433 additions and 7 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#=============================================
|
||||
# SDK CONFIG
|
||||
#=============================================
|
||||
WEB_INA219_DRV = 1
|
||||
#WEB_INA219_DRV = 1
|
||||
#WEB_ADC_DRV = 1
|
||||
#USE_AT = 1
|
||||
#USE_FATFS = 1
|
||||
#USE_SDIOH = 1
|
||||
|
|
@ -37,6 +38,11 @@ ADD_SRC_C += project/src/driver/i2c_drv.c
|
|||
ADD_SRC_C += project/src/ina219/ina219drv.c
|
||||
CFLAGS += -DWEB_INA219_DRV=1
|
||||
endif
|
||||
ifdef WEB_ADC_DRV
|
||||
ADD_SRC_C += project/src/driver/adc_drv.c
|
||||
ADD_SRC_C += project/src/adc_ws/adc_ws.c
|
||||
CFLAGS += -DWEB_ADC_DRV=1
|
||||
endif
|
||||
|
||||
#Web-<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
INCLUDES += project/inc/web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue