summaryrefslogtreecommitdiffstatshomepage
path: root/docs/reference
Commit message (Collapse)AuthorAge
* docs: Spelling mistakesMike Causer2016-08-02
|
* docs/speed_python: Add article.Paul Sokolovsky2016-04-15
|
* docs/speed_python: Add many more details on memoryviews.Paul Sokolovsky2016-04-15
|
* docs/speed_python: Generalize "Floating point" subsection.Paul Sokolovsky2016-04-15
| | | | | Don't describe just single port's peculiarities, note aboute possible array of issues with floating-point.
* docs/speed_python: Clarify/generalize "Buffers" subsection.Paul Sokolovsky2016-04-15
|
* docs: Add Python speed optimisation guide, including minimal viper ref.Peter Hinch2016-03-11
|
* docs: Update asm_thumb2_hints_tips re return type of asm funcs.Peter Hinch2016-03-11
|
* docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch2016-01-13
|
* py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George2016-01-07
| | | | movwt can now move a full 32-bit constant into a register.
* docs: Add discussion on interrupt handlers incl uPy specific techniques.Peter Hinch2015-12-31
|
* docs: Fix a typo in the REPL documentation.Dave Hylands2015-11-10
|
* lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.Damien George2015-11-07
| | | | | | 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.
* docs: Add docs about REPL paste-mode and Control-CDave Hylands2015-11-03
|
* docs: Add link in references index to Thumb2 assembler docs.Damien George2015-06-25
|
* docs: Add reference for Thumb2 inline assembler.Damien George2015-06-25
| | | | Thanks to Peter Hinch for contributing this.
* docs: Add "reference" directory for putting docs about the language.Damien George2015-06-25