diff options
| author | MDC Service <michael.schmid@mdc-service.de> | 2022-05-25 13:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 13:52:15 +0200 |
| commit | 2644769255e26f86ff3d2ecdb88e73f7fc835e84 (patch) | |
| tree | 5b1f2f846c890fcece84f14bcc7fcd67e71ebd91 /software/CMakeLists.txt | |
| parent | 3c44f833ef8a49c34f1ae02dc6baed24eb6e9ae6 (diff) | |
add project files for root folder
Diffstat (limited to 'software/CMakeLists.txt')
| -rw-r--r-- | software/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/software/CMakeLists.txt b/software/CMakeLists.txt new file mode 100644 index 0000000..da45c64 --- /dev/null +++ b/software/CMakeLists.txt @@ -0,0 +1,8 @@ +# The following 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(ethernet_basic) +project(waescheschrank) +spiffs_create_partition_image(storage spiffs_image FLASH_IN_PROJECT) |
