Commit Graph

16 Commits

Author SHA1 Message Date
hathach
bdfcd50b1b Merge branch 'master' into portability 2023-03-17 23:53:38 +07:00
hathach
3623ba1884 fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
Ben Avison
65ba15c37d Remove unreachable code
IAR generates warning Pe111 'statement is unreachable'. In a couple of
cases, replace return statements with TU_ATTR_FALLTHROUGH; because some
compilers apparently can't figure out that the return statements are
unreachable but do whinge about an imagined fall-through without them!
2022-09-13 18:00:50 +01:00
hathach
9794a2b865 more example update 2022-06-06 22:41:04 +07:00
hathach
312fd5f839 fix hid_test.py for hid inout to correctly preceeded with dummy reportID
add note for install hidapi on windows
2021-08-09 22:57:11 +07:00
hathach
a070626729 add itf argument to hid API to support multiple instances
following API signature is changed:
- tud_hid_descriptor_report_cb()
- tud_hid_get_report_cb()
- tud_hid_set_report_cb()
- tud_hid_boot_mode_cb()
- tud_hid_set_idle_cb()
2021-02-24 14:27:20 +07:00
Mohammed Aslam
ae827721ed Typo fixed 2021-02-02 19:53:07 +05:30
hathach
38b60827e1 clean up 2019-07-11 23:03:02 +07:00
hathach
1a0e02fa1b tested midi example 2019-07-03 00:52:25 +07:00
hathach
dfdae7a4d2 add node hid installation instruction 2019-05-29 15:58:01 +07:00
hathach
ce6976f400 better fix for #72 millis overthrow 2019-05-21 13:31:02 +07:00
hathach
61ec407752 update license year to 2019 2019-05-14 11:48:05 +07:00
hathach
6446b02ae7 add hid_test.py for testing #58
add feather nrf52840 express to supported board
2019-05-02 18:10:06 +07:00
hathach
a9ef8c9e9d hid generic example echo back received 2019-05-02 14:45:54 +07:00
hathach
d6a47a89f2 clean up 2019-05-02 14:41:21 +07:00
hathach
45b856e03b rename hid generic example 2019-05-02 13:28:23 +07:00