Answers checklist. I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there. I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there. I have s...
20 changes: 20 additions & 0 deletions 20 components/bt/controller/esp32h2/Kconfig.in Original file line numberDiff line numberDiff line change @@ -395,6 +395,26 @@ choice BT_LE_WAKEUP_SOURCE Use BLE rtc timer to wakeup CPU endchoice choice BT_LE_LP_CLK_SRC prompt "BLE low power ...
IDF_TARGET_ESP32H2 default EXAMPLE_MAX_CPU_FREQ_96 if IDF_TARGET_ESP32H2 depends on PM_ENABLE help Maximum CPU frequency to use for dynamic frequency scaling. config EXAMPLE_MAX_CPU_FREQ_80 bool "80 MHz" config EXAMPLE_MAX_CPU_FREQ_96 bool "96 MHz" depends on IDF_TARGET_ESP32H2 ...
if(CONFIG_IDF_TARGET_ESP32H4_BETA_VERSION_1) # TODO: rename esp32h2 to esp32h4 [BT-2875] add_prebuilt_library(nimblelib "controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a") add_prebuilt_library(libble_app "controller/lib_esp32h2/esp32h2-bt-lib/beta1/libble_app.a") else...
enable: - if: IDF_TARGET in ["esp32h2", "esp32h4", "esp32c6"] disable_test: - if: IDF_TARGET == "esp32h2" temporary: true reason: test on esp32h4 and esp32c6 examples/openthread/ot_rcp: enable:2 changes: 2 additions & 0 deletions 2 examples/openthread/ot_cli/sdkconfig.ci....
The {IDF_TARGET_NAME} has two cores, with 32 interrupts. Each interrupt has a certain priority level, most (but not all) interrupts are connected to the interrupt mux. .. only:: esp32c2 or esp32c3 or esp32c6 or esp32h2 .. only:: esp32c2 or esp32c3 The {IDF_TARGET_NAME} has...
elseif(CONFIG_IDF_TARGET_ESP32H2) if(CONFIG_BT_NIMBLE_CONTROL_SEQUENCE_MODE_ENABLED) add_prebuilt_library(nimblelib "controller/lib_esp32h2/esp32h2-bt-lib/libcontroller_5p0_seq.a") else() if(CONFIG_BLE_50_FEATURE_SUPPORT) add_prebuilt_library(nimblelib "controller/lib_esp32h2/esp32h2-...
2 changes: 1 addition & 1 deletion 2 components/esptool_py/Kconfig.projbuild Original file line numberDiff line numberDiff line change @@ -2,7 +2,7 @@ menu "Serial flasher config" config ESPTOOLPY_NO_STUB bool "Disable download stub" default "y" if IDF_TARGET_ESP32H2 && IDF_ENV_...
…release/v5.2' fixed some ble issues on esp32c6 and esp32h2 (v5.2) See merge request espressif/esp-idf!30892
…ster' ble: support esp32h2 modem clock selection Closes EBLE50Y23-129 See merge request espressif/esp-idf!24387Loading branch information ChrysalisChenJ committed Jul 6, 2023 2 parents 6f3e07d + 28788a9 commit d918b52 Showing 13 changed files with 273 additions and 76 deletions. Whitesp...