add device e06.
This commit is contained in:
@@ -184,6 +184,14 @@ case $NODE in
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/e05/boot/e05_boot.hex"
|
||||
;;
|
||||
|
||||
e06)
|
||||
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/e06/boot/e06_boot.hex"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown node $NODE".
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user