summaryrefslogtreecommitdiff
path: root/shared-bindings/usb_hid
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-09-10MIssed one change for .last_received_reportDan Halbert
2020-09-10Change `.report` to `.last_received_report`Dan Halbert
2020-08-19fixYihui Xiong
2020-08-19support to get HID OUT reportYihui Xiong
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-03Fixed init formattingdherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to usb_hiddherrada
2020-07-02Removed all 'self, )'dherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Did usb_hid, usb_midi, ustack, wiznetdherrada
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-03-30WIP: works with just keyboard but not complex report descriptorDan Halbert
2018-03-24WIP: simple working HIDDan Halbert
2018-02-07Clarify style of attribute comments in the Design Guide.Scott Shawcroft
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ...Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-02-27atmel-samd: Add USB HID mouse and keyboard support.Scott Shawcroft