c02: started working on AtMEGA 644P based node.

This commit is contained in:
Martin Preuss
2025-06-01 19:26:31 +02:00
parent 87b5e01581
commit b229b39ab8
13 changed files with 857 additions and 0 deletions

View File

@@ -16,6 +16,13 @@ case $NODE in
LFUSE_ARG="-U lfuse:w:0xE4:m"
FILE_ARG="-U flash:w:./0-build/avr/devices/c01/boot/c01_boot.hex"
;;
c02)
DEVICE_ARG="-p m644p"
HFUSE_ARG="-U hfuse:w:0xD5:m"
LFUSE_ARG="-U lfuse:w:0xE2:m"
EFUSE_ARG="-U efuse:w:0xFF:m"
FILE_ARG="-U flash:w:./0-build/avr/devices/c02/boot/c02_boot.hex"
;;
n16)
DEVICE_ARG="-p t84"
HFUSE_ARG="-U hfuse:w:0xD7:m"