diff options
| author | Aditya Naik | 2020-06-09 15:29:12 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-06-09 15:29:12 -0400 |
| commit | ab6f8af31993a882adeeaefb83f00f607c16d9ee (patch) | |
| tree | 7870ed988fd16ec59f7a4114886e770fd0b0d355 /ports/stm32f4/makefile | |
| parent | b113916a5df90673bbe56fe7a0fd09ea3516d124 (diff) | |
Added port files for STM32F405RG and minor address change to slave
Diffstat (limited to 'ports/stm32f4/makefile')
| -rw-r--r-- | ports/stm32f4/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/stm32f4/makefile b/ports/stm32f4/makefile index 7efd5cc..5a32ead 100644 --- a/ports/stm32f4/makefile +++ b/ports/stm32f4/makefile @@ -1,10 +1,10 @@ # Makefile for the STM32F4 port # These variables are dependent on the target MCU -LDSCRIPT=STM32F401CCUx_FLASH.ld -ASM_FILE=startup_stm32f401xc.s +LDSCRIPT=STM32F405RGTx_FLASH.ld +ASM_FILE=startup_stm32f405xx.s C_DEFS += \ --DSTM32F401xC +-DSTM32F405xx FLOAT-ABI = -mfloat-abi=hard CPU = -mcpu=cortex-m4 |
