summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/src/main.c
AgeCommit message (Collapse)Author
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-09-13Remove unreachable codeBen Avison
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-06-06update all host exampleshathach
2021-09-07Add PS4-compatible controllersDavid Shadoff
2021-08-24add tuh_vid_pid_get()hathach
complete Sony PS4 dualshock controller example