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

stm32h7-nucleo: embiggen sys tasks #1655

Merged
merged 4 commits into from
Mar 9, 2024
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Mar 9, 2024

After #7632, the sys tasks in the STM32H7 Nucleo demo need a bit more RAM to store counters. These apps no longer build with the current RAM allocation, but #7635 was auto-merged because CI doesn't require the builds for these devboard demo apps to pass in order to merge a PR.

This commit embiggens the RAM allocations for the sys tasks on these boards. Now, they build again. My bad!

After #7632, the `sys` tasks in the STM32H7 Nucleo demo need a bit more
RAM to store counters. These apps no longer build with the current RAM
allocation, but #7635 was auto-merged because CI doesn't require the
builds for these devboard demo apps to pass in order to merge a PR.

This commit embiggens the RAM allocations for the `sys` tasks on these
boards. Now, they build again. My bad!
@cbiffle cbiffle merged commit f2a92d0 into master Mar 9, 2024
83 checks passed
@cbiffle cbiffle deleted the eliza/embiggen-nucleo-sys branch March 9, 2024 22:10
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.

None yet

2 participants