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

soc: esp32c6: add Wi-Fi support #81078

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sylvioalves
Copy link
Collaborator

Enables Wi-Fi support.

@zephyrbot
Copy link
Collaborator

zephyrbot commented Nov 7, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hal_espressif zephyrproject-rtos/hal_espressif@23c17a8 zephyrproject-rtos/hal_espressif#363 zephyrproject-rtos/hal_espressif#363/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@zephyrbot zephyrbot added manifest manifest-hal_espressif DNM This PR should not be merged (Do Not Merge) labels Nov 7, 2024
@sylvioalves sylvioalves force-pushed the feature/esp32c6_wifi branch 3 times, most recently from 9249702 to e4f923a Compare November 7, 2024 14:38
Comment on lines +91 to +101
modem_clock_lpclk_src_t modem_lpclk_src =
(modem_clock_lpclk_src_t)((rtc_slow_clk_src == SOC_RTC_SLOW_CLK_SRC_RC_SLOW)
? MODEM_CLOCK_LPCLK_SRC_RC_SLOW
: (rtc_slow_clk_src == SOC_RTC_SLOW_CLK_SRC_XTAL32K)
? MODEM_CLOCK_LPCLK_SRC_XTAL32K
: (rtc_slow_clk_src == SOC_RTC_SLOW_CLK_SRC_RC32K)
? MODEM_CLOCK_LPCLK_SRC_RC32K
: (rtc_slow_clk_src == SOC_RTC_SLOW_CLK_SRC_OSC_SLOW)
? MODEM_CLOCK_LPCLK_SRC_EXT32K
: SOC_RTC_SLOW_CLK_SRC_RC_SLOW);
Copy link
Collaborator Author

@sylvioalves sylvioalves Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used clang-format here.

Enables Wi-Fi support.

Signed-off-by: Sylvio Alves <[email protected]>
@raffarost
Copy link
Collaborator

LGTM

1 similar comment
@wmrsouza
Copy link
Collaborator

wmrsouza commented Nov 7, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM This PR should not be merged (Do Not Merge) manifest manifest-hal_espressif
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants