mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 09:01:40 +01:00 
			
		
		
		
	This commit updates the visibility of various header files and cleans up some unnecessary inclusions. Also, this commit removes certain header include paths which were maintained for backward compatibility.
		
			
				
	
	
		
			16 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
INPUT += \
 | 
						|
         $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/dac_channel.h \
 | 
						|
         $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/dac.h \
 | 
						|
         $(PROJECT_PATH)/components/hal/include/hal/mcpwm_types.h \
 | 
						|
         $(PROJECT_PATH)/components/driver/include/driver/mcpwm.h \
 | 
						|
         $(PROJECT_PATH)/components/hal/include/hal/pcnt_types.h \
 | 
						|
         $(PROJECT_PATH)/components/driver/include/driver/pulse_cnt.h \
 | 
						|
         $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/rtc_io_channel.h \
 | 
						|
         $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/touch_sensor_channel.h \
 | 
						|
         $(PROJECT_PATH)/components/driver/$(IDF_TARGET)/include/driver/touch_sensor.h \
 | 
						|
         $(PROJECT_PATH)/components/esp_hw_support/include/esp_himem.h \
 | 
						|
         $(PROJECT_PATH)/components/ulp/ulp_fsm/include/$(IDF_TARGET)/ulp.h \
 | 
						|
         $(PROJECT_PATH)/components/ulp/ulp_common/include/$(IDF_TARGET)/ulp_common_defs.h \
 | 
						|
         $(PROJECT_PATH)/components/esp_system/include/esp_ipc.h \
 | 
						|
         $(PROJECT_PATH)/components/esp_system/include/esp_ipc_isr.h
 |