Wykres commitów

9 Commity (3aeb80acb66038f14fc2a7606e7516a3e2bfa6c9)

Autor SHA1 Wiadomość Data
Darian Leung 57fd78f5ba freertos: Remove legacy data types
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
2022-02-09 23:05:45 +08:00
baohongde c138e47f45 components/bt: Update licenses 2021-12-08 10:59:06 +08:00
Roland Dobai 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
liqigan 2078dfe293 1. update esp_hid component to use esp HID API
2. add esp_hidh_config_t::callback_arg
2021-09-08 14:08:34 +08:00
zwj 2ee9140e94 hid examples support esp32c3/s3 2021-06-25 15:09:13 +08:00
Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.

(Line endings, blank lines at end of file, trailing whitespace)
2020-11-11 07:36:35 +00:00
liqigan 55f6a927b5 btdm:fix emit `ESP_BT_GAP_DISC_STATE_CHANGED_EVT` event when call API `esp_bt_gap_start_discovery`
closes BT-594

See merge request espressif/esp-idf!8808
2020-05-20 22:43:44 +08:00
me-no-dev 406d9d20a3 Update HID examples to comply with the new requirements 2020-04-29 20:51:16 +03:00
Hristo Gochkov 25281ef4de 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