Start beautifying the code
* Split out SPI and display (a little) * Use more of the common Macros * Remove wasted bytes from notomono font * Create a mock "menu"
This commit is contained in:
3
Makefile
3
Makefile
@@ -79,7 +79,6 @@ CFLAGS += -D$(DEVICE_DEFINE)
|
||||
# Includes
|
||||
CFLAGS += -I./lib/stm32/$(DEVICE_LINE)/Include
|
||||
CFLAGS += -I./lib/CMSIS/Core/Include
|
||||
|
||||
CFLAGS += -I./lib/fonts/
|
||||
|
||||
# Startup Definitions
|
||||
@@ -100,7 +99,7 @@ build: $(OUTPUT_BIN)
|
||||
|
||||
%.o: %.c
|
||||
@echo "CC $@"
|
||||
@$(CC) $(CFLAGS) -c $< -o $@
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
%.o: %.S
|
||||
@echo "AS $@"
|
||||
|
||||
Reference in New Issue
Block a user