baoshi / CubeMX2Makefile

STM32CubeMX project to Makefile converter
152 stars 52 forks source link

cortex M7 subst #11

Open mmprestine opened 8 years ago

mmprestine commented 8 years ago

special case for the cortex M7 shows no definition for mcu_rx_to_cflags_dict

polsup commented 8 years ago

just edit the line 117: ld_subst = mcu_rx_to_cflags_dict['STM32(F|L)4'] must be: ld_subst = mcu_regex_to_cflags_dict['STM32(F|L)4']