create iris directory

This commit is contained in:
HATATANI Shinta 2011-06-04 21:42:19 +09:00
parent 154f971b2b
commit cae1e122e8
27 changed files with 2485 additions and 0 deletions

View file

@ -0,0 +1,5 @@
%.upload: %.srec
uisp -dprog=mib510 -dserial=$(PORT) -dpart=ATmega128 --wr_fuse_h=0xd1 --wr_fuse_e=ff --erase --upload if=$< --verify
erase:
uisp -dprog=mib510 -dserial=$(PORT) -dpart=ATmega128 --wr_fuse_h=0xd9 --wr_fuse_e=ff --erase