- Notifications
You must be signed in to change notification settings - Fork1k
Add MicroMod STM32WB5MMG. Move MicroMod STM32F405 under SparkFun Boards file.#2037
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 productsAdded STM32WB5MMG MMPB to platformio boards_remap.json
fpistm left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
SFE-Brudnerd commentedJun 8, 2023
Hey@fpistm, when I was running the arduino-cli workflow, I receivedthis error, from what I'm reading this is an issue outside of the changes I've made. Is this expected? |
fpistm commentedJun 8, 2023
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.
fpistm commentedJun 8, 2023
Let's CI run to have a first result. 😉 |
fpistm left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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>
Uh oh!
There was an error while loading.Please reload this page.
fpistm commentedJun 9, 2023
You didn't try to build before? So you didn't make any tests with the board? |
SFE-Brudnerd commentedJun 9, 2023
I did a fair bit of testing before I pulled the upstream in, I realized that I didn't test afterwards. |
fpistm left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com>Signed-off-by: Alex Brudner <101155592+SFE-Brudnerd@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm commentedJun 14, 2023
@SFE-Brudnerd |
SFE-Brudnerd commentedJun 14, 2023
Works for me, thanks! |
Uh oh!
There was an error while loading.Please reload this page.
Summary
Adds the MicroMod Processor Board - STM32WB5MMG board files.
Consolidates the SparkFun STM32 products under one menu.
This PR fixes/implements the followingfeatures
Explain themotivation 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