summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2016-09-07docs/reference/isr_rules.rst: Two minor additions to docs for using ISR.Peter Hinch
- 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.
2016-08-02docs: Spelling mistakesMike Causer
2016-04-15docs/speed_python: Add article.Paul Sokolovsky
2016-04-15docs/speed_python: Add many more details on memoryviews.Paul Sokolovsky
2016-04-15docs/speed_python: Generalize "Floating point" subsection.Paul Sokolovsky
Don't describe just single port's peculiarities, note aboute possible array of issues with floating-point.
2016-04-15docs/speed_python: Clarify/generalize "Buffers" subsection.Paul Sokolovsky
2016-03-11docs: Add Python speed optimisation guide, including minimal viper ref.Peter Hinch
2016-03-11docs: Update asm_thumb2_hints_tips re return type of asm funcs.Peter Hinch
2016-01-13docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch
2016-01-07py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George
movwt can now move a full 32-bit constant into a register.
2015-12-31docs: Add discussion on interrupt handlers incl uPy specific techniques.Peter Hinch
2015-11-10docs: Fix a typo in the REPL documentation.Dave Hylands
2015-11-07lib/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-03docs: Add docs about REPL paste-mode and Control-CDave Hylands
2015-06-25docs: Add link in references index to Thumb2 assembler docs.Damien George
2015-06-25docs: Add reference for Thumb2 inline assembler.Damien George
Thanks to Peter Hinch for contributing this.
2015-06-25docs: Add "reference" directory for putting docs about the language.Damien George