Skip to content

fix(lvgl_port): Fixed deinitialization of the task which was created with caps + lv_deinit()#686

Merged
espzav merged 1 commit intomasterfrom
fix/lvgl_port_deinit_caps
Dec 3, 2025
Merged

fix(lvgl_port): Fixed deinitialization of the task which was created with caps + lv_deinit()#686
espzav merged 1 commit intomasterfrom
fix/lvgl_port_deinit_caps

Conversation

@espzav
Copy link
Copy Markdown
Collaborator

@espzav espzav commented Dec 2, 2025

ESP-BSP Pull Request checklist

[ ] Version of modified component bumped

  • CI passing

Change description

@espzav espzav added this to the esp_lvgl_port 2.8.0 milestone Dec 2, 2025
@espzav espzav force-pushed the fix/lvgl_port_deinit_caps branch from 5e65c24 to 0bb4503 Compare December 2, 2025 13:08
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=latest index=5

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=release-v6.0 index=5

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=release-v6.0 index=2

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=latest index=2

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=release-v6.0 index=4

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=latest index=4

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=release-v6.0 index=3

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

⚠️ Build failed for idf_ver=latest index=3

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 2, 2025

Test Results

28 tests   28 ✅  1m 31s ⏱️
 5 suites   0 💤
 5 files     0 ❌

Results for commit cfe08f1.

♻️ This comment has been updated with latest results.

Comment thread components/esp_lvgl_port/test_apps/lvgl_port/main/test.c
Comment thread components/esp_lvgl_port/test_apps/lvgl_port/main/test.c
@espzav espzav force-pushed the fix/lvgl_port_deinit_caps branch from 0bb4503 to 22bec83 Compare December 3, 2025 08:06
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 3, 2025

⚠️ Build failed for idf_ver=release-v6.0 index=1

This failure was ignored (continue-on-error enabled).
See details: View build logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 3, 2025

⚠️ Build failed for idf_ver=latest index=1

This failure was ignored (continue-on-error enabled).
See details: View build logs

Copy link
Copy Markdown
Collaborator

@PetrESP PetrESP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@espzav espzav force-pushed the fix/lvgl_port_deinit_caps branch from 22bec83 to f2d51a9 Compare December 3, 2025 08:58
Copy link
Copy Markdown
Collaborator

@tore-espressif tore-espressif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@espzav espzav force-pushed the fix/lvgl_port_deinit_caps branch from f2d51a9 to cfe08f1 Compare December 3, 2025 09:05
@espzav espzav merged commit c824447 into master Dec 3, 2025
109 of 110 checks passed
@espzav espzav deleted the fix/lvgl_port_deinit_caps branch December 3, 2025 10:00
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.

esp_lvgl_port: Memory leakage in call lvgl_port_deinit (BSP-743) LVGL 9 doesn't use LV_MEM_CUSTOM or LV_ENABLE_GC (BSP-714)

3 participants