stm32: fix compilation issues
Reported at https://github.com/lvgl/lv_binding_micropython/issues/82#issuecomment-674368674
This commit is contained in:
parent
6a2fd23261
commit
fab46c9ee3
@ -1 +1 @@
|
||||
Subproject commit 75607cf1b5363b74b450566676450e9198040c81
|
||||
Subproject commit e93f32892b35caeb2c468c7150799c57183dbf1f
|
||||
@ -502,8 +502,8 @@ endif
|
||||
|
||||
ifeq ($(MICROPY_PY_LVGL),1)
|
||||
CFLAGS += -DMICROPY_PY_LVGL
|
||||
SRC_LIB += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/$(BOARD)/*.c)
|
||||
SRC_LIB += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/string1.c)
|
||||
LIB_SRC_C += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/$(BOARD)/*.c)
|
||||
LIB_SRC_C += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/string1.c)
|
||||
ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f7))
|
||||
SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
|
||||
hal_ltdc.c \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user