mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
fix(bt): Update bt lib for ESP32(ba6739f)
- Fixed assert in lld_evt.c at line 2353 - Fixed interrupt WDT when shutdown bt controller - Added config for BLE vendor HCI QA command - Added config for BLE channel assessment and ping procedure
This commit is contained in:
@@ -99,6 +99,8 @@ static inline uint32_t periph_ll_get_rst_en_mask(periph_module_t periph, bool en
|
||||
return DPORT_LEDC_RST;
|
||||
case PERIPH_WIFI_MODULE:
|
||||
return DPORT_WIFIMAC_RST;
|
||||
case PERIPH_BT_MODULE:
|
||||
return (DPORT_BTBB_RST | DPORT_BTMAC_RST | DPORT_RW_BTMAC_RST | DPORT_RW_BTLP_RST);
|
||||
case PERIPH_UART0_MODULE:
|
||||
return DPORT_UART_RST;
|
||||
case PERIPH_UART1_MODULE:
|
||||
|
Reference in New Issue
Block a user