Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espressif: update HAL to latest sync #85302

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions soc/espressif/esp32c2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ config SOC_SERIES_ESP32C2

if SOC_SERIES_ESP32C2

config SOC_ESP32C2_REV_2_0
bool "SOC is revision v2.0 (ECO4)"
help
ESP32-C2 revision v2.0 has updated ROM functions.

config MAC_BB_PD
bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
depends on SOC_SERIES_ESP32C2 && TICKLESS_KERNEL
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: 07526d59121822a7d85de6c1a4adcf47b906d232
revision: fbbe8f22f34cadc43b69f9eb3fca10e301874e36
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand Down
Loading