@@ -173,13 +173,14 @@ FWTARGETS += stm32l073v8 stm32l073xb stm32l073xc
173
173
FWTARGETS += stm32l476xc stm32l476xe stm32l476xg
174
174
FWTARGETS += stm32f103x4 stm32f103x6 stm32f103x8 stm32f103xb
175
175
FWTARGETS += stm32f303xb stm32f303xc stm32f303xd stm32f303xe
176
- FWTARGETS += stm32f429xe stm32f429xg stm32f429xi
176
+ FWTARGETS += stm32f429xe stm32f429xg stm32f429xi stm32f429xi_hs
177
177
FWTARGETS += stm32f105xb stm32f107xb
178
178
FWTARGETS += stm32l433xb stm32l433xc
179
179
FWTARGETS += stm32f070x6 stm32f070xb
180
180
FWTARGETS += stm32g431x6 stm32g431x8 stm32g431xb
181
181
FWTARGETS += stm32g474xb stm32g474xc stm32g474xe
182
- FWTARGETS += stm32f446xc
182
+ FWTARGETS += stm32f446xc stm32f446xc_hs stm32f446xe stm32f446xe_hs
183
+ FWTARGETS += stm32f405xg stm32f405xg_hs
183
184
184
185
$(FWTARGETS ) : fwclean
185
186
@@ -459,6 +460,12 @@ stm32f429xi :
459
460
FWDEFS=' STM32F4 STM32F429xx' \
460
461
LDPARAMS=' ROMLEN=2048K RAMLEN=192K APPALIGN=0x4000'
461
462
463
+ stm32f429xi_hs :
464
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
465
+ FWSTARTUP=' mcu/stm32f4xx.S' \
466
+ FWDEFS=' STM32F4 STM32F429xx USBD_PRIMARY_OTGHS' \
467
+ LDPARAMS=' ROMLEN=2048K RAMLEN=192K APPALIGN=0x4000'
468
+
462
469
stm32f105xb :
463
470
$(MAKE ) bootloader FWCPU=' -mcpu=cortex-m3' \
464
471
FWSTARTUP=' mcu/stm32f105.S' \
@@ -536,5 +543,34 @@ stm32f446xc :
536
543
FWDEFS=' STM32F4 STM32F446xx' \
537
544
LDPARAMS=' ROMLEN=256K RAMLEN=128K APPALIGN=0x4000'
538
545
546
+ stm32f446xc_hs :
547
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
548
+ FWSTARTUP=' mcu/stm32f4xx.S' \
549
+ FWDEFS=' STM32F4 STM32F446xx USBD_PRIMARY_OTGHS' \
550
+ LDPARAMS=' ROMLEN=256K RAMLEN=128K APPALIGN=0x4000'
551
+
552
+ stm32f446xe :
553
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
554
+ FWSTARTUP=' mcu/stm32f4xx.S' \
555
+ FWDEFS=' STM32F4 STM32F446xx' \
556
+ LDPARAMS=' ROMLEN=512K RAMLEN=128K APPALIGN=0x4000'
557
+
558
+ stm32f446xe_hs :
559
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
560
+ FWSTARTUP=' mcu/stm32f4xx.S' \
561
+ FWDEFS=' STM32F4 STM32F446xx USBD_PRIMARY_OTGHS' \
562
+ LDPARAMS=' ROMLEN=512K RAMLEN=128K APPALIGN=0x4000'
563
+
564
+ stm32f405xg :
565
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
566
+ FWSTARTUP=' mcu/stm32f4xx.S' \
567
+ FWDEFS=' STM32F4 STM32F405xx' \
568
+ LDPARAMS=' ROMLEN=1024K RAMLEN=128K APPALIGN=0x4000'
569
+
570
+ stm32f405xg_hs :
571
+ $(MAKE ) bootloader FWCPU=' -mcpu=cortex-m4' \
572
+ FWSTARTUP=' mcu/stm32f4xx.S' \
573
+ FWDEFS=' STM32F4 STM32F405xx USBD_PRIMARY_OTGHS' \
574
+ LDPARAMS=' ROMLEN=1024K RAMLEN=128K APPALIGN=0x4000'
539
575
540
576
.PHONY : clean bootloader crypter all program program_stcube rebuild fwclean testsuite prerequisites $(FWTARGETS )
0 commit comments