mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 fa3205737f
			
		
	
	fa3205737f
	
	
	
		
			
			Check happens at build time, so flash size config may need to be changed. Also fixes MD5_OPT undefined warning, closes https://github.com/espressif/esp-idf/issues/1867
		
			
				
	
	
		
			21 lines
		
	
	
		
			613 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			613 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Reduce bootloader log verbosity
 | |
| CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
 | |
| CONFIG_LOG_BOOTLOADER_LEVEL=2
 | |
| 
 | |
| # Increase main task stack size
 | |
| CONFIG_MAIN_TASK_STACK_SIZE=7168
 | |
| 
 | |
| # Enable filesystem
 | |
| CONFIG_PARTITION_TABLE_CUSTOM=y
 | |
| CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
 | |
| CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
 | |
| CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
 | |
| CONFIG_APP_OFFSET=0x10000
 | |
| 
 | |
| # Enable FreeRTOS stats formatting functions, needed for 'tasks' command
 | |
| CONFIG_FREERTOS_USE_TRACE_FACILITY=y
 | |
| CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
 | |
| 
 | |
| CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
 | |
| 
 |