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
/
index.rst
Age
Commit message (
Expand
)
Author
2020-06-14
docs: Improve 5.0.x <-> main branch doc linkrot
Jeff Epler
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2019-07-28
update rST ref link for support matrix
sommersoft
2019-07-27
update 'Core Modules' description
sommersoft
2019-07-27
move the support matrix to its own page; add linking for modules
sommersoft
2019-07-04
add jinja extension; update shared-bindings/index.rst to use jinja
sommersoft
2019-06-04
Add PS/2 support -- ps2io module
Elvis Pfützenreuter
2019-03-02
update RTD documentation
sommersoft
2019-01-13
Fresh combined checkin of _pixelbuf library.
Roy Hooper
2018-09-07
Reorder status matrix and module list in shared-bindings for increase user re...
David Farning
2018-08-16
ports/atmel-samd: Implement i2cslave.I2CSlave
Noralf Trønnes
2018-07-13
nrf: Split the ble module into a shared part and the port implementation
arturo182
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-05-06
docs: fix references to uhashlib
Jeff Epler
2018-05-03
docs: fix references to ubinascii
Jeff Epler
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-05
nrf: Implement ticks, add gamepad module and example
arturo182
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2017-12-30
shared-bindings/index.rst: added audiobusio
sommersoft
2017-11-16
Create supervisor module.
Scott Shawcroft
2017-10-23
Merge 2.1.0 changes into master.
Dan Halbert
2017-10-21
First attempt to move py/modmath.c to shared-bindings/math
mrmcwethy
2017-10-18
CircuitPython now has struct instead of ustruct (#302)
Michael McWethy
2017-10-16
Turn on pulseio now that there's room.
Dan Halbert
2017-10-03
Add a `gamepad` module for handling buttons in the background. (#295)
Radomir Dopieralski
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
2017-06-07
shared-bindings: Update docs to remove with statements from examples but add ...
Scott Shawcroft
2017-06-07
docs: Add module support matrix.
Scott Shawcroft
2017-05-24
Doc tweaks to clarify external libraries, new boards and add HID library.
Scott Shawcroft
2017-01-05
Improve docs and update to CircuitPython.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-10-18
Documentation rework to unify the docs together rather than having them
Scott Shawcroft