working prototype
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
TARGET = main.elf
|
||||
FILES = main fifo uart yaMBSiavr
|
||||
FILES = main yaMBSiavr
|
||||
MCU = atxmega32a4
|
||||
PROGC = x32a4
|
||||
CC = avr-gcc
|
||||
@@ -7,7 +7,7 @@ TOOL = atmelice_pdi
|
||||
|
||||
BUILDDIR = build
|
||||
|
||||
DEFINES = -DF_CPU=32000000UL
|
||||
DEFINES = -DF_CPU=32000000UL -DBOARDTYPE=9ch_pt100
|
||||
|
||||
CFLAGS =-mmcu=$(MCU) -O2 -Wall $(DEFINES) -std=c99 -ffunction-sections -fdata-sections
|
||||
LDFLAGS =-mmcu=$(MCU) -Wl,--gc-sections
|
||||
|
||||
Reference in New Issue
Block a user