Files
OpenBK7231T_App/platforms/ECR6600/OpenBeken.mk
openshwprojects 36218fd38e ota cosmetic (#1762)
* step 1

* Update obk_main.mk

* Update OpenBeken.mk

* Update obk_main.cmake

* Update hal_ota_bk7231.c

* Update hal_ota_bk7231.c

* m

* split

* guards

* Update hal_ota_bl602.c

* Update hal_ota_bl602.c

* bk

* better

* header

* w

* TMP

* tttttttt

* Update rest_interface.c

* hal_ota is xradio header....

* undoi

* header

* move

* xradio

* read

* fx

* t

* makefile

* move out xradi o read

* fx

* move out esp

* move out bl602

* move out beken, ln

* move out w8

* ecr tr

* realtek

* Update rest_interface.c

* win

* forgot

* tr6260 split

* Update hal_ota_tr6260.c

* rename ota_progress

* use OTA_GetProgress on all paltforms

* fx

* not needed header

* call OTA_IncrementProgress on OTA so we at laest know that something is happening
2025-08-16 16:04:57 +02:00

33 lines
987 B
Makefile

CFLAGS += -DPLATFORM_ECR6600 -Wno-error -DTCP_MSL=3000
VPATH += $(TOPDIR)/../../src
VPATH += $(TOPDIR)/../../platforms/ECR6600
INCPATHS += $(TOPDIR)/../../src
INCPATHS += $(TOPDIR)/include/ota
INCPATHS += $(TOPDIR)/include
INCPATHS += $(TOPDIR)
CSRCS = hal/ecr6600/hal_adc_ecr6600.c
CSRCS += hal/ecr6600/hal_flashConfig_ecr6600.c
CSRCS += hal/ecr6600/hal_flashVars_ecr6600.c
CSRCS += hal/ecr6600/hal_generic_ecr6600.c
CSRCS += hal/ecr6600/hal_main_ecr6600.c
CSRCS += hal/ecr6600/hal_pins_ecr6600.c
CSRCS += hal/ecr6600/hal_wifi_ecr6600.c
CSRCS += hal/ecr6600/hal_uart_ecr6600.c
CSRCS += hal/ecr6600/hal_ota_ecr6600.c
OBK_SRCS =
include $(TOPDIR)/../../platforms/obk_main.mk
CSRCS += $(OBKM_SRC)
CFLAGS += $(OBK_CFLAGS)
VPATH += $(TOPDIR)/../../libraries
INCPATHS += $(TOPDIR)/../../include
BERRY_MODULEPATH = berry/modules
BERRY_SRCPATH = berry/src
INCPATHS += $(TOPDIR)/../../libraries/$(BERRY_SRCPATH)
include $(TOPDIR)/../../libraries/berry.mk
CSRCS += $(BERRY_SRC_C)