Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-19 17:00:20 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
c205f50f93ecd61eff7742a6afecedcb6a2428ba
esp-idf/examples/system/heap_task_tracking/advanced/CMakeLists.txt

7 lines
233 B
CMake
Raw Normal View History

example: Add Heap Task Tracking example
2020-02-24 10:25:16 +05:30
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
example: Add Heap Task Tracking example
2020-02-24 10:25:16 +05:30
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
feat(examples): Update heap task tracking examples update example to showcasee the new API of heap task tracking - Add basic heap task traacking example - Add advanced example for task tracking
2025-02-14 08:49:38 +01:00
project(advanced)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 154ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API