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

feat(esp-alloc): Add heap usage stats #2137

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    8c95125 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG.md entry

    AnthonyGrondin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8adb6f7 View commit details
    Browse the repository at this point in the history
  3. refactor(esp-alloc): Feature gate internal memory usage that requires…

    … extra computation.
    
    - Introduce the `internal-heap-stats` feature for `esp-alloc`.
    - Add `esp_alloc::get_info!()` to `psram_quad` example to show usage and
    ensure coverage of the feature in tests.
    AnthonyGrondin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3132b98 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e9da803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b1953 View commit details
    Browse the repository at this point in the history