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
8529849a5a
commit
d1e4ee31f1
70 changed files with 523 additions and 2274 deletions
|
|
@ -2,7 +2,8 @@
|
|||
# SDK CONFIG
|
||||
#=============================================
|
||||
USE_SDRAM = 1
|
||||
#WEB_INA219_DRV = 1
|
||||
#SWO_DEBUG_OUT_ENA = 1
|
||||
WEB_INA219_DRV = 1
|
||||
#WEB_MLX90614_DRV = 1
|
||||
WEB_ADC_DRV = 1
|
||||
#USE_SDCARD = 1
|
||||
|
|
@ -98,3 +99,7 @@ else
|
|||
ADD_SRC_C += project/src/web/_sci_web.c
|
||||
ADD_SRC_C += project/src/web/_sci_web_user.c
|
||||
endif
|
||||
|
||||
ifdef SWO_DEBUG_OUT_ENA
|
||||
CFLAGS += -DSWO_DEBUG_OUT_ENA=1
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue