mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	make bootloader_support depend on IDF_TARGET
1. move chip-specific code(e.g. encryption) into IDF_TARGET directory 2. splict app-only code to idf directory which won't be compiled into bootloader
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
 | 
			
		||||
#include <esp32/rom/rtc.h>
 | 
			
		||||
#include <soc/cpu.h>
 | 
			
		||||
#include <esp_image_format.h>
 | 
			
		||||
#include <bootloader_utility.h>
 | 
			
		||||
#include <esp_secure_boot.h>
 | 
			
		||||
#include <esp_log.h>
 | 
			
		||||
#include <esp_spi_flash.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user