added node S03.
This commit is contained in:
@@ -107,6 +107,13 @@ case $NODE in
|
||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/r05/boot/r05_boot.hex"
|
||||
;;
|
||||
s03)
|
||||
DEVICE_ARG="-p m644p"
|
||||
HFUSE_ARG="-U hfuse:w:0x95:m"
|
||||
LFUSE_ARG="-U lfuse:w:0xdF:m"
|
||||
EFUSE_ARG="-U efuse:w:0xFF:m"
|
||||
FILE_ARG="-U flash:w:./0-build/avr/devices/s03/boot/s03_boot.hex"
|
||||
;;
|
||||
t03)
|
||||
DEVICE_ARG="-p t841"
|
||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||
|
||||
Reference in New Issue
Block a user