c02: started working on AtMEGA 644P based node.
This commit is contained in:
@@ -16,6 +16,13 @@ case $NODE in
|
||||
LFUSE_ARG="-U lfuse:w:0xE4:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/c01/boot/c01_boot.hex"
|
||||
;;
|
||||
c02)
|
||||
DEVICE_ARG="-p m644p"
|
||||
HFUSE_ARG="-U hfuse:w:0xD5:m"
|
||||
LFUSE_ARG="-U lfuse:w:0xE2:m"
|
||||
EFUSE_ARG="-U efuse:w:0xFF:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/c02/boot/c02_boot.hex"
|
||||
;;
|
||||
n16)
|
||||
DEVICE_ARG="-p t84"
|
||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||
|
||||
Reference in New Issue
Block a user