Skip to content

Commit d624467

Browse 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

File tree

6 files changed

+312
-178
lines changed

6 files changed

+312
-178
lines changed

README.md

+1-1
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

-166
This file was deleted.

0 commit comments

Comments
 (0)