add bootloader

This commit is contained in:
David Voswinkel
2009-07-15 17:21:13 +02:00
parent 3a794947f0
commit fbd05f2863
29 changed files with 7856 additions and 0 deletions

21
avr/bootloader/fuses.txt Normal file
View File

@@ -0,0 +1,21 @@
additional fuse bit settings for using this bootloader:
=======================================================
atmega88/168:
extended fuse byte:
1024 words bootloader size: BOOTSZ0 = 0
BOOTSZ1 = 0
reset vector, jump to bootloader on reset: BOOTRST = 0
-> default: 0b001 = 0x01
new: 0b000 = 0x00
lock byte:
SPM is not allowed to write to the Boot Loader section BLB12 = 1
BLB11 = 0
-> default: 0b111111 = 0x3f
new: 0b101111 = 0x2f