]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/btdm_isr_alloc' into 'release/v2.0'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Mar 2017 07:54:09 +0000 (15:54 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Mar 2017 07:54:09 +0000 (15:54 +0800)
commit1b0b34247a278819b53dedd366c58d3952d17b1c
tree6ba70be4f944cc787e6be44b91b3db485a52d524
parent1c9d8744ab26d7f219f70bc6f9838c572dc22d3d
parent4aaa453b315471ddeaf3c3f7a7315c1074680f48
Merge branch 'bugfix/btdm_isr_alloc' into 'release/v2.0'

component/bt : fix rx packet assert bug and malloc in ISR bug in bluetooth

1. fix alloc in ISR context bug
2. fix rx bluetooth packets cause assert bug

See merge request !609