Subversion Repositories Projects

Rev

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

Rev 28 Rev 63
Line 1... Line 1...
1
#--------------------------------------------------------------------
1
#--------------------------------------------------------------------
2
# MCU name
2
# MCU name
3
MCU = atmega8
3
MCU = atmega8
4
#-------------------------------------------------------------------
4
#-------------------------------------------------------------------
5
HAUPT_VERSION    =  0
5
HAUPT_VERSION    =  0
6
NEBEN_VERSION    =  03
6
NEBEN_VERSION    =  01
7
#-------------------------------------------------------------------
7
#-------------------------------------------------------------------
Line 8... Line 8...
8
 
8
 
9
# Output format. (can be srec, ihex, binary)
9
# Output format. (can be srec, ihex, binary)
Line 10... Line 10...
10
FORMAT = ihex
10
FORMAT = ihex
11
 
11
 
Line 12... Line 12...
12
# Target file name (without extension).
12
# Target file name (without extension).
13
TARGET = IR-Tx_V$(HAUPT_VERSION)_$(NEBEN_VERSION)
13
TARGET = PWM-CTRL_V$(HAUPT_VERSION)_$(NEBEN_VERSION)
14
 
14