-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
boards: st: add support for Nucleo-WB07CC #83524
Merged
kartben
merged 4 commits into
zephyrproject-rtos:main
from
mathieuchopstm:introduce_wb07_board
Jan 9, 2025
Merged
boards: st: add support for Nucleo-WB07CC #83524
kartben
merged 4 commits into
zephyrproject-rtos:main
from
mathieuchopstm:introduce_wb07_board
Jan 9, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zephyrbot
requested review from
asm5878,
benothmn-st,
erwango,
HoZHel and
teburd
January 3, 2025 10:13
nordicjm
previously approved these changes
Jan 3, 2025
erwango
previously approved these changes
Jan 6, 2025
Added the missing overlay for |
benothmn-st
reviewed
Jan 7, 2025
benothmn-st
reviewed
Jan 7, 2025
benothmn-st
reviewed
Jan 7, 2025
benothmn-st
reviewed
Jan 7, 2025
benothmn-st
reviewed
Jan 7, 2025
benothmn-st
requested changes
Jan 7, 2025
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.
index.rst to be updated
Add support for the STMicroelectronics Nucleo-WB07CC board. Signed-off-by: Mathieu Choplain <[email protected]>
Add an overlay to the test so that proper DMA behavior can be verified on STM32WB07 SoC. Signed-off-by: Mathieu Choplain <[email protected]>
Add an overlay to the test so that proper DMA behavior can be verified on STM32WB07 SoC. Signed-off-by: Mathieu Choplain <[email protected]>
Add an overlay to allow the test to build and run on Nucleo-WB07CC. Signed-off-by: Mathieu Choplain <[email protected]>
mathieuchopstm
force-pushed
the
introduce_wb07_board
branch
from
January 8, 2025 14:10
8e2f2a9
to
c234e3d
Compare
benothmn-st
approved these changes
Jan 8, 2025
erwango
approved these changes
Jan 9, 2025
kartben
approved these changes
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: ADC
Analog-to-Digital Converter (ADC)
area: DMA
Direct Memory Access
platform: STM32
ST Micro STM32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for the Nucleo-WB07CC board.
The DMA tests overlays are provided to allow validation of the driver on STM32WB07 SoC.