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-26 20:29:29 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
b51d4d2aed5f9ee98069f6fd7a7dca23ae5fb2e2
esp-idf/examples/system/ulp/ulp_riscv/interrupts/CMakeLists.txt

9 lines
379 B
CMake
Raw Normal View History

feat(ulp-riscv): Added new example to demonstrate ULP RISC-V interrupts This commit adds a new example which demonstrates how the ULP RISC-V co-processor handles interrupts.
2023-12-14 16:15:06 +01:00
# 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)
change(examples): switch examples to use a minimal build Currently, several example dependencies rely on the fact that all registered components are added to the build, along with components specified in common requirements. This results in longer build times because even unused components must be built. Switch all examples to use idf_minimal_build to compile only the components actually required by the example. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-25 17:10:37 +02:00
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
idf_build_set_property(MINIMAL_BUILD ON)
feat(ulp-riscv): Added new example to demonstrate ULP RISC-V interrupts This commit adds a new example which demonstrates how the ULP RISC-V co-processor handles interrupts.
2023-12-14 16:15:06 +01:00
project(ulp_riscv_interrupts)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 73ms 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