URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 71 |
Rev 143 |
Line 1... |
Line 1... |
# makfile configuration
|
# makfile configuration
|
NAME = ta_uart
|
NAME = ta_uart
|
OBJECTS = main.o swuart.o fll.o
|
OBJECTS = main.o swuart.o
|
CPU = msp430x1121
|
|
|
|
ASFLAGS = -mmcu=${CPU} -mforce-hwmul -x assembler-with-cpp -D_GNU_ASSEMBLER_ -c
|
CPU = msp430f122
|
CFLAGS = -mmcu=${CPU} -mforce-hwmul -O2 -Wall -g
|
ASFLAGS = -mmcu=${CPU} -x assembler-with-cpp -D_GNU_ASSEMBLER_ -c
|
|
CFLAGS = -mmcu=${CPU} -O2 -Wall -g
|
|
|
#switch the compiler (for the internal make rules)
|
#switch the compiler (for the internal make rules)
|
CC = msp430-gcc
|
CC = msp430-gcc
|
AS = msp430-gcc
|
AS = msp430-gcc
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.