steering-wheel/TouchGFX/config/gcc/app.mk

9 lines
314 B
Makefile
Raw Normal View History

2023-03-06 21:21:00 +01:00
# Relative location of the TouchGFX framework from root of application
touchgfx_path := ../Middlewares/ST/touchgfx
# Location of the TouchGFX Environment
touchgfx_env := C:/TouchGFX/4.21.2/env
# Optional additional compiler flags
2023-05-23 02:51:40 +02:00
user_cflags := -DUSE_BPP=16 -std=gnu++1z -Wno-cast-qual -Wno-missing-declarations