]> granicus.if.org Git - esp-idf/commit
component/bt : fix coexist hardware blocking bug
authorTian Hao <tianhao@espressif.com>
Thu, 20 Sep 2018 04:31:22 +0000 (12:31 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 26 Sep 2018 13:24:46 +0000 (21:24 +0800)
commit337960338d77e4e25ccf7c515517ab4a7e8b72ff
tree55f76901d8607d193ecb7fdc37fdeef5317c8fc6
parent93df37522f2a9543454f0c360ed6ee5df96cf2d0
component/bt : fix coexist hardware blocking bug

fix the bug following:
1. after disable bluetooth controller, wifi cannot TX/RX any packets.
2. when software coexist working, there's a little ratio cause wifi task watchdog timeout
3. when software coexist working, there's a little ratio cause bluetooth cannot receive anything.

feature:
1. add libbtdm_app.a git commit local and remote checking

Known issues:
1. there's still a bug occurs with a very very low ratio cause bluetooth
   cannot receive anything. The reproduce interval may great than 3days ~ 1week via
   7x24 hours heavy testing.
components/bt/lib
components/bt/test/test_bt_common.c [new file with mode: 0644]
components/esp32/lib