Skip to content

esp_lvgl_port: Always having a mutex lock(task_init_mux) makes it impossible to restore task priority (BSP-739) #673

@ThunderDai

Description

@ThunderDai

Board

ESP32P4_EV_BOARD

Hardware Description

ESP32P4_EV_BOARD

IDE Name

VSCode

Operating System

linux

Description

When the priority of a task is higher than taskLVGL, the priority of the task will be temporarily increased. However, due to taskLVGL constantly obtaining task_init_mux, even if other mutex locks have been released, the priority of the task cannot be restored to its original state

Sketch

NONE

Other Steps to Reproduce

No response

I have checked existing issues, README.md and ESP32 Forum

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

Type: BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions