mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	fix(clk): XTAL_X2 clock is not usable on H21 MPW and H4 BETA5
This commit is contained in:
		@@ -41,7 +41,8 @@ menu "Bootloader config"
 | 
			
		||||
 | 
			
		||||
    config BOOTLOADER_CPU_CLK_FREQ_MHZ
 | 
			
		||||
        int
 | 
			
		||||
        default 64 if IDF_TARGET_ESP32H2 || IDF_TARGET_ESP32H21 || IDF_TARGET_ESP32H4
 | 
			
		||||
        default 64 if IDF_TARGET_ESP32H2
 | 
			
		||||
        default 48 if IDF_TARGET_ESP32H21 || IDF_TARGET_ESP32H4
 | 
			
		||||
        default 90 if IDF_TARGET_ESP32P4
 | 
			
		||||
        default 80
 | 
			
		||||
        help
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user