mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +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
(cherry picked from commit ad3554fbed)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
			
			
This commit is contained in:
		@@ -97,6 +97,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