-
Notifications
You must be signed in to change notification settings - Fork 1.3k
STM32: rename feather_stm32f405_express, fix makefile defs issue #2243
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
We should let CI run on this before merging, sometimes it gets huffy about changes to the yml. I don't think I missed anything this time, though. |
yep dont merge till it passes! |
I am not sure what you mean by this. Do you mean it's fixed in some upcoming PR's of yours, or in tinyusb? |
@dhalbert in the tusb makefile defines (which were one of the first things added to the port) there was this line I've included it here since support for the feather and pyboard is a little more "official" now and I don't want people encountering the wrong frequency if PWM somehow takes a long time to merge. |
Actually, hal conf is in the BSPs for tusb... I'm not sure why Thach puts this override in all his makefiles. |
Would be fine to ask that in a tinyusb issue. |
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.
👍
I tapped "Merge" on my phone, not sure why it didn't merge :) |
This PR changes the Feather for the F405 to use a clearer name, matching it with its aws bucket. It also removes a tinyusb makefile define that was quietly overriding the frequency of the feather and pyboard, which has been fixed in upcoming PRs but should probably go live ASAP.