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(CMSIS): Adding mallinfo function and reworking Cordio memory management. #1179

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a5eca69 View commit details
    Browse the repository at this point in the history
  2. Removing NULL checks.

    Need to call this multiple times to allow us to calculate the size
    requirements before requesting the heap memory.
    kevin-gillespie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7f1b724 View commit details
    Browse the repository at this point in the history
  3. Using dynamic memory allocation.

    This is a significant API change. We need to call WsfHeapAlloc with
    the required size before calling WsfHeapGetFreeStartAddress. This
    will allow us to do dynamic memory allocation, instead of allocating
    a large block of memory on initialization.
    kevin-gillespie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4618758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63ff25c View commit details
    Browse the repository at this point in the history
  5. Reworking HeapAlloc.

    kevin-gillespie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1a2400e View commit details
    Browse the repository at this point in the history
  6. Fixing formatting.

    kevin-gillespie committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0fecbbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff0fd7c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Updated ME18's BLE_datc example to locally run datsc_connected.py. Re…

    …solved hard-fault error.
    crsz20 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0232186 View commit details
    Browse the repository at this point in the history
  2. clang-format bot reformatting.

    crsz20 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7dd2378 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    096893b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/cordio-malloc' of github.com:analogdevicesinc/msdk…

    … into feat/cordio-malloc
    crsz20 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    35a1694 View commit details
    Browse the repository at this point in the history