From 5c0d0d48547ff68fc43e67a72de028f0fb3be0e7 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Fri, 28 Apr 2017 17:17:39 +0800 Subject: [PATCH] component/bt : change VHCI interrupt type to software interrupt(int no 7) --- components/bt/lib | 2 +- components/soc/esp32/include/soc/soc.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/bt/lib b/components/bt/lib index 0986936c6d..965318e4d9 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 0986936c6d21a009d7d4249cbae8a23b0f3bd20b +Subproject commit 965318e4d9009f85e76d02ad6f5e0117a10ead14 diff --git a/components/soc/esp32/include/soc/soc.h b/components/soc/esp32/include/soc/soc.h index b42a776906..1df888ce7c 100644 --- a/components/soc/esp32/include/soc/soc.h +++ b/components/soc/esp32/include/soc/soc.h @@ -286,14 +286,14 @@ /************************************************************************************************************* * Intr num Level Type PRO CPU usage APP CPU uasge * 0 1 extern level WMAC Reserved - * 1 1 extern level BT/BLE Host VHCI Reserved + * 1 1 extern level BT/BLE Host HCI DMA BT/BLE Host HCI DMA * 2 1 extern level * 3 1 extern level * 4 1 extern level WBB - * 5 1 extern level BT/BLE Controller + * 5 1 extern level BT/BLE Controller BT/BLE Controller * 6 1 timer FreeRTOS Tick(L1) FreeRTOS Tick(L1) - * 7 1 software Reserved Reserved - * 8 1 extern level BT/BLE BB(RX/TX) + * 7 1 software BT/BLE VHCI BT/BLE VHCI + * 8 1 extern level BT/BLE BB(RX/TX) BT/BLE BB(RX/TX) * 9 1 extern level * 10 1 extern edge Internal Timer * 11 3 profiling