Skip to content

Commit

Permalink
Add support for idf.py build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeija committed Jun 28, 2022
1 parent d41cc64 commit 806553b
Show file tree
Hide file tree
Showing 3 changed files with 1,141 additions and 263 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
# 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.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp32-80211-tx)
2 changes: 2 additions & 0 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")
Loading

0 comments on commit 806553b

Please sign in to comment.