Skip to content

esp32-c5 fails to compile with branch release/v3.3.x #11254

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

Open
Jason2866 opened this issue Apr 15, 2025 · 2 comments
Open

esp32-c5 fails to compile with branch release/v3.3.x #11254

Jason2866 opened this issue Apr 15, 2025 · 2 comments
Assignees
Labels
Area: Peripherals API Relates to peripheral's APIs. bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers.

Comments

@Jason2866
Copy link
Collaborator

Jason2866 commented Apr 15, 2025

Description

Forked Arduino Lib Builder https://github.com/Jason2866/esp32-arduino-lib-builder/tree/v5.5_Arduino
fails with https://github.com/Jason2866/esp32-arduino-lib-builder/actions/runs/14479931341
using https://github.com/tasmota/arduino-esp32/tree/release/v3.3.x and https://github.com/tasmota/esp-idf

/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-uart.c:1160:58: error: 'LP_UART_SCLK_LP_FAST' undeclared (first use in this function); did you mean 'LP_UART_SCLK_RC_FAST'?
 1160 |       case UART_SCLK_RTC:     uart->_uart_clock_source = LP_UART_SCLK_LP_FAST; break;
      |                                                          ^~~~~~~~~~~~~~~~~~~~
      |                                                          LP_UART_SCLK_RC_FAST
/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/cores/esp32/esp32-hal-uart.c:1160:58: note: each undeclared identifier is reported only once for each function it appears in

Reverting change in file esp32-hal-uart.c from #11191 solves the compile fail

@Jason2866 Jason2866 added Status: Awaiting triage Issue is waiting for triage Area: LIB Builder Depends on Lib Builder and removed Status: Awaiting triage Issue is waiting for triage labels Apr 15, 2025
@Jason2866
Copy link
Collaborator Author

@SuGlider can you have a look?

@Jason2866
Copy link
Collaborator Author

Jason2866 commented Apr 16, 2025

@Jason2866 Jason2866 changed the title Arduino Lib Builder fails to compile branch release/v3.3.x esp32-c5 fails to compile with branch release/v3.3.x Apr 16, 2025
@Jason2866 Jason2866 added Area: Peripherals API Relates to peripheral's APIs. bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers. and removed Area: LIB Builder Depends on Lib Builder labels Apr 16, 2025
@SuGlider SuGlider self-assigned this Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Peripherals API Relates to peripheral's APIs. bug 🐞 Inconsistencies or issues which will cause a problem for users or implementers.
Projects
None yet
Development

No branches or pull requests

2 participants