Skip to content

Commit a1d55c7

Browse files
author
Alain Volmat
committed
boards: st: remove .lvgl_buf related linker scripts on STM32
Following introduction of LV_Z_MEMORY_POOL_ZEPHYR_REGION and LV_Z_VDB_ZEPHYR_REGION, remove the usage of the option LV_Z_VDB_CUSTOM_SECTION and the related linker scripts for STM32 boards & shields. Signed-off-by: Alain Volmat <[email protected]>
1 parent 1df3b9f commit a1d55c7

File tree

9 files changed

+12
-80
lines changed

9 files changed

+12
-80
lines changed

boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h747i_disco_stm32h747xx_m7.defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ config STM32_LTDC_FB_NUM
1111
config LV_Z_DOUBLE_VDB
1212
default y
1313

14-
config LV_Z_VDB_CUSTOM_SECTION
14+
config LV_Z_VDB_ZEPHYR_REGION
1515
default y
1616

17+
config LV_Z_VDB_ZEPHYR_REGION_NAME
18+
default "SDRAM2"
19+
1720
config LV_Z_FULL_REFRESH
1821
default y
1922

boards/shields/st_b_lcd40_dsi1_mb1166/boards/stm32h757i_eval_stm32h757xx_m7.defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ config STM32_LTDC_FB_NUM
1313
config LV_Z_DOUBLE_VDB
1414
default y
1515

16-
config LV_Z_VDB_CUSTOM_SECTION
16+
config LV_Z_VDB_ZEPHYR_REGION
1717
default y
1818

19+
config LV_Z_VDB_ZEPHYR_REGION_NAME
20+
default "SDRAM2"
21+
1922
config LV_Z_FULL_REFRESH
2023
default y
2124

boards/st/stm32h747i_disco/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

boards/st/stm32h747i_disco/dc_ram.ld

Lines changed: 0 additions & 16 deletions
This file was deleted.

boards/st/stm32h757i_eval/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

boards/st/stm32h757i_eval/dc_ram.ld

Lines changed: 0 additions & 17 deletions
This file was deleted.

boards/st/stm32h7b3i_dk/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

boards/st/stm32h7b3i_dk/Kconfig.defconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ config LV_Z_DOUBLE_VDB
3131
config LV_Z_FULL_REFRESH
3232
default y
3333

34-
config LV_Z_VDB_CUSTOM_SECTION
34+
config LV_Z_VDB_ZEPHYR_REGION
3535
default y
3636

37+
config LV_Z_VDB_ZEPHYR_REGION_NAME
38+
default "SDRAM2"
39+
3740
config LV_Z_FLUSH_THREAD
3841
default y
3942

boards/st/stm32h7b3i_dk/dc_ram.ld

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)