set Cortex-M4 for STM32F429IGT6
This commit is contained in:
parent
8053d96def
commit
da5c2e8d5d
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -3,5 +3,5 @@ debug:
|
|||
|
||||
all:
|
||||
arm-none-eabi-gcc -x assembler-with-cpp -c -O0 -mcpu=cortex-m0 -mthumb -Wall core.S -o core.o
|
||||
arm-none-eabi-gcc core.o -mcpu=cortex-m0 -mthumb -Wall -nostdlib -lgcc -T./linker.ld -o main.elf
|
||||
arm-none-eabi-gcc core.o -mcpu=cortex-m4 -mthumb -Wall -nostdlib -lgcc -T./linker.ld -o main.elf
|
||||
arm-none-eabi-objcopy -O binary main.elf main.bin
|
||||
Loading…
Add table
Reference in a new issue