mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-02 21:48:13 +00:00 
			
		
		
		
	gpio, rtcio: removed unsupported features on different targets
This commit is contained in:
		
				
					committed by
					
						
						bot
					
				
			
			
				
	
			
			
			
						parent
						
							5fa34f6a30
						
					
				
				
					commit
					6059ef26fb
				
			@@ -53,14 +53,14 @@
 | 
			
		||||
#include "esp32/rom/cache.h"
 | 
			
		||||
#include "esp32/clk.h"
 | 
			
		||||
#include "esp32/rom/rtc.h"
 | 
			
		||||
#include "driver/gpio.h"
 | 
			
		||||
#include "esp_private/gpio.h"
 | 
			
		||||
#elif CONFIG_IDF_TARGET_ESP32S2
 | 
			
		||||
#include "esp32s2/clk.h"
 | 
			
		||||
#include "esp32s2/rom/cache.h"
 | 
			
		||||
#include "esp32s2/rom/rtc.h"
 | 
			
		||||
#include "esp32s2/brownout.h"
 | 
			
		||||
#include "soc/extmem_reg.h"
 | 
			
		||||
#include "driver/gpio.h"
 | 
			
		||||
#include "esp_private/gpio.h"
 | 
			
		||||
#elif CONFIG_IDF_TARGET_ESP32S3
 | 
			
		||||
#include "esp32s3/clk.h"
 | 
			
		||||
#include "esp32s3/rom/cache.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user