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

Commits on Mar 9, 2024

  1. stm32h7-nucleo: embiggen sys tasks

    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!
    hawkw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7be8ef3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f00f033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    201c669 View commit details
    Browse the repository at this point in the history
  4. oops

    hawkw committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c46be99 View commit details
    Browse the repository at this point in the history