mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-24 08:06:56 +01:00
* 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
39 lines
1.4 KiB
Makefile
39 lines
1.4 KiB
Makefile
OBK_SRCS = ../shared/src/
|
|
CC_FLAGS += -DPLATFORM_XRADIO
|
|
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_adc_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_wifi_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_generic_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_main_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_pins_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_flashConfig_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_flashVars_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_uart_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/hal_ota_xradio
|
|
SRCS += $(OBK_SRCS)hal/xradio/xr809/hal_pins_xr809
|
|
SRCS += $(OBK_SRCS)hal/xradio/xr806/hal_pins_xr806
|
|
SRCS += $(OBK_SRCS)hal/xradio/xr872/hal_pins_xr872
|
|
|
|
include ../shared/platforms/obk_main.mk
|
|
SRCS += $(OBKM_SRC:.c=)
|
|
CC_FLAGS += $(OBK_CFLAGS)
|
|
|
|
INCLUDE_PATHS += -I../shared/libraries/easyflash/inc
|
|
|
|
SRCS += ../shared/libraries/easyflash/ports/ef_port
|
|
SRCS += ../shared/libraries/easyflash/src/easyflash
|
|
#SRCS += ../shared/libraries/easyflash/src/ef_cmd
|
|
SRCS += ../shared/libraries/easyflash/src/ef_env
|
|
SRCS += ../shared/libraries/easyflash/src/ef_env_legacy
|
|
SRCS += ../shared/libraries/easyflash/src/ef_env_legacy_wl
|
|
SRCS += ../shared/libraries/easyflash/src/ef_iap
|
|
SRCS += ../shared/libraries/easyflash/src/ef_log
|
|
SRCS += ../shared/libraries/easyflash/src/ef_utils
|
|
|
|
BERRY_MODULEPATH = $(OBK_SRCS)berry/modules
|
|
BERRY_SRCPATH = ../shared/libraries/berry/src
|
|
INCLUDE_PATHS += -I$(BERRY_SRCPATH)
|
|
INCLUDE_PATHS += -I../shared/include
|
|
include ../shared/libraries/berry.mk
|
|
|
|
SRCS += $(BERRY_SRC_C:.c=)
|