add support for e01.
This commit is contained in:
@@ -142,6 +142,15 @@ case $NODE in
|
|||||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||||
FILE_ARG="-U flash:w:./0-build/avr/devices/t04/boot/t04_boot.hex"
|
FILE_ARG="-U flash:w:./0-build/avr/devices/t04/boot/t04_boot.hex"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
e01)
|
||||||
|
DEVICE_ARG="-p t841"
|
||||||
|
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/e01/boot/e01_boot.hex"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Unknown node $NODE".
|
echo "Unknown node $NODE".
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user