feat(draw): add RISCV V extension for software draw (#9504)

Signed-off-by: rongyichang <rongyichang@xiaomi.com>
This commit is contained in:
terry.rong
2026-01-19 15:20:44 +08:00
committed by GitHub
parent 94ae6c0535
commit 28dbd07412
11 changed files with 3176 additions and 0 deletions
+3
View File
@@ -363,6 +363,8 @@ menu "LVGL configuration"
bool "1: NEON"
config LV_DRAW_SW_ASM_HELIUM
bool "2: HELIUM"
config LV_DRAW_SW_ASM_RISCV_V
bool "3: RISC-V Vector"
config LV_DRAW_SW_ASM_CUSTOM
bool "255: CUSTOM"
endchoice
@@ -372,6 +374,7 @@ menu "LVGL configuration"
default 0 if LV_DRAW_SW_ASM_NONE
default 1 if LV_DRAW_SW_ASM_NEON
default 2 if LV_DRAW_SW_ASM_HELIUM
default 3 if LV_DRAW_SW_ASM_RISCV_V
default 255 if LV_DRAW_SW_ASM_CUSTOM
config LV_DRAW_SW_ASM_CUSTOM_INCLUDE