Skip to content

build: migrate to ESP-IDF v6.0.1 stable#30

Merged
odudex merged 1 commit intomasterfrom
update_espidf
Apr 29, 2026
Merged

build: migrate to ESP-IDF v6.0.1 stable#30
odudex merged 1 commit intomasterfrom
update_espidf

Conversation

@odudex
Copy link
Copy Markdown
Owner

@odudex odudex commented Apr 29, 2026

Switch from a pinned master commit (44c77cb) to the v6.0.1 release tag for both CI workflows and the README install instructions, and replace the manual clone + fetch + checkout + submodule sequence with a shallow tag clone.

Pin espressif/esp_lvgl_adapter to ==0.4.2 across all three BSP manifests. v0.4.3 calls esp_timer_stop_blocking() under an ESP_IDF_VERSION >= 6.0.0 guard, but that symbol only landed on master post-6.0.1, so the build fails against the stable release.

Switch from a pinned master commit (44c77cb) to the v6.0.1 release tag for both CI workflows and the README install instructions, and replace the manual clone + fetch + checkout + submodule sequence with a shallow tag clone.

Pin espressif/esp_lvgl_adapter to ==0.4.2 across all three BSP manifests. v0.4.3 calls esp_timer_stop_blocking() under an ESP_IDF_VERSION >= 6.0.0 guard, but that symbol only landed on master post-6.0.1, so the build fails against the stable release.
@odudex odudex merged commit 2d2f7a9 into master Apr 29, 2026
7 checks passed
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.

1 participant