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-24 19:29:43 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
b51d4d2aed5f9ee98069f6fd7a7dca23ae5fb2e2
esp-idf/examples/peripherals/ledc/ledc_basic/main/CMakeLists.txt

4 lines
160 B
CMake
Raw Normal View History

Added LEDC basic PWM example Changes on the ledc_init function Review on the README, docs and example functions Added how to set freq and duty on README Fix on the ledc.rst docs in the App Example Added new example reference in the Chinese docs
2021-04-12 15:06:27 +01:00
idf_component_register(SRCS "ledc_basic_example_main.c"
change(examples): explicitly specify component dependencies for examples Currently, several examples do not explicitly state their component dependencies, relying instead on the default behavior that includes all registered components and commonly required ones in the build. Explicitly adding component dependencies can reduce build time when set(COMPONENTS main) is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-24 14:22:10 +02:00
PRIV_REQUIRES esp_driver_ledc esp_driver_gpio
Added LEDC basic PWM example Changes on the ledc_init function Review on the README, docs and example functions Added how to set freq and duty on README Fix on the ledc.rst docs in the App Example Added new example reference in the Chinese docs
2021-04-12 15:06:27 +01:00
INCLUDE_DIRS ".")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 143ms 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