Debugged @ breadboard

This commit is contained in:
eddyem
2017-06-15 09:14:36 +03:00
parent 7aee7cc1f4
commit 3d145e64dd
10 changed files with 210 additions and 160 deletions

View File

@@ -6,7 +6,7 @@ LDFLAGS= -mstm8 --out-fmt-ihx -lstm8
FLASHFLAGS=-cstlinkv2 -pstm8s105?4
SRC=$(wildcard *.c)
DEFS = -DEBUG
#DEFS = -DEBUG
OBJ=$(SRC:%.c=%.rel)
TRASH=$(OBJ) $(SRC:%.c=%.rst) $(SRC:%.c=%.asm) $(SRC:%.c=%.lst)