Gunar Schorcht e4198542d1 cpu/esp32: fix multiple definitions with esp_idf_heap
If module esp_idf_heap is used, the memory management functions _malloc_r, _realloc_r, _calloc_r and _free_r have to be overridden by wrapper functions to use the heap_* functions of module _esp_idf_heap. However, this can lead to multiple symbol errors for these functions for some applications. To solve this symbol conflict, _malloc_r, _realloc_r, _calloc_r and _free_r functions are renamed to __wrap_* and the linker options are extended by -Wl,-wrap option when module esp_idf_heap is used.
2019-08-06 14:21:17 +02:00
..
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00
2019-07-29 16:06:04 +02:00
2018-10-08 12:20:49 +02:00
2018-10-08 12:20:49 +02:00