summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Expand)Author
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Implement a module system for external, user C modules.Ayke van Laethem
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2018-07-20docs/reference/index: Remove conditional for inline asm docs.Damien George
2018-03-15docs: Fix some references and RST markup to eliminate Sphinx warnings.Damien George
2018-03-09docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.Damien George
2017-12-16docs/packages: Explicitly recommend usage of setuptools instead of distutils.Paul Sokolovsky
2017-12-16docs/packages: Use "install_dir/" in examples.Paul Sokolovsky
2017-12-15docs/glossary: micropython-lib: Clarify wording.Paul Sokolovsky
2017-12-14docs/packages: mpy_bin2res no longer required to create resources.Paul Sokolovsky
2017-12-13docs/packages: Add quick "Creating distribution packages" section.Paul Sokolovsky
2017-12-11docs/reference/packages: Add chapter on distribution packages and deployment.Paul Sokolovsky
2017-12-06docs/glossary: Clarify wording for "baremetal".Paul Sokolovsky
2017-12-04docs/glossary: Describe string interning.Paul Sokolovsky
2017-12-03docs/glossary: Describe "stream" term.Paul Sokolovsky
2017-12-03docs/glossary: Describe the callee-owned tuple concept.Paul Sokolovsky
2017-11-23docs: Add notes on heap allocation caused by bound method refs.Peter Hinch
2017-10-30docs/reference/isr_rules: Minor typo correction.Yuval Langer
2017-09-09docs/reference/isr_rules.rst Add tutorial on use of micropython.schedule().Peter Hinch
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-08-28docs: More xrefs to "MicroPython port" in glossary.Paul Sokolovsky
2017-08-20docs/glossary: Fix typos in micropython-lib paragraph.Paul Sokolovsky
2017-08-20docs/glossary: Elaborate on possible MicroPython port differences.Paul Sokolovsky
2017-07-02docs: Add glossary.Paul Sokolovsky
2017-07-01reference/index: Rewrite introduction paragraph to avoid confusion.Paul Sokolovsky
2017-07-01docs/constrained: Use markup adhering to the latest docs conventions.Paul Sokolovsky
2017-06-26docs/ref/speed_python: Update and make more hardware-neutral.Paul Sokolovsky
2016-11-08docs/*/quickref.rst: Use new semantics of ticks_diff()puuu
2016-10-11docs/reference: Add constrained.rst doc.Peter Hinch
2016-09-07docs/reference/isr_rules.rst: Two minor additions to docs for using ISR.Peter Hinch
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
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
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
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
2015-06-25docs: Add "reference" directory for putting docs about the language.Damien George