Skip to content

Commit

Permalink
[stm32-f469][ci] add lvgl 8.3 and 8.4 version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Oct 8, 2024
1 parent 85bd746 commit 5a18b88
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# scons: --strict

CONFIG_BSP_USING_LVGL=y
CONFIG_BSP_USING_LVGL_DEMO=y
CONFIG_PKG_LVGL_USING_V8_3_LATEST=y
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# scons: --strict

CONFIG_BSP_USING_LVGL=y
CONFIG_BSP_USING_LVGL_DEMO=y
CONFIG_PKG_LVGL_USING_V080311=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# scons: --strict

CONFIG_BSP_USING_LVGL=y
CONFIG_BSP_USING_LVGL_DEMO=y
CONFIG_PKG_LVGL_USING_V8_4_LATEST=y

0 comments on commit 5a18b88

Please sign in to comment.