浏览代码

[lvgl] remove suareline studio specific support for imxrt1060 (#6261)

* [lvgl] PKG_USING_LV_MUSIC_DEMO defaults by yes

* [lvgl] remove specific suppport for imxrt1060
https://github.com/lvgl/lvgl/pull/3566
Man, Jianting (Meco) 2 年之前
父节点
当前提交
0ac8f72037

+ 0 - 2
bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/README.md

@@ -1,2 +0,0 @@
-This folder is for LVGL Squareline Studio
-

+ 0 - 13
bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/SConscript

@@ -1,13 +0,0 @@
-from building import *
-
-cwd = GetCurrentDir()
-group = []
-src = []
-CPPPATH =[]
-
-src += Glob(cwd + '/ui/*.c')
-CPPPATH += [cwd+'/ui']
-
-group = group + DefineGroup('LVGL-SquareLine', src, depend = ['BSP_USING_LVGL', 'BSP_USING_LVGL_SQUARELINE'], CPPPATH = CPPPATH)
-
-Return('group')

+ 0 - 15
bsp/imxrt/imxrt1060-nxp-evk/applications/lvgl/squareline/ui/lv_ui_entry.c

@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2006-2022, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date           Author        Notes
- * 2022-05-13     Meco Man      First version
- */
-
-void lv_user_gui_init(void)
-{
-    extern void ui_init(void);
-    ui_init();
-}

+ 1 - 5
bsp/imxrt/imxrt1060-nxp-evk/board/Kconfig

@@ -101,11 +101,7 @@ menu "Onboard Peripheral Drivers"
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
             select PKG_USING_LV_MUSIC_DEMO
-            default n
-
-        config BSP_USING_LVGL_SQUARELINE
-            bool "Support LVGL SuqareLine Studio"
-            default n
+            default y
 
         config BSP_USING_NXP_GUIGUIDER
             bool "Support NXP GUI Guider"

+ 1 - 1
bsp/qemu-vexpress-a9/drivers/Kconfig

@@ -28,7 +28,7 @@ if BSP_USING_LVGL
     config BSP_USING_LVGL_DEMO
         bool "Enable LVGL demo"
         select PKG_USING_LV_MUSIC_DEMO
-        default n
+        default y
 endif
 
 config BSP_DRV_CLCD

+ 1 - 1
bsp/raspberry-pico/libraries/Kconfig

@@ -18,7 +18,7 @@ menu "Onboard Peripheral Drivers"
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
             select PKG_USING_LV_MUSIC_DEMO
-            default n
+            default y
     endif
 endmenu         
 

+ 1 - 1
bsp/simulator/Kconfig

@@ -57,7 +57,7 @@ menu "Peripheral Drivers"
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
             select PKG_USING_LV_MUSIC_DEMO
-            default n
+            default y
 
         config BSP_LCD_WIDTH
             int "LCD width"

+ 1 - 1
bsp/stm32/stm32f407-atk-explorer/board/Kconfig

@@ -91,7 +91,7 @@ menu "Onboard Peripheral Drivers"
     if BSP_USING_LVGL
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
-            default n
+            default y
     endif
 
     config BSP_USING_SPI_FLASH

+ 1 - 1
bsp/stm32/stm32f469-st-disco/board/Kconfig

@@ -19,7 +19,7 @@ menu "Onboard Peripheral Drivers"
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
             select PKG_USING_LV_MUSIC_DEMO
-            default n
+            default y
     endif
     
     config BSP_USING_ARDUINO

+ 1 - 1
bsp/stm32/stm32l475-atk-pandora/board/Kconfig

@@ -103,7 +103,7 @@ menu "Onboard Peripheral Drivers"
     if BSP_USING_LVGL
         config BSP_USING_LVGL_DEMO
             bool "Enable LVGL demo"
-            default n
+            default y
     endif
 
     config BSP_USING_SDCARD