Also ich find in der makefile folgendes:
# MCU name
MCU = atmega128
# Output format. (can be srec, ihex, binary)
FORMAT = ihex
# Target file name (without extension).
TARGET = main
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c
es gibt doch den praktischen "Mfile", der macht das doch sehr intuitiv.
Lesezeichen