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

Add heap usage stats with defmt #2619

Merged
merged 15 commits into from
Nov 28, 2024
Merged

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    429520c View commit details
    Browse the repository at this point in the history
  2. 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 authored and okhsunrog committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f880151 View commit details
    Browse the repository at this point in the history
  3. refactor(esp-alloc): Remove get_info!() macro in favour of document…

    …ing `HEAP.stats()`
    AnthonyGrondin authored and okhsunrog committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    badb558 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfc6d44 View commit details
    Browse the repository at this point in the history
  5. rustfmt

    okhsunrog committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6027bf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84b9fd6 View commit details
    Browse the repository at this point in the history
  7. update doc comments

    okhsunrog committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b23191f View commit details
    Browse the repository at this point in the history
  8. Fixed a typo in qa-test/src/bin/psram_quad.rs

    Co-authored-by: Scott Mabin <scott@mabez.dev>
    okhsunrog and MabezDev authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    faa695d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62242f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Aligned the indentation in Cargo.toml

    Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
    okhsunrog and playfulFence authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d9f11b3 View commit details
    Browse the repository at this point in the history
  2. Fixed a typo in docs

    Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
    okhsunrog and playfulFence authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    69d05ad View commit details
    Browse the repository at this point in the history
  3. Nitpicking x2

    Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
    okhsunrog and playfulFence authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e595191 View commit details
    Browse the repository at this point in the history
  4. Surround a function call with backticks

    Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
    okhsunrog and playfulFence authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b3f7092 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1547f9 View commit details
    Browse the repository at this point in the history
  6. rustfmt

    okhsunrog committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    dd7b0a8 View commit details
    Browse the repository at this point in the history