Skip to content
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

add stm32 support #237

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

add stm32 support #237

wants to merge 12 commits into from

Conversation

kaspar030
Copy link
Collaborator

@kaspar030 kaspar030 commented Apr 9, 2024

This PR is my WIP branch for wiring up stm32 support.

I initialy started supporting the Nintendo Game and Watch handheld. That's actually a pretty useless target without quite a bit more work (like, proper display support). I got it to print and stopped there. I'll leave it in.

More interesting is the support for the ST Nucleo H755ZI-Q which I had on my desk.
That currently freezes in embassy_stm32::init(), I'm investigating.

update I've added basic nucleo-f401re and nucleo-wb55 support. Need to find a way to configure the used software interrupt.

** update **

Closes #168.

@ROMemories ROMemories added the arch Architecture support label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch Architecture support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32 Support
3 participants