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

Fix VM Address mask #8440

Merged
merged 5 commits into from
Jan 11, 2022
Merged

Fix VM Address mask #8440

merged 5 commits into from
Jan 11, 2022

Commits on Jan 7, 2022

  1. Fix VM Address mask

    Adjust VM Address mask to allow up to 8M Byte parts.
    Allow for free heap size values over 64K
      ESP.getHeapStats(, uint32_t,)
      uint32_t getMaxFreeBlockSize();
    mhightower83 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    2582110 View commit details
    Browse the repository at this point in the history
  2. Fix example

    mhightower83 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    68dc35a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5be756 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Added comment about heap size limitation and static_assert to verify.

    Updated boards.txt to show correct External memory size and Heap size.
    mhightower83 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    2aa65b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    72a1b38 View commit details
    Browse the repository at this point in the history