mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 339454ff19
			
		
	
	339454ff19
	
	
	
		
			
			It is now possible to configure the options (Kconfig) of bootloader components directly from the menuconfig
		
			
				
	
	
		
			9 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Bootloader welcome message"
 | |
| 
 | |
|     config EXAMPLE_BOOTLOADER_WELCOME_MESSAGE
 | |
|         string "Bootloader welcome message"
 | |
|         default "Custom bootloader message defined in the KConfig file."
 | |
|         help
 | |
|             Message to print by the custom bootloader when booting up.
 | |
| endmenu
 |