Skip to content
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

feat: Add STM32Cube HAL getter to SPI, Wire and HardwareSerial #1674

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Mar 9, 2022

Summary
feat: Add STM32Cube HAL getter to SPI, Wire and HardwareSerial

Could be used for example to mix Arduino API and STM32Cube HAL API.
For example to configure DMA.
Warning: Use at your own risk

Fixes #1035

@ABOSTM ABOSTM requested a review from fpistm March 9, 2022 15:38
Could be used for example to mix Arduino API and STM32Cube HAL API.
For example to configure DMA.
Warning: Use at your own risk

Fixes stm32duino#1035

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
@uzi18
Copy link

uzi18 commented Mar 10, 2022

Thx

@fpistm fpistm merged commit e156c32 into stm32duino:main Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

request: Implement getters for internal HAL handle structures or make it public
3 participants