1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
# configuration for modtest
[_rule_]
rule = # rule for %(name)s on %(processor)s:
%(name)s_%(processor)s_CCOPTS = -g -O2 %(ccopts)s -DPROC_%(processor)s=1 -mmcu=%(processor)s
%(name)s_%(processor)s.elf: %(sources)s
%(tab)s$(compile-and-link)
[pintest]
name = pin
simtime = 0
sources =
processors =
target = pin.py
[portio]
name = portio
simtime = 0
sources =
processors =
target = portio.py
[port]
name = port
simtime = 0
sources = port.c
processors = at90s4433 at90s8515 at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 attiny2313 atmega8
target = %(name)s_%(processor)s.elf
[eeprom]
name = eeprom
simtime = 0
sources = eeprom.c
processors = at90s4433 at90s8515 at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 attiny2313 atmega8
target = %(name)s_%(processor)s.elf
[eeprom_int]
name = eeprom_int
simtime = 0
sources = eeprom_int.c
processors = at90s4433 at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 attiny2313 atmega8
target = %(name)s_%(processor)s.elf
[anacomp]
name = anacomp
simtime = 0
sources = anacomp.c
processors = at90s4433 at90s8515 at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 attiny2313 atmega8
target = %(name)s_%(processor)s.elf
[anacomp_int]
name = anacomp_int
simtime = 0
sources = anacomp_int.c
processors = at90s4433 at90s8515 at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 attiny2313 atmega8
target = %(name)s_%(processor)s.elf
[anacomp_mux]
name = anacomp_mux
simtime = 0
sources = anacomp_mux.c
processors = at90can32 attiny25 atmega644 atmega16 atmega128 atmega48 atmega8
target = %(name)s_%(processor)s.elf
[adc]
name = adc
simtime = 0
sources = adc.c
processors = at90s4433 atmega8 attiny25 at90can32 atmega644 atmega16 atmega128 atmega48
target = %(name)s_%(processor)s.elf
[adc_int]
name = adc_int
simtime = 0
sources = adc_int.c
processors = at90s4433 atmega8 attiny25 at90can32 atmega644 atmega16 atmega128 atmega48
target = %(name)s_%(processor)s.elf
[adc_fr]
name = adc_fr
simtime = 0
sources = adc_fr.c
processors = at90s4433 atmega8 attiny25 at90can32 atmega644 atmega16 atmega128 atmega48
target = %(name)s_%(processor)s.elf
[adc_diff]
name = adc_diff
simtime = 0
sources = adc_diff.c
processors = atmega16 atmega644 at90can32 atmega128
target = %(name)s_%(processor)s.elf
[adc_diff_gain]
name = adc_gain
simtime = 0
sources = adc_diff.c
ccopts = -DADC_GAIN200=1
processors = atmega16 atmega644 at90can32 atmega128
target = %(name)s_%(processor)s.elf
[adc_diff_t25]
name = adc_diff_t25
simtime = 0
sources = adc_diff_t25.c
processors = attiny25
target = %(name)s_%(processor)s.elf
# EOF
|