OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/fpga/xilinx_diligent_s3board/software
    from Rev 28 to Rev 71
    Reverse comparison

Rev 28 → Rev 71

/ta_uart/makefile
3,8 → 3,8
OBJECTS = main.o swuart.o fll.o
CPU = msp430x1121
 
ASFLAGS = -mmcu=${CPU} -x assembler-with-cpp -D_GNU_ASSEMBLER_ -c
CFLAGS = -mmcu=${CPU} -O2 -Wall -g
ASFLAGS = -mmcu=${CPU} -mforce-hwmul -x assembler-with-cpp -D_GNU_ASSEMBLER_ -c
CFLAGS = -mmcu=${CPU} -mforce-hwmul -O2 -Wall -g
 
#switch the compiler (for the internal make rules)
CC = msp430-gcc
/leds/makefile
3,7 → 3,7
OBJECTS = main.o 7seg.o
CPU = msp430x1121
 
CFLAGS = -mmcu=${CPU} -O2 -Wall -g
CFLAGS = -mmcu=${CPU} -mforce-hwmul -O2 -Wall -g
 
#switch the compiler (for the internal make rules)
CC = msp430-gcc

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.