summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Expand)Author
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-11-19docs/reference/filesystem.rst: Add detail on how to use littlefs fuse.Damien George
2021-10-14docs/reference/manifest.rst: Add docs for manifest.py files.NitiKaur
2021-10-14docs/reference/mpremote.rst: Add docs for mpremote.NitiKaur
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-08-30docs/reference: Mention that slicing a memoryview causes allocation.Peter Hinch
2021-08-13docs/library/index.rst: Clarify module naming and purpose.Jim Mussared
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-02-13tools: Add filesystem action examples to pyboard.py help.Brianna Laugher
2020-12-01docs/reference/repl.rst: Add information about new raw-paste mode.Damien George
2020-10-22docs/reference/glossary.rst: Fix minor grammar error, An -> A.Kevin Thomas
2020-09-30docs/reference/packages.rst: Fix typo, remove duplicate "port".David Lechner
2020-06-05docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.David Lechner
2020-06-02docs/reference: Add note about multiple exceptions when heap is locked.Andrew Leech
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-03-30tools/pyboard.py: Add -d as an alias for --device.Lars Kellogg-Stedman
2020-03-30tools/pyboard.py: Support setting device/baudrate from shell env vars.Lars Kellogg-Stedman
2020-01-06docs: More consistent capitalization and use of articles in headings.Jason Neal
2019-12-19docs/reference: Add documentation describing use of .mpy files.Damien George
2019-12-10docs/library/uos: Add notes and links about littlefs failures.Damien George
2019-12-09docs/reference/filesystem: Add note and example about using filesystem.Damien George
2019-12-09docs/reference/filesystem: Fix typo in block device code example.Daniel Mizyrycki
2019-12-04docs: Add littlefs docs and a filesystem tutorial.Jim Mussared
2019-12-04docs/reference: Add docs describing use of pyboard.py.Jim Mussared
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer
2019-10-15docs/reference/glossary.rst: Add new terms and reduce complexity of old.Jim Mussared
2019-08-28docs/reference/speed_python: Add missing self to var caching example.Paul m. p. P
2019-08-19docs/reference/speed_python: Update that read-only buffers are accepted.Peter Hinch
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