-
Notifications
You must be signed in to change notification settings - Fork 84
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
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5eca69 - Browse repository at this point
Copy the full SHA a5eca69View commit details -
Need to call this multiple times to allow us to calculate the size requirements before requesting the heap memory.
Configuration menu - View commit details
-
Copy full SHA for 7f1b724 - Browse repository at this point
Copy the full SHA 7f1b724View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4618758 - Browse repository at this point
Copy the full SHA 4618758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ff25c - Browse repository at this point
Copy the full SHA 63ff25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2400e - Browse repository at this point
Copy the full SHA 1a2400eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fecbbe - Browse repository at this point
Copy the full SHA 0fecbbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0fd7c - Browse repository at this point
Copy the full SHA ff0fd7cView commit details
Commits on Sep 20, 2024
-
Updated ME18's BLE_datc example to locally run datsc_connected.py. Re…
…solved hard-fault error.
Configuration menu - View commit details
-
Copy full SHA for 0232186 - Browse repository at this point
Copy the full SHA 0232186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd2378 - Browse repository at this point
Copy the full SHA 7dd2378View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 096893b - Browse repository at this point
Copy the full SHA 096893bView commit details -
Merge branch 'feat/cordio-malloc' of github.com:analogdevicesinc/msdk…
… into feat/cordio-malloc
Configuration menu - View commit details
-
Copy full SHA for 35a1694 - Browse repository at this point
Copy the full SHA 35a1694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c3c7 - Browse repository at this point
Copy the full SHA 425c3c7View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0e9ab1 - Browse repository at this point
Copy the full SHA e0e9ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97bcd1 - Browse repository at this point
Copy the full SHA f97bcd1View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d34b408 - Browse repository at this point
Copy the full SHA d34b408View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6605515 - Browse repository at this point
Copy the full SHA 6605515View commit details -
Configuration menu - View commit details
-
Copy full SHA for e43da2f - Browse repository at this point
Copy the full SHA e43da2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 827fe2c - Browse repository at this point
Copy the full SHA 827fe2cView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18dffa5 - Browse repository at this point
Copy the full SHA 18dffa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2cc1e1 - Browse repository at this point
Copy the full SHA e2cc1e1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.