modules: lvgl: Enable for CPU_CORTEX_M0/M0PLUS
Cortex M0 support was previously disabled due to a compiler bug. SDK 15.1 includes GCC 12.1 which solves this issue. Fixes: #52788 Signed-off-by: Jon Escombe <jone@dresco.co.uk>
This commit is contained in:
parent
7c3a70a35b
commit
9cf2b20415
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
config LVGL
|
||||
bool "LittlevGL GUI library"
|
||||
depends on !CPU_CORTEX_M0 && !CPU_CORTEX_M0PLUS
|
||||
help
|
||||
This option enables the LittlevGL GUI library.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue