Compare commits

...

2 Commits
LVGL ... main

Author SHA1 Message Date
edwin
3ea5a4cce2 lv_conf deleted 2025-02-20 12:30:03 +01:00
edwin
00476a5018 update_cores 2025-02-20 12:28:20 +01:00
4 changed files with 3 additions and 1326 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "lib/lvgl"] # [submodule "lib/lvgl"]
path = lib/lvgl # path = lib/lvgl
url = https://github.com/lvgl/lvgl.git # url = https://github.com/lvgl/lvgl.git

View File

@ -10,10 +10,6 @@ add_compile_definitions(APP_NAME="${BIN_NAME}")
add_compile_definitions(MESSAGE="Hello for TESTLIB from cmake.") add_compile_definitions(MESSAGE="Hello for TESTLIB from cmake.")
add_compile_definitions(MAIN_MESSAGE="Hello for main.c from cmake.") add_compile_definitions(MAIN_MESSAGE="Hello for main.c from cmake.")
# For LVGL
add_compile_definitions(DLV_CONF_PATH="${CMAKE_CURRENT_SOURCE_DIR}/include/lv_conf.h")
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include/)
# set 1 to compile static (Standalone) # set 1 to compile static (Standalone)
set(BIN_STATIC 1) set(BIN_STATIC 1)
@ -38,7 +34,6 @@ endif()
# List of subprojects to include (e.g., external libraries or modules) # List of subprojects to include (e.g., external libraries or modules)
set(SubProjects set(SubProjects
testlib # Example subproject testlib # Example subproject
lvgl
) )
# Create the main executable, specifying the source file # Create the main executable, specifying the source file

File diff suppressed because it is too large Load Diff

@ -1 +0,0 @@
Subproject commit 34e2ef67f056bc781fdc4a115fb6aea9826686b5