-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STM32WB: introduce STM32WB15CC NUCLEO #14746
Conversation
Values from Keil.STM32WBxx_DFP.1.2.0.pack https://www.keil.com/dd2/pack/
@jeromecoutant, thank you for your changes. |
} | ||
break; | ||
default: | ||
tr_error("StackType %u not expected\n", p_wireless_info->StackType); |
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.
just checking - two above are regular mbed error, the last one (default) is just trace error ?
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.
You're right, I will align in some coming PR
thx
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.
OK
I started CI |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
ST will promote a new NUCLEO board based on STM32WB15CC
https://www.st.com/en/microcontrollers-microprocessors/stm32wb15cc.html
@ARMmbed/team-st-mcd
Impact of changes
Migration actions required
Documentation
See Readme info file for details
Pull request type
Test results
Tests done with baremetal for ARM and GCC
both CLI1 and CLI2 checked
[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR
Reviewers