puuu
933198c55f
docs/*/quickref.rst: Use new semantics of ticks_diff()
8 years ago
Peter Hinch
9e1dec1818
docs/reference: Add constrained.rst doc.
It contains detailed information about writing scripts to run efficiently
on microcontrollers (and other constrained systems).
8 years ago
Peter Hinch
dab0f316d2
docs/reference/isr_rules.rst: Two minor additions to docs for using ISR.
- Refers to the technique of instantiating an object for use in an ISR by
specifying it as a default argument.
- Footnote detailing the fact that interrupt handlers continue to be
executed at the REPL.
8 years ago
Mike Causer
ce166e6b68
docs: Spelling mistakes
8 years ago
Paul Sokolovsky
53ac7830cb
docs/speed_python: Add article.
9 years ago
Paul Sokolovsky
5801967496
docs/speed_python: Add many more details on memoryviews.
9 years ago
Paul Sokolovsky
47f9b10b30
docs/speed_python: Generalize "Floating point" subsection.
Don't describe just single port's peculiarities, note aboute possible
array of issues with floating-point.
9 years ago
Paul Sokolovsky
6c84f1e03a
docs/speed_python: Clarify/generalize "Buffers" subsection.
9 years ago
Peter Hinch
21b74604f9
docs: Add Python speed optimisation guide, including minimal viper ref.
9 years ago
Peter Hinch
70f32f0f73
docs: Update asm_thumb2_hints_tips re return type of asm funcs.
9 years ago
Peter Hinch
c13b2f2d00
docs: Several minor changes: network, pyb, ADCAll and inline asm.
9 years ago
Damien George
ea8be373a9
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
movwt can now move a full 32-bit constant into a register.
9 years ago
Peter Hinch
521759ee18
docs: Add discussion on interrupt handlers incl uPy specific techniques.
9 years ago
Dave Hylands
3551368424
docs: Fix a typo in the REPL documentation.
9 years ago
Damien George
b7ca945877
lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.
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.
9 years ago
Dave Hylands
a9f3030371
docs: Add docs about REPL paste-mode and Control-C
9 years ago
Damien George
0d3e309ebc
docs: Add link in references index to Thumb2 assembler docs.
10 years ago
Damien George
2110dc5a6d
docs: Add reference for Thumb2 inline assembler.
Thanks to Peter Hinch for contributing this.
10 years ago
Damien George
aef3846c13
docs: Add "reference" directory for putting docs about the language.
10 years ago