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
/
reference
Age
Commit message (
Collapse
)
Author
2016-01-13
docs: Several minor changes: network, pyb, ADCAll and inline asm.
Peter Hinch
2016-01-07
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
Damien George
movwt can now move a full 32-bit constant into a register.
2015-12-31
docs: Add discussion on interrupt handlers incl uPy specific techniques.
Peter Hinch
2015-11-10
docs: Fix a typo in the REPL documentation.
Dave Hylands
2015-11-07
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
Damien George
This patch allows you to stop auto-indent by pressing enter on a second blank line. Easier than having to use backspace, and prevents new users from getting stuck in auto-indent mode.
2015-11-03
docs: Add docs about REPL paste-mode and Control-C
Dave Hylands
2015-06-25
docs: Add link in references index to Thumb2 assembler docs.
Damien George
2015-06-25
docs: Add reference for Thumb2 inline assembler.
Damien George
Thanks to Peter Hinch for contributing this.
2015-06-25
docs: Add "reference" directory for putting docs about the language.
Damien George