index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
reference
Age
Commit message (
Expand
)
Author
2024-07-05
docs: Update docs to replace ifconfig with ipconfig.
Felix Dörre
2024-06-21
mpy-cross: Add RISC-V RV32IMC support in MPY files.
Alessandro Gatti
2024-05-15
docs/reference: Document how to mip install packages from GitLab.
Olivier Lenoir
2024-03-28
docs/reference/mpyfiles: Document change in .mpy sub-version.
Damien George
2024-02-08
tools/manifestfile.py: Change library search to use a list of paths.
Damien George
2024-02-07
docs: Use vfs module instead of os.
Damien George
2024-02-07
docs/reference/micropython2_migration.rst: Add info about os and vfs.
Damien George
2024-02-07
docs/library: Move vfs functions and classes from os to vfs module docs.
Damien George
2024-01-05
all: Fix "reuse" and "overridden" spelling mistakes.
Damien George
2023-10-27
docs/reference/micropython2_migration: Add migration guide.
Jim Mussared
2023-10-16
docs/reference/mpyfiles: Document change in .mpy sub-version.
Damien George
2023-10-03
all: Fix various spelling mistakes found by codespell 2.2.6.
Damien George
2023-09-29
tools/mpremote: Add support for rfc2217, serial over TCP.
Jos Verlinde
2023-06-19
docs: Rename uasyncio to asyncio.
Jim Mussared
2023-06-02
docs/reference/mpremote.rst: Extend the mpremote guide.
Jim Mussared
2023-06-02
docs/reference/packages: Add GitHub repo to package example dependency.
Jonas Scharpf
2023-05-23
docs/reference/speed_python: Remove 4-arg limit for viper.
Jim Mussared
2023-05-22
tools/mpremote: Add repl option to escape non-printable characters.
Damien George
2023-05-11
docs/reference/mpyfiles: Add release info on v6.1.
David Lechner
2023-05-01
docs/reference: Remove double 'are' in glossary.
algonell
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-01-19
docs/reference/constrained: Add missing heap-dump symbols to mem_info().
Chris Overgaauw
2022-12-07
docs/library/neopixel: Update GitHub URL for neopixel.py link.
Jim Mussared
2022-11-25
tools/mpremote: Only auto connect to serial device with USB VID/PID.
Michael Mogenson
2022-10-01
tools/mpremote: Add `mpremote mip install` to install packages.
Jim Mussared
2022-09-30
top: Replace upip with mip everywhere.
Jim Mussared
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-09-06
drivers/display: Don't include tests by default.
Damien George
2022-08-26
tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments.
Damien George
2022-08-18
tools/mpremote: Add "edit" command.
Jim Mussared
2022-08-18
tools/pyboard.py: Add "touch" filesystem command.
Jim Mussared
2022-08-18
tools/mpremote: Allow + terminator for fs commands.
Jim Mussared
2022-06-10
docs/reference/mpyfiles: Update .mpy description to match latest format.
Damien George
2022-05-27
docs/reference/manifest: Add link to details about opt-level for freeze.
Andrew Leech
2022-05-18
py/parse: Allow all constant objects to be used in "X = const(o)".
Damien George
2022-05-17
docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size.
Damien George
2022-04-28
py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy.
Damien George
2022-04-15
docs/reference: Update constrained docs now that tuples can be const.
Damien George
2022-04-11
tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks.
Rob Knegjens
2022-04-04
docs/reference/mpremote: Add details about mount usage over soft reboot.
Andrew Leech
2022-02-25
tools/mpremote: Add "umount" command.
Damien George
2022-02-25
tools/mpremote: Add "resume" and "soft-reset" commands.
Damien George
2022-02-04
docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface.
Peter Hinch
2022-02-04
docs/reference/isr_rules.rst: Fix inconsistent variable name in example.
Luiz Brandao
2021-12-15
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-11-19
docs/reference/filesystem.rst: Add detail on how to use littlefs fuse.
Damien George
2021-10-14
docs/reference/manifest.rst: Add docs for manifest.py files.
NitiKaur
2021-10-14
docs/reference/mpremote.rst: Add docs for mpremote.
NitiKaur
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-08-30
docs/reference: Mention that slicing a memoryview causes allocation.
Peter Hinch
[next]