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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
pyboard
Age
Commit message (
Expand
)
Author
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-21
docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files.
Piotr MaliĆski
2017-07-03
docs/pyboard: Move info about using Windows from topindex to general.
Damien George
2017-07-02
docs/pyboard: Move hardware info into General Info chapter.
Paul Sokolovsky
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-15
stmhal: Add .value() method to Switch object, to mirror Pin and Signal.
Damien George
2017-06-03
docs/uos: Deconditionalize, remove minor port-specific details.
Paul Sokolovsky
2017-02-07
stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file.
Damien George
2017-02-03
docs: For LCD160CR driver and tutorial, add link to positioning image.
Damien George
2017-01-30
docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch.
Damien George
2017-01-23
docs/pyboard/tutorial: Add tutorial for LCD160CR.
Damien George
2017-01-23
docs: Add documentation for lcd160cr module.
Damien George
2017-01-18
docs: Fix some minor spelling mistakes.
Mike Causer
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
2016-11-08
docs/*/quickref.rst: Use new semantics of ticks_diff()
puuu
2016-10-18
Documentation rework to unify the docs together rather than having them
Scott Shawcroft
2016-08-29
docs/pyboard/quickref: Add section on "delay and timing" for utime mod.
Damien George
2016-08-29
docs/pyboard/quickref: Add links to pinouts for other pyboard variants.
Damien George
2016-08-29
docs/pyboard: Update USB mouse tutorial to use pyb.USB_HID().
Philip Potter
2016-08-29
docs/pyboard: Update USB mouse tutorial to use VCP instead of CDC.
Philip Potter
2016-08-02
docs: Spelling mistakes
Mike Causer
2016-03-17
docs: Update asm tutorial, maximum number of allowed args is now 4.
Peter Hinch
2016-01-04
docs: Add link from pyboard switch tutorial to ISR rules document.
Damien George
2015-06-26
docs: Add link from pyboard asm tutorial to asm reference.
Damien George
2015-06-25
docs: Add reference for Thumb2 inline assembler.
Damien George
2015-06-16
docs: Add more documentation for the CC3200 in the pyb module.
Daniel Campora
2015-06-10
docs: Add initial draft documentation for the WiPy.
Daniel Campora
2015-06-04
docs: Change "Micro Python" to "MicroPython" in all places in docs.
Damien George
2015-06-04
docs: Generate a separate docs build for each port.
Daniel Campora