summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Expand)Author
2023-06-02docs/reference/mpremote.rst: Extend the mpremote guide.Jim Mussared
2023-06-02docs/reference/packages: Add GitHub repo to package example dependency.Jonas Scharpf
2023-05-23docs/reference/speed_python: Remove 4-arg limit for viper.Jim Mussared
2023-05-22tools/mpremote: Add repl option to escape non-printable characters.Damien George
2023-05-11docs/reference/mpyfiles: Add release info on v6.1.David Lechner
2023-05-01docs/reference: Remove double 'are' in glossary.algonell
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-01-19docs/reference/constrained: Add missing heap-dump symbols to mem_info().Chris Overgaauw
2022-12-07docs/library/neopixel: Update GitHub URL for neopixel.py link.Jim Mussared
2022-11-25tools/mpremote: Only auto connect to serial device with USB VID/PID.Michael Mogenson
2022-10-01tools/mpremote: Add `mpremote mip install` to install packages.Jim Mussared
2022-09-30top: Replace upip with mip everywhere.Jim Mussared
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-09-06drivers/display: Don't include tests by default.Damien George
2022-08-26tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments.Damien George
2022-08-18tools/mpremote: Add "edit" command.Jim Mussared
2022-08-18tools/pyboard.py: Add "touch" filesystem command.Jim Mussared
2022-08-18tools/mpremote: Allow + terminator for fs commands.Jim Mussared
2022-06-10docs/reference/mpyfiles: Update .mpy description to match latest format.Damien George
2022-05-27docs/reference/manifest: Add link to details about opt-level for freeze.Andrew Leech
2022-05-18py/parse: Allow all constant objects to be used in "X = const(o)".Damien George
2022-05-17docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size.Damien George
2022-04-28py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy.Damien George
2022-04-15docs/reference: Update constrained docs now that tuples can be const.Damien George
2022-04-11tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks.Rob Knegjens
2022-04-04docs/reference/mpremote: Add details about mount usage over soft reboot.Andrew Leech
2022-02-25tools/mpremote: Add "umount" command.Damien George
2022-02-25tools/mpremote: Add "resume" and "soft-reset" commands.Damien George
2022-02-04docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface.Peter Hinch
2022-02-04docs/reference/isr_rules.rst: Fix inconsistent variable name in example.Luiz Brandao
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