Skip to content

Conversation

@sylvioalves
Copy link
Contributor

@sylvioalves sylvioalves commented Dec 5, 2025

All power.c files in Espressif SoCs depends on un-registered soc log module. When CONFIG_LOG=y and CONFIG_LOG_DEFAULT_LEVEL=4, build fails as LOG_DBG used in those files won't have its proper declaration.

Fixes #100542

All power.c files in Espressif SoCs depends on un-registered
soc log module. When CONFIG_LOG=y and CONFIG_LOG_DEFAULT_LEVEL=4,
build fails as LOG_DBG used in those files won't have its proper
declaration.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
@sylvioalves sylvioalves changed the title soc: espressif: rpower: register power log module soc: espressif: power: register power log module Dec 5, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 5, 2025

Please retry analysis of this Pull-Request directly on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

soc/espressif/esp32s3: undefined reference to 'log_const_soc' when CONFIG_PM=y

3 participants