]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/memory_canaries_temp' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:20:17 +0000 (11:20 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:20:17 +0000 (11:20 +0800)
commite9b73e5c0dbae62589fdd5a20d3d39837f6f3c11
tree8e59d4911c18477f7b83853bff3358a7c19d9de8
parent28ca0b0526c0758e4039650278de7d97a5a4ef50
parentb21d2dfa6bb8b1c4d78c84124eb0e516410b3f0b
Merge branch 'feature/memory_canaries_temp' into 'master'

FreeRTOS: temporary solution for memory canaries and memory debug

1. This is just a temporary solution, it will be removed when umm_malloc is ready
2. Support memory canaries mechanism
2. Add debug code to show allocated memory info

See merge request !64