mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Default settings for testing this example in CI.
 | |
| # This configuration is not secure, don't use it in production!
 | |
| # See Flash Encryption API Guide for more details.
 | |
| 
 | |
| CONFIG_SECURE_FLASH_ENC_ENABLED=y
 | |
| CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT=y
 | |
| CONFIG_SECURE_BOOT_ALLOW_ROM_BASIC=y
 | |
| CONFIG_SECURE_BOOT_ALLOW_JTAG=y
 | |
| CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC=y
 | |
| CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC=y
 | |
| CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE=y
 | |
| CONFIG_SECURE_FLASH_REQUIRE_ALREADY_ENABLED=y
 | 
