-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm/stm32h753bi: Add support to lvgl
Signed-off-by: Jorge Guzman <[email protected]>
- Loading branch information
Showing
9 changed files
with
257 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
boards/arm/stm32h7/linum-stm32h753bi/configs/lvgl/defconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# | ||
# This file is autogenerated: PLEASE DO NOT EDIT IT. | ||
# | ||
# You can use "make menuconfig" to make any modifications to the installed .config file. | ||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your | ||
# modifications. | ||
# | ||
# CONFIG_STANDARD_SERIAL is not set | ||
# CONFIG_STM32H7_FB_CMAP is not set | ||
# CONFIG_STM32H7_LTDC_L1_CHROMAKEYEN is not set | ||
# CONFIG_STM32H7_LTDC_L2 is not set | ||
# CONFIG_STM32H7_USE_LEGACY_PINMAP is not set | ||
CONFIG_ARCH="arm" | ||
CONFIG_ARCH_BOARD="linum-stm32h753bi" | ||
CONFIG_ARCH_BOARD_LINUM_STM32H753BI=y | ||
CONFIG_ARCH_CHIP="stm32h7" | ||
CONFIG_ARCH_CHIP_STM32H753BI=y | ||
CONFIG_ARCH_CHIP_STM32H7=y | ||
CONFIG_ARCH_CHIP_STM32H7_CORTEXM7=y | ||
CONFIG_ARCH_STACKDUMP=y | ||
CONFIG_ARMV7M_DCACHE=y | ||
CONFIG_ARMV7M_DCACHE_WRITETHROUGH=y | ||
CONFIG_ARMV7M_DTCM=y | ||
CONFIG_ARMV7M_ICACHE=y | ||
CONFIG_BOARD_LOOPSPERMSEC=43103 | ||
CONFIG_BUILTIN=y | ||
CONFIG_DEBUG_FEATURES=y | ||
CONFIG_DEBUG_SYMBOLS=y | ||
CONFIG_DRIVERS_VIDEO=y | ||
CONFIG_EXAMPLES_ALARM=y | ||
CONFIG_EXAMPLES_FB=y | ||
CONFIG_EXAMPLES_LVGLDEMO=y | ||
CONFIG_FB_OVERLAY=y | ||
CONFIG_FS_PROCFS=y | ||
CONFIG_GRAPHICS_LVGL=y | ||
CONFIG_INIT_ENTRYPOINT="nsh_main" | ||
CONFIG_INTELHEX_BINARY=y | ||
CONFIG_LIBM=y | ||
CONFIG_LV_USE_CLIB_MALLOC=y | ||
CONFIG_LV_USE_CLIB_SPRINTF=y | ||
CONFIG_LV_USE_CLIB_STRING=y | ||
CONFIG_LV_USE_DEMO_WIDGETS=y | ||
CONFIG_LV_USE_NUTTX=y | ||
CONFIG_MM_REGIONS=5 | ||
CONFIG_NSH_ARCHINIT=y | ||
CONFIG_NSH_BUILTIN_APPS=y | ||
CONFIG_NSH_DISABLE_IFUPDOWN=y | ||
CONFIG_NSH_FILEIOSIZE=512 | ||
CONFIG_NSH_LINELEN=64 | ||
CONFIG_NSH_READLINE=y | ||
CONFIG_PREALLOC_TIMERS=4 | ||
CONFIG_RAM_SIZE=245760 | ||
CONFIG_RAM_START=0x20010000 | ||
CONFIG_RAW_BINARY=y | ||
CONFIG_RR_INTERVAL=200 | ||
CONFIG_RTC_ALARM=y | ||
CONFIG_RTC_DATETIME=y | ||
CONFIG_RTC_DRIVER=y | ||
CONFIG_SCHED_WAITPID=y | ||
CONFIG_START_DAY=6 | ||
CONFIG_START_MONTH=12 | ||
CONFIG_START_YEAR=2011 | ||
CONFIG_STM32H7_FMC=y | ||
CONFIG_STM32H7_LTDC=y | ||
CONFIG_STM32H7_LTDC_FB_BASE=0xC0000000 | ||
CONFIG_STM32H7_LTDC_FB_SIZE=1228800 | ||
CONFIG_STM32H7_PWR=y | ||
CONFIG_STM32H7_RTC=y | ||
CONFIG_STM32H7_USART1=y | ||
CONFIG_SYSTEM_NSH=y | ||
CONFIG_TASK_NAME_SIZE=0 | ||
CONFIG_TESTING_RAMTEST=y | ||
CONFIG_USART1_SERIAL_CONSOLE=y | ||
CONFIG_VIDEO_FB=y |
Oops, something went wrong.