]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/enlarge_wifi_task_stack_size_and_hmac_tx_queue_size' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Fri, 12 May 2017 05:37:22 +0000 (13:37 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Fri, 12 May 2017 05:37:22 +0000 (13:37 +0800)
esp32: update wifi lib to enlarge wifi task stack size

1. Enlarge wifi task stack size by 512Bytes to fix potential stack overflow issue
2. Modify wifi hmac tx queue size from 12 to 32 because we already limit the buffer number in ebuf
   management module

See merge request !750


Trivial merge