-
Couldn't load subscription status.
- Fork 2.1k
cpu, boards: add new STM32C0 and NUCLEO-C071RB [new PR] #21775
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
|
Well it's never easy... The latest OpenOCD release (0.12.0) does not support the STM32C071 yet. The latest sourcecode does support it, but the standard programming method I found this comment that THAT however clashes with older OpenOCD versions (0.11.0 that is shipped with my WSL Ubuntu) which results in an error: Nevertheless here is a successful flashing process and the shell: |
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.
It's really hard to find any code to complain about in a crasbe PR 😔 I can confirm that both the board and docs build though (Can not flash, I thought I had one at home but its a different nucleo)
Oh stop it you 😳 👉 👈 But credit where credit is due, that code was not written by me (and I also can't and won't take credit for the mistakes 🤣 ). |
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.
That's true, thank you jasonparkerbissell / jparker324 (Are these two people? 😅) for the OG PR.
Considering that this is a revamp of the old PR, I'd count your successful flash test as enough for this but I also wouldn't mind if somebody else could verify it. Either way, thank you for your final touches to get this merge-able 🐸 👍
8a79d06 to
e0f9f11
Compare
|
Did Murdock fall asleep? |
|
No, the merge just takes too long and times out. We currently don't have
enough CI capacity without `mobi6`.
|
|
Oh :( |
Contribution description
Unfortunately the PR #20939 that added several new STM32C0 based boards went stale, so I took the liberty to take it over.
The fixup commit changes the copyright notice to the new SPDX format and the headerguards to
#pragma onceas well as fixing a typo in the KConfig file. The flashing information now points to the guide merged in #21767 (following the scheme from #21337).For the time being I did not include the
STM32C0116-DKandSTM32C0316-DKbecause I have neither of them for testing available.Testing procedure
I have not tested this yet with real hardware, but that will happen soon.
Issues/PRs references
This is continued from #20939.
Tracking Issue #19264.