PaxInstruments / t100-firmware

Firmware for the Pax Instruments T100 thermocouple USB adapter
0 stars 1 forks source link

Multiple programmer support in Makefile #14

Open charlespax opened 9 years ago

charlespax commented 9 years ago

It would be nice to support more than only the usbtiny programmer. Perhaps default to the usbtiny, but allow a command flag.

For example, I use the usbtiny.

bash-3.2$ make bootloader
avrdude -c usbtiny -p t85 -U flash:w:bin/micronucleus-1.02.hex -U lfuse:w:0xe1:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m
charlespax commented 9 years ago

Ice box.