add more complex examples (#1)
This commit is contained in:
parent
b51f7f449d
commit
a01d8580d9
12 changed files with 1657 additions and 204 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# The following five lines of boilerplate have to be in your project's
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(esp32-c3-lua-test)
|
||||
project(esp32-lua-example)
|
||||
|
||||
get_filename_component(configName "${CMAKE_BINARY_DIR}" NAME)
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_SOURCE_DIR}/components/esp_littlefs")
|
||||
littlefs_create_partition_image(assets assets FLASH_IN_PROJECT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue