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

Ensure xPortGetFreeHeapSize reports DRAM #8680

Merged
merged 7 commits into from
Oct 11, 2022

Commits on Sep 27, 2022

  1. Ensure xPortGetFreeHeapSize reports DRAM

    Create dedicated function for `xPortGetFreeHeapSize()` that only reports on DRAM.
    
    Update and export `umm_free_heap_size()` to report the free Heap space of the current Heap. Updated ESP.getFreeHeap() to use.
    
    Replace internal function `umm_free_heap_size_lw()` with `umm_free_heap_size()`.
    
    See umm_malloc/Notes.h entry Sep 26, 2022 for more specifics.
    
    uncrustified `umm_poison.c`
    mhightower83 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5319a9a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Updated function names and alias usage.

    While touching and regression testing of build macros for umm_info...
    and umm_stats..., improved/fixed macros for better support of
    build options specified through Sketch.ino.globals.h.
    mhightower83 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7af8108 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. improve comments

    mhightower83 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    9f700b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. improve comments

    Improve empty function situation around build option UMM_INFO.
    mhightower83 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    9612e5f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 6, 2022

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

Commits on Oct 11, 2022

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