-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix sw4stm32 exporter fpu #2811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @sarahmarshy @theotherjimmy please review |
} | ||
|
||
TARGETS = BOARDS.keys() | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove the extra spaces you added on this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -77,7 +83,7 @@ def generate(self): | |||
for lib in self.resources.libraries: | |||
l, _ = splitext(basename(lib)) | |||
libraries.append(l[3:]) | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Description
Add hw floating point options in SW4STM32 project. Fix issue #2506
Status
READY