From c989833a371e07f285c6bb169fefb335696afad6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 13 Aug 2024 21:35:31 +0200 Subject: Add blink test firmware, docs and new schematic iterations --- firmware/src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 firmware/src/CMakeLists.txt (limited to 'firmware/src/CMakeLists.txt') diff --git a/firmware/src/CMakeLists.txt b/firmware/src/CMakeLists.txt new file mode 100644 index 0000000..0a454d0 --- /dev/null +++ b/firmware/src/CMakeLists.txt @@ -0,0 +1,6 @@ +# 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.16) + +include($ENV{IDF_PATH}/tools/cmake/project.cmake) +project(hello_world) -- cgit v1.2.3-71-gd317