index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
usb_hid
Age
Commit message (
Expand
)
Author
2020-09-10
MIssed one change for .last_received_report
Dan Halbert
2020-09-10
Change `.report` to `.last_received_report`
Dan Halbert
2020-08-19
fix
Yihui Xiong
2020-08-19
support to get HID OUT report
Yihui Xiong
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-03
Fixed init formatting
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to usb_hid
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-12
Did usb_hid, usb_midi, ustack, wiznet
dherrada
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-03-30
WIP: works with just keyboard but not complex report descriptor
Dan Halbert
2018-03-24
WIP: simple working HID
Dan Halbert
2018-02-07
Clarify style of attribute comments in the Design Guide.
Scott Shawcroft
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-06-07
shared-bindings: Update docs to remove with statements from examples but add ...
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft