add support for n29.

This commit is contained in:
Martin Preuss
2026-02-16 01:14:50 +01:00
parent b1efa104f0
commit bf8f584a4a

View File

@@ -107,6 +107,13 @@ case $NODE in
EFUSE_ARG="-U efuse:w:0xFE:m"
FILE_ARG="-U flash:w:./0-build/avr/devices/n28/boot/n28_boot.hex"
;;
n29)
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/n29/boot/n29_boot.hex"
;;
r04)
DEVICE_ARG="-p t841"
HFUSE_ARG="-U hfuse:w:0xD7:m"