start: $(PRJ)
dist/simuc
-CFLAGS = -O0 -g -Wall
-#CFLAGS = -Os -g -Wall
+#CFLAGS = -O0 -g -Wall
+CFLAGS = -Os -g -Wall
CFLAGS += -isystem ./include
#CFLAGS += -isystem ./include/parts
DEBARCH="armhf"
endif
-DEBVERSION := 0.0.2~1
+DEBVERSION := 0.0.3~1
DEBNAME := dpkg/htl-simuc_version_arch
DEBSRC := dpkg/htl-simuc_version_arch
DEBARCH := $(shell dpkg --print-architecture)
deb: dpkg $(DEBSRC)/DEBIAN/control $(DEBSRC)/usr/share/doc/htl-simuc/readme
- @dpkg-deb --root-owner-group --build $(DEBSRC) ${DEB}
+ @dpkg-deb -Z xz --root-owner-group --build $(DEBSRC) ${DEB}
@mv $(DEBSRC)/*.deb dpkg/
@chmod 644 dpkg/*.deb
printf(" available options (you can use file .simucinit instead):\n");
printf(" --port ... listining port for gdb (default 1234)\n");
printf(" --board ... set board (arduino, sure, evws1)\n");
- printf(" --nosync do not sync elapsed µC-time with real time\n\n");
+ printf(" --nosync do not sync elapsed µC-time with real time\n");
printf(" --mmcu ... set target device type\n");
printf(" --frequency ... set target frequency in Hz\n");
printf(" --pc ... set start program counter (default is 0)\n");
printf(" --avcc ... set voltage AVCC in Volt\n");
printf(" --aref ... set voltage AREF in Volt\n\n");
printf(" example:\n");
- printf(" simuc --mmcu atmega328p --frequency 16000000 --pc 0x7000 a.out\n\n");
+ printf(" simuc --mmcu atmega328p --frequency 16000000 --pc 0x7000 a.out\n");
printf(" simuc --board arduino a.out\n\n");
}