WIP, ui_menu
This commit is contained in:
9
Makefile
9
Makefile
@ -76,6 +76,8 @@ Core/Hardware/ST7735/st7735.c \
|
||||
Core/Hardware/KT0915/kt0915.c \
|
||||
Core/Hardware/SWI2C/i2c_sw.c \
|
||||
Core/App/Graphic/monoimg.c \
|
||||
Core/App/Graphic/ui_menu.c \
|
||||
Core/App/Graphic/ui_utils.c \
|
||||
Core/App/Graphic/ui.c \
|
||||
Core/App/Graphic/bmfont.c \
|
||||
Core/App/Graphic/asciifont.c \
|
||||
@ -155,7 +157,7 @@ C_INCLUDES = \
|
||||
# compile gcc flags
|
||||
ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
CFLAGS += $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
CFLAGS += $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections -fstack-usage
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -g -gdwarf-2
|
||||
@ -221,7 +223,10 @@ clean:
|
||||
# flash
|
||||
#######################################
|
||||
flash:
|
||||
-JLinkExe cmd.jexe
|
||||
-JLinkExe flash.jexe
|
||||
|
||||
reset:
|
||||
-JLinkExe reset.jexe
|
||||
|
||||
#######################################
|
||||
# dependencies
|
||||
|
Reference in New Issue
Block a user