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-13 05:50:21 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
5863a27bd25cd012eef1fb65c46394c5ab901b42
esp-idf/examples/bluetooth/esp_hid_host/main/CMakeLists.txt

9 lines
260 B
CMake
Raw Normal View History

Update HID examples to comply with the new requirements
2020-04-29 14:56:13 +03:00
set(srcs "esp_hid_host_main.c"
"esp_hid_gap.c")
set(include_dirs ".")
Add HID Support to IDF - Adds HID Host support in Buedroid - Adds BLE HID Host and Device support - Adds some general HID utilities and definitions to help integrate with other stacks and native USB
2020-04-29 17:24:01 +08:00
Update HID examples to comply with the new requirements
2020-04-29 14:56:13 +03:00
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
mbedtls: remove dependency on driver component - keep `esp_pm` dependency conditional in mbedtls - refactor `bt` cmakelist to keep dependencies as private Related: IDF-1265
2022-07-18 10:25:14 +05:30
REQUIRES esp_hid
PRIV_REQUIRES nvs_flash)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 236ms Template: 6ms
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