added n16
This commit is contained in:
@@ -16,12 +16,19 @@ case $NODE in
|
||||
LFUSE_ARG="-U lfuse:w:0xE4:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/c01/boot/c01_boot.hex"
|
||||
;;
|
||||
n16)
|
||||
DEVICE_ARG="-p t84"
|
||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||
LFUSE_ARG=""
|
||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/n16/boot/n16_boot.hex"
|
||||
;;
|
||||
n21)
|
||||
DEVICE_ARG="-p t84"
|
||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||
LFUSE_ARG=""
|
||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||
FILE="-U flash:w:./0-build/avr/devices/n21/boot/n21_boot.hex"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/n21/boot/n21_boot.hex"
|
||||
;;
|
||||
n22)
|
||||
DEVICE_ARG="-p t85"
|
||||
|
||||
Reference in New Issue
Block a user