You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
466 B
29 lines
466 B
# Add build-specific stuff here:
|
|
|
|
#MCU=stm32f0xx
|
|
|
|
#MCU=stm32f2xx
|
|
|
|
#MCU=stm32f4xx
|
|
#MCU_SUBTYPE=stm32f40xx
|
|
### stm32f40xx stm32f427x
|
|
|
|
#MCU=stm32f10x
|
|
#MCU_SUBTYPE=stm32f10x_ld
|
|
### _ld, _ld_vl, _md, _md_vl, _hd, _hd_vl, _xl, _cl
|
|
|
|
#MCU=stm32l1xx
|
|
#MCU_SUBTYPE=stm32l1xx_md
|
|
### _md, _mdp, _hd
|
|
|
|
#MCU=stm32w108xx
|
|
#MCU_SUBTYPE=stm32w108c8
|
|
### c8 db cc cz hb
|
|
|
|
#MCU=stm32f30x
|
|
MCU=stm32f37x
|
|
|
|
#TARGET_LDCPPFLAGS = -DMCU=$(MCU)
|
|
#TARGET_CPPFLAGS = -DVECT_TAB_SRAM
|
|
#TARGET_CFLAGS =
|
|
|
|
|