-
Notifications
You must be signed in to change notification settings - Fork 981
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 MicroMod STM32WB5MMG. Move MicroMod STM32F405 under SparkFun Boards file. #2037
Conversation
Missing Pin C13. Set correct UART TX/RX. Add LPUART. Re-add ifdef guards for TIM. Add Serial Hardware Open
Bring boards.txt file changes to current release standards. Move F405 MMPB to SFE category in boards.txt. Update README.md for SFE boards. Ran cmake_updater_hook.py only allowing changes that affect SFE products Added STM32WB5MMG MMPB to platformio boards_remap.json
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.
Hi @SFE-Brudnerd
Thanks for this PR.
You can find here my first remarks about this PR. I will deeply check later.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Hey @fpistm, when I was running the arduino-cli workflow, I received this error, from what I'm reading this is an issue outside of the changes I've made. Is this expected? |
No. It seems your changes brings issue with {} issue. Will check that. |
Add space to ToC that was mistakenly removed. Readded pipe that was mistakenly removed.
Let's CI run to have a first result. 😉 |
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.
Build issue comes from the flash_offset not defined in boards.txt
variants/STM32WBxx/WB5MMGH/PeripheralPins_SFE_MMPB_STM32WB5MMG.c
Outdated
Show resolved
Hide resolved
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
You didn't try to build before? So you didn't make any tests with the board? |
I did a fair bit of testing before I pulled the upstream in, I realized that I didn't test afterwards. |
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.
While the link is not valid, it could not be listed here for security purpose.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@SFE-Brudnerd |
Works for me, thanks! |
Summary
Adds the MicroMod Processor Board - STM32WB5MMG board files.
Consolidates the SparkFun STM32 products under one menu.
This PR fixes/implements the following features
Explain the motivation for making this change. What existing problem does the pull request solve?
The motivation of the change is to add Arduino support for an upcoming board release.
Validation
Code formatting