| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-08 | add tud_hid_n_gamepad_report() helper for gamepad report | hathach | |
| - Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR. | |||
| 2021-02-08 | enhance gampepad report with dpad/hat support | hathach | |
| add hid_gamepad_report_t along with GAMEPAD_BUTTON_ and GAMEPAD_HAT_ enum | |||
| 2020-04-20 | add extra comma to HID_REPORT_ID | hathach | |
| this make the template with Report ID look less weird to the user | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-17 | add "`" and "~" to keycode -> ASCII table | samveen | |
| 2019-12-16 | [tusb]fix typo in comment | samveen | |
| 2019-06-06 | add HID_ASCII_TO_KEYCODE | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-02 | support hid generic inout #58 | hathach | |
| - add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT - add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN - add hid_generic_inout example | |||
| 2019-05-02 | clean up | hathach | |
| 2019-05-01 | add tud_hid_set_idle_cb | hathach | |
| - rename tud_hid_mode_changed_cb to tud_hid_mode_changed_cb - add mouse ac pan descriptor template support | |||
| 2019-04-18 | update tud_hid_keyboard/mouse helper | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-21 | white spaces | hathach | |
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach | |
| 2018-11-23 | remove pragma GCC diagnostic | hathach | |
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-07-31 | dev hid enhancement, add report descriptor templates for keyboard, mouse, ↵ | hathach | |
| consumer, syscontrol, gamepad | |||
| 2018-07-31 | fix hid warning, move report descriptor template to hid.h | hathach | |
| 2018-07-28 | fix hid generic various error | hathach | |
| 2018-07-24 | nrf52840 boot mouse does not work, need more work | hathach | |
| 2018-07-23 | enhance device hid | hathach | |
| - add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait() | |||
| 2018-07-23 | reworking device hid class driver | hathach | |
| 2018-06-18 | rename subfolder source to src | hathach | |
