Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/esp-idf-lib/common.git
[submodule "eil-cmake-utils"]
path = eil-cmake-utils
url = git@github.com:esp-idf-lib/eil-cmake-utils.git
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/eil-cmake-utils/cmake)

idf_component_register(SRCS "shared-workflows.c"
INCLUDE_DIRS "include")

include(eil_ci)
1 change: 0 additions & 1 deletion common
Submodule common deleted from 58f97e
1 change: 1 addition & 0 deletions eil-cmake-utils
Submodule eil-cmake-utils added at c91055
1 change: 1 addition & 0 deletions examples/example1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added examples/example2/README.md
Empty file.