added n26.

This commit is contained in:
Martin Preuss
2025-06-23 19:21:58 +02:00
parent 9ea722607f
commit 2b08847cf7

View File

@@ -79,6 +79,13 @@ case $NODE in
EFUSE_ARG="-U efuse:w:0xFE:m"
FILE_ARG="-U flash:w:./0-build/avr/devices/n25/boot/n25_boot.hex"
;;
n26)
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/n26/boot/n26_boot.hex"
;;
t03)
DEVICE_ARG="-p t841"
HFUSE_ARG="-U hfuse:w:0xD7:m"