Skip to content

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

Closed
@Jason2866

Description

@Jason2866

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

Metadata

Metadata

Assignees

Labels

Area: Peripherals APIRelates to peripheral's APIs.bug 🐞Inconsistencies or issues which will cause a problem for users or implementers.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions