Support for building and running external apps (#112)

This commit is contained in:
Ken Van Hoeylandt
2024-12-08 16:46:19 +01:00
committed by GitHub
parent 42e843b463
commit 415442e410
74 changed files with 2901 additions and 126 deletions
+17
View File
@@ -0,0 +1,17 @@
cmake_minimum_required(VERSION 3.16)
set(TACTILITY_SKIP_SPIFFS 1)
add_definitions(-DESP_TARGET)
add_compile_definitions(ESP_TARGET)
add_definitions(-DLV_CONF_PATH=../../../Boards/Simulator/Source/lv_conf.h)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS "../../Libraries/elf_loader")
project(HelloWorld)
include(elf_loader)
project_elf(HelloWorld)