-
Notifications
You must be signed in to change notification settings - Fork 8.2k
STM32WB Series support #13742
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 Series support #13742
Conversation
|
Found the following issues, please fix and resubmit: License issuesIn most cases you do not need to do anything here, especially if the files
|
Codecov Report
@@ Coverage Diff @@
## master #13742 +/- ##
=======================================
Coverage 52.93% 52.93%
=======================================
Files 309 309
Lines 45268 45268
Branches 10451 10451
=======================================
Hits 23961 23961
Misses 16542 16542
Partials 4765 4765Continue to review full report at Codecov.
|
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.
Looks good, other than the two doc build errors...
99a77eb to
d37857c
Compare
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.
+1 for docs
05fdeeb to
11342c9
Compare
9789d87 to
3c06a62
Compare
3c06a62 to
60b336b
Compare
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.
One minor nit, otherwise looks good.
60b336b to
42c6bcd
Compare
42c6bcd to
5175ab8
Compare
5175ab8 to
b019d60
Compare
This adds the HAL code needed for the SoC for the stm32wb series. Origin: ST Microelectronics License: BSD-3-Clause URL: http://www.st.com/en/embedded-software/stm32cubewb.html Commit: 1.0.0 Purpose: HAL layer for stm32wb Maintained-by: External Signed-off-by: Erwan Gouriou <[email protected]>
Following introduction of STM32Cube for STM32WB, update stm32cube folder to enable build of STM32WB Cube package. Signed-off-by: Erwan Gouriou <[email protected]>
Provide basic soc configuration for STM32WB SoCs support in Zephyr. Signed-off-by: Erwan Gouriou <[email protected]>
Base .dtsi files for stm32wb series and stm32wb55 SoC. Signed-off-by: Erwan Gouriou <[email protected]>
Add support to stm32wb series in stm32 clock_control driver. Ip is similar to stm32l4 one but AHB bus presacler is renamed to "CPU1" and CPU2 and AHB4 prescalers should be defined. Signed-off-by: Erwan Gouriou <[email protected]>
Update exti driver to support STM32WB series. IP is similar to stm32l4. Signed-off-by: Erwan Gouriou <[email protected]>
Add GPIO support to stm32wb series. Only ABCDE and H ports are available for now on this series. Accordingly, update series dtsi file. Signed-off-by: Erwan Gouriou <[email protected]>
Add USART1 and LPUART1 nodes on stm32wb series. Only these 2 ones are available for now on this series. Signed-off-by: Erwan Gouriou <[email protected]>
Add definitions for LPUART1 and USART1. Signed-off-by: Erwan Gouriou <[email protected]>
Basic support for nucleo_wb55rg board. Signed-off-by: Erwan Gouriou <[email protected]>
b019d60 to
b422875
Compare
Add support for dual core, multi protocol wireless STM32 controllers.
Provide support for nucleo_wb55rg BLE target