blob: 18c1589734fce9b7be2b5f1f4bbfca0782519e8c [file] [log] [blame]
Christina Quast2d18f172014-11-22 19:48:48 +01001
2
3default:
4 arm-none-eabi-gcc -c -mcpu=cortex-m3 -mthumb -g test.c -o test.o
5 arm-none-eabi-ld -T test.ld test.o startup.o pio.o pmc.o -o test.elf
6 arm-none-eabi-as -mcpu=cortex-m3 -g startup.s -o startup.o
7 arm-none-eabi-objcopy -O binary test.elf test.bin