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 106 to Rev 84
- ↔ Reverse comparison
Rev 106 → Rev 84
/leds/makefile
3,7 → 3,7
OBJECTS = main.o 7seg.o |
CPU = msp430x1121 |
|
CFLAGS = -mmcu=${CPU} -mforce-hwmul -O0 -Wall -g |
CFLAGS = -mmcu=${CPU} -mforce-hwmul -O2 -Wall -g |
|
#switch the compiler (for the internal make rules) |
CC = msp430-gcc |