Subversion Repositories group.electronics

Rev

Rev 127 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 128
Line 1... Line 1...
1
 
1
 
2
DEVICE=atmega328p
2
DEVICE=atmega328p
3
F_CPU=16000000
3
F_CPU=20000000
4
HFUSE=0xdf
4
HFUSE=0xdf
5
LFUSE=0xff
5
LFUSE=0xff
6
 
6
 
7
HDUSE=0xdf	# Default fuses for device
7
HDUSE=0xdf	# Default fuses for device
8
LDUSE=0x62
8
LDUSE=0x62
Line 68... Line 68...
68
 
68
 
69
fusedef:
69
fusedef:
70
	$(AVRDUDE) -U hfuse:w:$(HDUSE):m -U lfuse:w:$(LDUSE):m
70
	$(AVRDUDE) -U hfuse:w:$(HDUSE):m -U lfuse:w:$(LDUSE):m
71
 
71
 
72
readcal:
72
readcal:
73
	$(AVRDUDE) -U calibration:r:/dev/stdout:i | head -1
-
 
74
73
	$(AVRDUDE) -U calibration:r:/dev/stdout:i | head -1
-
 
74