]> granicus.if.org Git - esp-idf/commit
component/bt : fix interrupt slow reaction cause assert(interrupt wdt)
authorTian Hao <tianhao@espressif.com>
Wed, 28 Mar 2018 04:04:13 +0000 (12:04 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 28 Mar 2018 04:04:16 +0000 (12:04 +0800)
commit3843bff97b43deda1bd7e87e2cb8937087288df5
treea54a234aeea079ad67bd353b79446a2aa5152046
parent391c3ff959f9eb1b2975cb0d7b29c0478f3b6a48
component/bt : fix interrupt slow reaction cause assert(interrupt wdt)

Some application lock interrupt(portENTER_CRITICAL) too long time,
it will cause bluetooth cannot react interrupt in time, then t will
cause some assert, assert info following:
1. ld_acl.c 1900
2. ld_fm.c 340
3. other assert reference to this.
components/bt/lib