-
Notifications
You must be signed in to change notification settings - Fork 217
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
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 429520c - Browse repository at this point
Copy the full SHA 429520cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f880151 - Browse repository at this point
Copy the full SHA f880151View commit details -
refactor(esp-alloc): Remove
get_info!()
macro in favour of document……ing `HEAP.stats()`
Configuration menu - View commit details
-
Copy full SHA for badb558 - Browse repository at this point
Copy the full SHA badb558View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc6d44 - Browse repository at this point
Copy the full SHA cfc6d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6027bf5 - Browse repository at this point
Copy the full SHA 6027bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b9fd6 - Browse repository at this point
Copy the full SHA 84b9fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23191f - Browse repository at this point
Copy the full SHA b23191fView commit details -
Fixed a typo in qa-test/src/bin/psram_quad.rs
Co-authored-by: Scott Mabin <scott@mabez.dev>
Configuration menu - View commit details
-
Copy full SHA for faa695d - Browse repository at this point
Copy the full SHA faa695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62242f8 - Browse repository at this point
Copy the full SHA 62242f8View commit details
Commits on Nov 28, 2024
-
Aligned the indentation in Cargo.toml
Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9f11b3 - Browse repository at this point
Copy the full SHA d9f11b3View commit details -
Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 69d05ad - Browse repository at this point
Copy the full SHA 69d05adView commit details -
Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e595191 - Browse repository at this point
Copy the full SHA e595191View commit details -
Surround a function call with backticks
Co-authored-by: Kirill Mikhailov <62840029+playfulFence@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3f7092 - Browse repository at this point
Copy the full SHA b3f7092View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1547f9 - Browse repository at this point
Copy the full SHA a1547f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd7b0a8 - Browse repository at this point
Copy the full SHA dd7b0a8View commit details