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

Makes esp_console_init() calling conditional #84532

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wmrsouza
Copy link
Collaborator

Makes the esp_console_init() calling during hardware initialization conditioned to CONFIG_ESP_CONSOLE_UART and to
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG since the definition of esp_console_init() definition is conditioned to these both parameter.

Fixes #84115

@wmrsouza wmrsouza changed the title Makes esp_console_init() calling conditioned to CONFIG_ESP_CONSOLE_UART and to CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG Makes esp_console_init() calling conditional Jan 24, 2025
@zephyrbot zephyrbot added the platform: ESP32 Espressif ESP32 label Jan 24, 2025
@wmrsouza wmrsouza requested a review from ubieda January 24, 2025 17:47
ubieda
ubieda previously approved these changes Jan 24, 2025
Updates hal_espressif revision

Signed-off-by: Marcio Ribeiro <[email protected]>
Makes the esp_console_init() calling during hardware initialization
conditioned to CONFIG_ESP_CONSOLE_UART and to
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG

Signed-off-by: Marcio Ribeiro <[email protected]>
@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 25, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_espressif zephyrproject-rtos/hal_espressif@51bf6d7 zephyrproject-rtos/hal_espressif#400 zephyrproject-rtos/hal_espressif#400/files

DNM label due to: 1 project with PR revision

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 Jan 25, 2025
@wmrsouza
Copy link
Collaborator Author

Depends on #84254

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

Successfully merging this pull request may close these issues.

Zephyr UART over BLE does not work for ESP32S3
4 participants