mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
esp32h4: removed esp32h4 related codes
This commit is contained in:

committed by
Kevin (Lao Kaiyao)

parent
b16ed57b2e
commit
bf2a7b2df6
@@ -17,8 +17,6 @@
|
||||
#include "esp32s3/rom/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32C3
|
||||
#include "esp32c3/rom/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32H4
|
||||
#include "esp32h4/rom/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32C2
|
||||
#include "esp32c2/rom/rtc.h"
|
||||
#elif CONFIG_IDF_TARGET_ESP32C6
|
||||
@@ -47,8 +45,6 @@ void bootloader_clock_configure(void)
|
||||
uint32_t xtal_freq_mhz = 40;
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32S2
|
||||
uint32_t apb_freq_hz = 20000000;
|
||||
#elif CONFIG_IDF_TARGET_ESP32H4
|
||||
uint32_t apb_freq_hz = 32000000;
|
||||
#else
|
||||
uint32_t apb_freq_hz = CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ * 1000000;
|
||||
#endif // CONFIG_IDF_TARGET_ESP32S2
|
||||
|
Reference in New Issue
Block a user