Omar Chebib
|
c6ddf7288c
heap: add a unit test for malloc(0) and slightly optimize heap_caps_malloc_prefer
|
3 years ago |
Marius Vikhammer
|
9c8e4fd4c5
C3: build and run unit tests
|
5 years ago |
Angus Gratton
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 years ago |
Felipe Neves
|
481379f14d
multi_heap: ensure that malloc(0) return NULL pointer in any poisoning configuration
|
5 years ago |
Michael (XIAO Xufeng)
|
9baa7826be
fix unit test and examples for s2beta
|
6 years ago |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 years ago |
Darian Leung
|
037c079e9a
esp32: Refactor backtrace and add esp_backtrace_print()
|
7 years ago |
Konstantin Kondrashov
|
399d2d2605
all: Using xxx_periph.h
|
6 years ago |
morris
|
f5b03c9ea3
misc adjustment of esp32 component
|
6 years ago |
morris
|
c159984264
separate rom from esp32 component to esp_rom
|
6 years ago |
Angus Gratton
|
2dd3344342
heap: Add integer overflow checks on MALLOC_CAP_32BIT & MALLOC_CAP_EXEC
|
6 years ago |
Ivan Grokhotkov
|
ed546797d0
heap: test: don’t warn about oversized mallocs
|
7 years ago |
Angus Gratton
|
fd88d6d89c
heap: Add integer overflow checks
|
7 years ago |
Jeroen Domburg
|
740f8a79f0
Add logic to make external RAM usable with malloc()
|
8 years ago |
Angus Gratton
|
71c70cb15c
heap: Refactor heap regions/capabilities out of FreeRTOS
|
8 years ago |