We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550c170 commit 7d56590Copy full SHA for 7d56590
tools/export/sw4stm32.py
@@ -79,7 +79,7 @@ def __generate_uid(self):
79
def generate(self):
80
fp_hardware = "no"
81
fp_abi = "soft"
82
- core = self.target.core
+ core = self.toolchain.target.core
83
if core == "Cortex-M4F" or core == "Cortex-M7F":
84
fp_hardware = "fpv4-sp-d16"
85
fp_abi = "soft-fp"
0 commit comments