Project

General

Profile

Revision 6fbe093f

ID6fbe093fe653e18a28c26960fbecd27457ea2617
Parent 88570136
Child 90bb5fa7

Added by Thomas Mullins about 10 years ago

Implemented code for new RFID readers

It's not fully working yet. When the checksum is enabled, it ignores all
responses. Also, it no longer recognizes a missing card.

View differences:

toolbox/Makefile
32 32
	avr-gcc -S $(FLAGS) $< -o $@
33 33

  
34 34
program: toolbox.hex
35
	avrdude -p $(PART) -c $(PROG) -P usb -B 3 -F -U flash:w:toolbox.hex
35
	avrdude -p $(PART) -c $(PROG) -P usb -B 3 -U flash:w:toolbox.hex
36

  
37
readfuse:
38
	avrdude -p $(PART) -c $(PROG) -P usb -B 3 -U lfuse:r:-:b -U hfuse:r:-:b -U efuse:r:-:b -U lock:r:-:b
36 39

  
37 40
clean:
38 41
	rm -f *.elf *.hex

Also available in: Unified diff