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

Change HAL_RCC_OscConfig and HAL_RCC_ClockConfig to const pointer #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivous
Copy link

@ivous ivous commented Jan 15, 2025

[HAL][RCC] Change HAL_RCC_OscConfig and HAL_RCC_ClockConfig pointer parameters to const

this allows to use for initialization structure allocated in flash memory, no change in functionality

IMPORTANT INFORMATION

Contributor License Agreement (CLA)

  • The Pull Request feature will be considered by STMicroelectronics after the signature of a Contributor License Agreement (CLA) by the submitter.
  • If you did not sign such agreement, please follow the steps mentioned in the CONTRIBUTING.md file.

…arameters to const

this allows to use for initialization structure allocated in flash memory, no change in functionality
@ALABSTM ALABSTM added enhancement New feature or request hal HAL-LL driver-related issue or pull-request. rcc Reset and Clock Controller labels Jan 17, 2025
@TOUNSTM
Copy link
Contributor

TOUNSTM commented Jan 17, 2025

ST Internal Reference: 200707

@TOUNSTM TOUNSTM added the internal bug tracker Issue confirmed and logged into the internal bug tracking system label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hal HAL-LL driver-related issue or pull-request. internal bug tracker Issue confirmed and logged into the internal bug tracking system rcc Reset and Clock Controller
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

3 participants