8 Commits

Author SHA1 Message Date
975a7fd12a feat(heap): add option to enable/disable heap trace function 2019-11-06 14:30:02 +08:00
3361cbc541 feat(heap): add function to get DRAM region free size 2019-09-17 11:47:18 +08:00
a7aeeb28d5 feat(heap): add heap private config to enable/disable using IRAM as heap 2019-08-12 19:28:20 +08:00
301d857988 feat(esp8266): supports "make size" and its family function
1. support "make size", "make size-files", "make size-components" and "make size-symbols"
2. add esp-idf style link file including "esp8266.ld" and "esp8266.project.ld.in"
3. add link advaced generation file to components of esp8266 and spi_flash
2019-08-05 17:20:29 +08:00
2662239b0f fix(heap): Fix heap trace check error
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/335
2018-10-12 13:05:10 +08:00
8eacaee32c fix(heap): Fix heap initialize error when disable IRAM for heap 2018-09-20 19:52:02 +08:00
b1da1ca461 feat(heap): Fix HEAP dump error 2018-09-17 17:27:43 +08:00
260da4a6f3 feat(heap): Add new heap component 2018-09-12 11:12:17 +08:00