summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-02Merge pull request #61 from hathach/develophathach
enhance HID, add HID out endpoint support
2019-05-02Merge branch 'master' into develophathach
2019-05-02update travis buildhathach
2019-05-02add hid_test.py for testing #58hathach
add feather nrf52840 express to supported board
2019-05-02hid generic example echo back receivedhathach
2019-05-02clean uphathach
2019-05-02support hid generic inout #58hathach
- 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-02rename hid generic examplehathach
2019-05-02use tud_hid_set_report_cb for hid epouthathach
2019-05-02clean uphathach
2019-05-02add tud_hid_out_report_cb() for hid epouthathach
2019-05-01text clean uphathach
2019-05-01rename hid report_buf to epin_bufhathach
add epout_buf and use it for SET_REPORT request buffer
2019-05-01clean uphathach
2019-05-01adding optional ep out for hidhathach
refactor usbd_open_edpt_pair
2019-05-01clean uphathach
2019-05-01clean uphathach
2019-05-01simplify hid keyboard & mouse report to one API eachhathach
2019-05-01add tud_hid_set_idle_cbhathach
- rename tud_hid_mode_changed_cb to tud_hid_mode_changed_cb - add mouse ac pan descriptor template support
2019-05-01clean up freertos hookhathach
2019-05-01update build scripthathach
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-05-01adding makefile for freertos examplehathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-05-01upgrade nrfx to 1.7hathach
2019-05-01osal clean uphathach
2019-04-28add TUD_ to HID_REPORT_DESC_* templatehathach
2019-04-28Update issue templateshathach
2019-04-28Update issue templateshathach
2019-04-26Merge pull request #59 from hathach/develophathach
add multiple Lun support along with msc_dual_lun example
2019-04-26clean up disk imagehathach
2019-04-26include msc_dual_lun example to travishathach
2019-04-26add msc multiple lun supporthathach
- remove CFG_TUD_MSC_MAXLUN - add tud_msc_maxlun_cb() - add msc_dual_lun exmaple
2019-04-26adding msc dual lun examplehathach
2019-04-25remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUPhathach
2019-04-19Merge pull request #57 from hathach/develophathach
move interface descriptor template to usbd.h
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach
2019-04-19Merge pull request #56 from hathach/develophathach
refactor hid device, remove auto descriptor, update example
2019-04-19clean uphathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-18wrap up hid device refactorhathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-04-18add tud_hid_mode_changed_cb()hathach
2019-04-18hid updatehathach
2019-04-18refactor hid, rename hid_generic to simply hid_hathach
2019-04-17clean up examplehathach
2019-04-17add interface descriptor templatehathach
2019-04-11remove auto device descriptorhathach
Application should declare its own device descriptor
2019-04-11clean uphathach