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
/
docs
/
library
Age
Commit message (
Expand
)
Author
2021-01-25
fix doc typos
Dan Halbert
2021-01-25
Remove obsolete esp.rst, network.rst
Dan Halbert
2021-01-24
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
Dan Halbert
2020-12-10
Fix some spelling mistakes
Mike Causer
2020-07-06
Fix minor typo in MicroPython libraries page
Tyler Crumpton
2020-04-09
network.rst: remove duplicate method directive
sommersoft
2019-07-28
add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict
sommersoft
2019-06-18
Fix references to cpython in builtins documentation.
Craig Forbes
2019-01-13
Fresh combined checkin of _pixelbuf library.
Roy Hooper
2018-10-11
update documentation and translations again
Nick Moore
2018-07-29
remove qemu-arm build; fix docs build bugs
Dan Halbert
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-05-23
typos in builtins.rst
Dan Halbert
2018-05-23
use shared-bindings struct doc; remove docs/library one
Dan Halbert
2018-05-22
fix title underline
Dan Halbert
2018-05-22
add caveat language re MicroPython libraries; other slight changes
Dan Halbert
2018-05-22
RTD documentation updates
Dan Halbert
2018-05-21
stm32/rtc: Don't try to set SubSeconds value on RTC.
Damien George
2018-05-15
Merge branch 'master' of github.com:adafruit/circuitpython
Roy Hooper
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-14
Update docs s/ucollections/collections/g
bildzeitung
2018-05-06
docs: fix references to uhashlib
Jeff Epler
2018-05-03
docs: fix references to ubinascii
Jeff Epler
2018-04-26
docs/library: Add ussl module to library index for unix port.
Damien George
2018-04-20
docs/library/pyb.ADC: Fix typo of "prarmeter".
Damien George
2018-04-20
docs/library/pyb.ADC: Remove outdated ADCAll code example.
Peter Hinch
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
2018-04-11
stm32/adc: Optimise read_timed_multi() by caching buffer pointers.
Damien George
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-10
docs/library/pyb.ADC.rst: Document new features for ADCAll.
T S
2018-03-19
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
Damien George
2018-03-16
docs/library/pyb.CAN: Clean up documentation of data constants.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-16
stm32/can: Add CAN.state() method to get the state of the controller.
Damien George
2018-03-15
stm32/can: Add CAN.restart() method so controller can leave bus-off.
Damien George
2018-03-15
stm32/can: Add "auto_restart" option to constructor and init() method.
Damien George
2018-03-15
docs/library/pyb.CAN: Update markup to use latest doc conventions.
Damien George
2018-03-15
docs: Fix some references and RST markup to eliminate Sphinx warnings.
Damien George
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-07
docs/library/uos: Document mount, umount, VfsFat and block devices.
Damien George
2018-03-07
docs/library/uos: Create sections for distinct parts and document uname.
Damien George
2018-03-05
docs/library/micropython: Describe optimisation levels for opt_level().
Damien George
2018-03-05
docs/library/usocket: Make xref to uerrno explicitly a module reference.
Damien George
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-26
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
Damien George
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
2018-02-15
docs/library/ujson: Document dump() and load() functions.
Damien George
2018-02-15
docs/library/ujson: Update to conform with docs conventions.
Damien George
2018-02-01
docs/library/pyb.rst: Add note about availability of USB MSC-only mode.
Damien George
[next]