Mercurial > ~darius > hgwebdir.cgi > stm32temp
diff BSDmakefile @ 20:35cf31794a42
Fix debug & load targets for BMP.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Wed, 14 Nov 2012 12:47:10 +1030 |
parents | afdd22502c2a |
children | 5c9d2e3d6591 |
line wrap: on
line diff
--- a/BSDmakefile Wed Nov 14 12:46:48 2012 +1030 +++ b/BSDmakefile Wed Nov 14 12:47:10 2012 +1030 @@ -68,13 +68,6 @@ .PATH: ${COREDIR} .PATH: ${SYSDIR} -debug: - ${GDB} --eval-command="target remote 127.0.0.1:61234" ${PROG}.elf - -load: - ${GDB} --eval-command="target remote 127.0.0.1:61234" --eval-command "load" ${PROG}.elf - -png2bin: png2bin.c - gcc ${.CURDIR}/png2bin.c -o ${.OBJDIR}/png2bin -O2 -Wall -I/opt/local/include -L/opt/local/lib -lpng +DBGPORT= /dev/cu.usbmodemfa1421 .include "${.CURDIR}/BSDmakefile.arm"