mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 00:46:54 +00:00
feat(esp32h4): finnal introduce hello world
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2019-2024 Espressif Systems (Shanghai) CO LTD
|
||||
* SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -45,6 +45,10 @@ int bootloader_clock_get_rated_freq_mhz(void)
|
||||
//TODO: [ESP32H21] IDF-11556, please check
|
||||
return 96;
|
||||
|
||||
#elif CONFIG_IDF_TARGET_ESP32H4
|
||||
//TODO: [ESP32H4] IDF-12322 inherited from verification branch, need check
|
||||
return 96;
|
||||
|
||||
#elif CONFIG_IDF_TARGET_ESP32P4
|
||||
return 400;
|
||||
|
||||
|
Reference in New Issue
Block a user