merge faster programming from default

This commit is contained in:
Stefan Rupp 2014-03-20 01:28:24 +01:00
commit e0fb6d4482

View File

@ -52,7 +52,8 @@ bin: $(PRG).bin
$(OBJCOPY) -j .text -j .data -O binary $< $@ $(OBJCOPY) -j .text -j .data -O binary $< $@
prg: $(PRG).bin prg: $(PRG).bin
python2 megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin #python2 megaHidProg.py -C -c 1000 -t 4 -b $(PRG).bin
python2 ./megaHidProg.py -C -c 3000 -t 15 -b $(PRG).bin -T 15 -V $(PRG).bin
setfuses: setfuses:
python2 megaHidProg.py -C -S -c 125 -L be -H d9 -E FC python2 megaHidProg.py -C -S -c 125 -L be -H d9 -E FC