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

Merged
merged 20 commits into from
Oct 15, 2024

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
  3. Renamed to LlInitSetRtCfg()

    crsz20 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    425c3c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    6605515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43da2f View commit details
    Browse the repository at this point in the history
  3. clang-format bot reformatting.

    crsz20 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    827fe2c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    18dffa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2cc1e1 View commit details
    Browse the repository at this point in the history