diff options
author | Camil Staps | 2016-08-23 23:46:43 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-23 23:46:43 +0200 |
commit | f6e01a29448d98177b43556a79d574f42a7b4072 (patch) | |
tree | 8aebac95af7f7e817b79502c8932ebdf115bf4bd /firmware/Makefile | |
parent | Initial commit; t6963c + blink an led (diff) |
LCD working; simple test
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 919d167..5aec099 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -13,6 +13,7 @@ CFLAGS:=\ -Wl,--script=p$(MCU).gld\ -Wl,--gc-sections\ -Wl,--stack=16\ + -Wl,--heap=2048\ -Wl,--local-stack\ -Wl,--check-sections\ -Wl,--data-init\ @@ -31,6 +32,7 @@ _HEX:=main.hex HEX:=$(patsubst %,$(ODIR)/%,$(_HEX)) _DEPS:=\ + init.h\ t6963c_specific.h\ t6963c/t6963c.h\ t6963c/terminal.h |