Skip to content

Commit

Permalink
feat: add build files for esp-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasssadar committed May 28, 2024
1 parent e8b5b35 commit deaa2d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cmake_minimum_required(VERSION 3.0)

set(SRCS
"src/builder/widget.cpp"
"src/widgets/widget.cpp"
"src/gridui.cpp"
)

idf_component_register(
SRCS ${SRCS}
INCLUDE_DIRS "./src"
REQUIRES esp_timer RB3201-RBProtocol-library
)
5 changes: 5 additions & 0 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dependencies:
idf: ">=5.1"
RB3201-RBProtocol-library:
git: https://github.com/RoboticsBrno/RB3201-RBProtocol-library.git
version: v13.1.0

0 comments on commit deaa2d4

Please sign in to comment.