Skip to content

Commit

Permalink
add terminal example
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed May 5, 2020
1 parent 98f50ff commit 8f426fd
Show file tree
Hide file tree
Showing 4 changed files with 12,200 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/terminal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.16.0)
set(EXTRA_COMPONENT_DIRS "../../components/")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(terminal)
3 changes: 3 additions & 0 deletions examples/terminal/main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(app_sources "main.c")

idf_component_register(SRCS ${app_sources} REQUIRES epd_driver)

0 comments on commit 8f426fd

Please sign in to comment.