-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from asterics/bumpEspressifExample
Updated Espressif example, fixing many compatibility issues with Win10/iOS (especially accessible switch control & assistive touch bugs)
- Loading branch information
Showing
22 changed files
with
1,240 additions
and
10,757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 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.5) | ||
|
||
set(SUPPORTED_TARGETS esp32) | ||
include($ENV{IDF_PATH}/tools/cmake/project.cmake) | ||
project(esp32_mouse_keyboard) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
idf_component_register(SRCS "ble_hidd_demo_main.c" | ||
"esp_hidd_prf_api.c" | ||
"hid_dev.c" | ||
"hid_device_le_prf.c" | ||
INCLUDE_DIRS ".") | ||
|
||
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-unused-const-variable) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.