File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ FWTARGETS += stm32f303xb stm32f303xc stm32f303xd stm32f303xe
176
176
FWTARGETS += stm32f429xe stm32f429xg stm32f429xi stm32f429xi_hs
177
177
FWTARGETS += stm32f105xb stm32f107xb
178
178
FWTARGETS += stm32l433xb stm32l433xc
179
- FWTARGETS += stm32f070x6 stm32f070xb
179
+ FWTARGETS += stm32f070x6 stm32f070xb stm32f072x8
180
180
FWTARGETS += stm32g431x6 stm32g431x8 stm32g431xb
181
181
FWTARGETS += stm32g474xb stm32g474xc stm32g474xe
182
182
FWTARGETS += stm32f446xc stm32f446xc_hs stm32f446xe stm32f446xe_hs
@@ -573,4 +573,10 @@ stm32f405xg_hs :
573
573
FWDEFS=' STM32F4 STM32F405xx USBD_PRIMARY_OTGHS' \
574
574
LDPARAMS=' ROMLEN=1024K RAMLEN=128K APPALIGN=0x4000'
575
575
576
+ stm32f072x8 :
577
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m0' \
578
+ FWSTARTUP=' mcu/stm32f0xx.S' \
579
+ FWDEFS=' STM32F0 STM32F072xB USBD_ASM_DRIVER' \
580
+ LDPARAMS=' ROMLEN=64K RAMLEN=16K APPALIGN=0x1000'
581
+
576
582
.PHONY : clean bootloader crypter all program program_stcube rebuild fwclean testsuite prerequisites $(FWTARGETS )
You can’t perform that action at this time.
0 commit comments