mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	light sleep: add uart new final state machine support for esp32s3
This commit is contained in:
		@@ -23,6 +23,9 @@ extern "C" {
 | 
			
		||||
 | 
			
		||||
#define SOC_UART_NUM           (3)
 | 
			
		||||
 | 
			
		||||
// UART has an extra TX_WAIT_SEND state when the FIFO is not empty and XOFF is enabled
 | 
			
		||||
#define SOC_UART_SUPPORT_FSM_TX_WAIT_SEND   (1)
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user