From 278517ee1e1f78d0723b99f0fbf946f9403af563 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 20 Mar 2020 16:22:36 +0100 Subject: [PATCH] Build files for esp-idf --- CMakeLists.txt | 6 ++++++ component.mk | 1 + 2 files changed, 7 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 component.mk diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e1f7450 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register( + SRCS + "dynstr.c" + INCLUDE_DIRS + "include" +) diff --git a/component.mk b/component.mk new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/component.mk @@ -0,0 +1 @@ +