add device e06.

This commit is contained in:
Martin Preuss
2026-07-11 18:07:31 +02:00
parent 29d18e8732
commit 6a8f4156a5
12 changed files with 674 additions and 0 deletions

View File

@@ -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