Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d624467

Browse filesBrowse files
authored
Merge pull request #40 from fpistm/heap_newlib
Update heap_useNewlib from Dave Nadler to support newlib 3.1
2 parents 53ea273 + 4adcfbd commit d624467
Copy full SHA for d624467

File tree

Expand file treeCollapse file tree

6 files changed

+312
-178
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+312
-178
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By default, the `heap_useNewlib.c` is used. It can be changed thanks a define in
3434
```
3535
/* Define memory allocation implementations to use:
3636
* 1 to 5 for heap_[1-5].c
37-
* -1 for heap_useNewlib.c
37+
* -1 for heap_useNewlib_ST.c
3838
* Default -1 see heap.c
3939
*/
4040
```

‎portable/MemMang/heap_useNewlib.c

Copy file name to clipboardExpand all lines: portable/MemMang/heap_useNewlib.c
-166Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.