Skip to content

v5.5beta1 undocumented difference (IDFGH-15486) (AEGHB-1126) #536

@dannybackx

Description

@dannybackx

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.5beta1

Operating System used.

Linux

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Compile like with v5.4.1

What is the actual behavior?

/home/danny/src/esp-idf/ZX3D95CD01S/b/components/bus/8080_lcd_esp32s3.c: In function 'lcd_set_pin':
/home/danny/src/esp-idf/ZX3D95CD01S/b/components/bus/8080_lcd_esp32s3.c:257:5: error: implicit declaration of function gpio_hal_iomux_func_sel'; did you mean 'gpio_hal_func_sel'? [-Wimplicit-function-declaration]
  257 |     gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[config->pin_num_wr], PIN_FUNC_GPIO);

Steps to reproduce.

Try to compile a source that calls gpio_hal_iomux_func_sel

Build or installation Logs.

/home/danny/src/esp-idf/ZX3D95CD01S/b/components/bus/8080_lcd_esp32s3.c: In function 'lcd_set_pin':
/home/danny/src/esp-idf/ZX3D95CD01S/b/components/bus/8080_lcd_esp32s3.c:257:5: error: implicit declaration of function gpio_hal_iomux_func_sel'; did you mean 'gpio_hal_func_sel'? [-Wimplicit-function-declaration]
  257 |     gpio_hal_iomux_func_sel(GPIO_PIN_MUX_REG[config->pin_num_wr], PIN_FUNC_GPIO);

Diagnostic report archive.

No response

More Information.

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions