Ivan Grokhotkov
|
90bbcbcdc0
|
unit tests: fix warnings, build with -Werror
- libsodium: silence warnings
- unit tests: fix warnings
- spiram: fix warnings
- ringbuf test: enable by default, reduce delays
|
2017-10-19 21:35:23 +08:00 |
|
Jeroen Domburg
|
740f8a79f0
|
Add logic to make external RAM usable with malloc()
|
2017-09-28 17:17:50 +08:00 |
|
Angus Gratton
|
1c7b8aa3a5
|
Heap tracing support
|
2017-09-07 16:32:05 +10:00 |
|
Angus Gratton
|
5361c08989
|
heap: Support adding new heap regions at runtime
To facilitate this, the list of registered heap regions is now a linked list
(allowing entries to be appended at runtime.)
|
2017-09-05 14:07:02 +10:00 |
|
Angus Gratton
|
71c70cb15c
|
heap: Refactor heap regions/capabilities out of FreeRTOS
Remove tagged heap API, rename caps_xxx to heap_caps_xxx
Also includes additional heap_caps_xxx inspection functions.
|
2017-07-10 17:46:03 +08:00 |
|