mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 22:51:41 +01:00 
			
		
		
		
	Remove the check for in_accepting_trans_state Add color_pixel_xxxx_data_t structures to color_types.h Fix PM lock protection (Tested, now works well) * CPU_MAX, PM lock and semaphore order * Remove ppa_driver PM lock Modify concurrency (queue, trans recycle, semaphore, ...) Add programming guide Add test apps
		
			
				
	
	
		
			36 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| INPUT += \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_i2c.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/include/lp_core_uart.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/include/ulp_lp_core.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_gpio.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_i2c.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_print.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_uart.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
 | |
|     $(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_interrupts.h \
 | |
|     $(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
 | |
|     $(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
 | |
|     $(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
 | |
|     $(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
 | |
|     $(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_cam/include/esp_cam_ctlr.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_cam/include/esp_cam_ctlr_types.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_cam/csi/include/esp_cam_ctlr_csi.h \
 | |
|     $(PROJECT_PATH)/components/hal/include/hal/jpeg_types.h \
 | |
|     $(PROJECT_PATH)/components/hal/include/hal/ppa_types.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_types.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_types.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_isp/include/driver/isp_af.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_decode.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_jpeg/include/driver/jpeg_encode.h \
 | |
|     $(PROJECT_PATH)/components/esp_driver_ppa/include/driver/ppa.h \
 | |
|     $(PROJECT_PATH)/components/esp_lcd/dsi/include/esp_lcd_mipi_dsi.h \
 | |
|     $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/adc_channel.h \
 | |
|     $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/clk_tree_defs.h \
 | |
|     $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/gpio_num.h \
 | |
|     $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/soc_caps.h \
 | |
|     $(PROJECT_PATH)/components/soc/$(IDF_TARGET)/include/soc/uart_channel.h \
 | |
|     $(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl.h \
 | |
|     $(PROJECT_PATH)/components/sdmmc/include/sd_pwr_ctrl_by_on_chip_ldo.h \
 |