feat(esp32h4): finnal introduce hello world

This commit is contained in:
Chen Jichang
2025-03-06 16:43:12 +08:00
parent 9fd0f634d2
commit 45ba78940f
45 changed files with 6088 additions and 92 deletions

View File

@@ -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;