Search found 1 match

by MittenClaw
Thu Jun 26, 2025 7:27 am
Forum: General Discussion
Topic: Error in running programs in ESP-IDF
Replies: 2
Views: 1497

Re: Error in running programs in ESP-IDF

Hi.
I am having a similar issue with running code.

The CMakeLists.txt file in the ESP IDF directory is:
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(Blah)



The CMakeLists.txt file in the esp-idf-v5.4.1\examples\peripherals\adc\continuous_read ...

Go to advanced search