changes for w5500

This commit is contained in:
2020-11-07 22:12:06 +01:00
parent dad1033a2b
commit cd72ca317c
24 changed files with 10031 additions and 21 deletions

View File

@ -1,6 +1,6 @@
# Processed by ../tools/insertMyCode.sh
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sat Nov 07 18:11:45 CET 2020]
# File automatically-generated by tool: [projectgenerator] version: [3.10.0-B14] date: [Sat Nov 07 22:09:20 CET 2020]
##########################################################################################################################
# ------------------------------------------------
@ -37,7 +37,7 @@ BUILD_DIR = build
######################################
# C sources
C_SOURCES = \
User/Src/eeprom.c User/Src/frontend.c User/Src/logger.c User/Src/loopCtrl.c User/Src/main2.c User/Src/mbusComm.c User/Src/ringbuffer.c User/Src/show.c hottislib/PontCoopScheduler.c \
User/Src/eeprom.c User/Src/frontend.c User/Src/logger.c User/Src/loopCtrl.c User/Src/main2.c User/Src/mbusComm.c User/Src/ringbuffer.c User/Src/show.c hottislib/PontCoopScheduler.c w5500/dhcp.c w5500/dns.c w5500/httpParser.c w5500/httpServer.c w5500/httpUtil.c w5500/MQTTClient.c w5500/mqtt_interface.c w5500/socket.c w5500/w5500.c w5500/wizchip_conf.c \
libmbus/mbus/mbus-protocol.c \
Core/Src/main.c \
Core/Src/gpio.c \
@ -121,6 +121,7 @@ AS_INCLUDES =
# C includes
C_INCLUDES = \
-Ihottislib \
-Iw5500 \
-Ilibmbus \
-IUser/Inc \
-ICore/Inc \