Skip to content

Conversation

@ndoo
Copy link
Contributor

@ndoo ndoo commented Oct 28, 2025

Summary

This PR fixes the following bugs:

Explain the motivation for making this change. What existing problem does the pull request solve?

Change .upload.maximum_data_size parameter in boards.txt to 114688 for STM32G491 and STM32G4A1, according to https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1/products.html both parts are 112k RAM.

Validation

  • Ensure CI build is passed.
  • Demonstrate the code is solid. [e.g. Provide a sketch]

Code formatting

  • Ensure AStyle check is passed thanks CI

Closing issues

Fixes #2835

@fpistm fpistm self-requested a review October 28, 2025 09:05
@fpistm fpistm added the fix 🩹 Bug fix label Oct 28, 2025
@fpistm fpistm added this to the 2.12.0 milestone Oct 28, 2025
@fpistm fpistm merged commit e881e8c into stm32duino:main Oct 28, 2025
24 checks passed
@github-project-automation github-project-automation bot moved this from In progress to Done in STM32 core based on ST HAL Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix 🩹 Bug fix

Projects

Development

Successfully merging this pull request may close these issues.

G491 variants has wrongly defined 128kB RAM instead if 112k

2 participants