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-23 18:59:34 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
2a12872d0af6e3bb32b51b4916887b51afd4a78d
esp-idf/examples/bluetooth/esp_hid_device/main/CMakeLists.txt

9 lines
262 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_device_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: 121ms 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