Skip to content

Match struct elements order in the default config define#799

Open
PetrESP wants to merge 2 commits into
masterfrom
petr/fix/ft5x06_cpp
Open

Match struct elements order in the default config define#799
PetrESP wants to merge 2 commits into
masterfrom
petr/fix/ft5x06_cpp

Conversation

@PetrESP

@PetrESP PetrESP commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

ESP-BSP Pull Request checklist

  • Version of modified component bumped
  • CI passing

Change description

Fixes #797 by correcting the define order


Note

Low Risk
Initializer reorder only; values unchanged. Workflow change affects CI artifact collection only.

Overview
Reorders designated initializers in the ESP_LCD_TOUCH_IO_I2C_*_CONFIG() macros for CST816S, FT5x06, GT1151, GT911, and TT21100 so .dev_addr precedes .scl_speed_hz, matching the member order of esp_lcd_panel_io_i2c_config_t (fixes #797). Each affected component gets a patch version bump in idf_component.yml.

CI upload-artifact paths in benchmark and build-run-applications workflows now collect /tmp/pytest-embedded/**/*.log instead of workspace *.log, so pytest-embedded logs are included in failure artifacts.

Reviewed by Cursor Bugbot for commit abab6e9. Bugbot is set up for automated code reviews on this repo. Configure here.

@PetrESP PetrESP self-assigned this Jun 22, 2026
@PetrESP PetrESP marked this pull request as draft June 22, 2026 11:31
@PetrESP PetrESP force-pushed the petr/fix/ft5x06_cpp branch from e4074a7 to ba8a45a Compare June 22, 2026 11:32
@PetrESP PetrESP marked this pull request as ready for review June 23, 2026 14:58
@PetrESP PetrESP force-pushed the petr/fix/ft5x06_cpp branch from b2bab04 to abab6e9 Compare June 26, 2026 08:41
@github-actions

Copy link
Copy Markdown

⚠️ Build failure was ignored (continue-on-error enabled).

See details: View build logs

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FT5x06 driver build failure in C++ environment

1 participant