]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/lwip_prefer_allocate_memory_in_psram' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Wed, 7 Aug 2019 13:00:14 +0000 (21:00 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Wed, 7 Aug 2019 13:00:14 +0000 (21:00 +0800)
commit562218d4dbe8c59c0cca94ce6ec527d3c83a6eef
tree6b5ce30efc810cafe61b175e9d91430f97c2abbb
parent51d811a71ce75249a127ac0df1fb4cdb42c4385e
parent40e808c63b7c944faf81f85c6b2ae35981f1c447
Merge branch 'feature/lwip_prefer_allocate_memory_in_psram' into 'master'

Try to allocate some memories in SPIRAM first. If failed, try to allocate in internal RAM then

See merge request espressif/esp-idf!5695