85 Commits (4bcffbd1c6fbcf3de02d4d4a07e71ff0ca48db67)

Author SHA1 Message Date
Damien George 079f3e5e5b py/parse: Allow all constant objects to be used in "X = const(o)". 3 years ago
Damien George 2a366e183e docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size. 3 years ago
Damien George 59c5d41611 py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy. 3 years ago
Damien George 9ab66b50cb docs/reference: Update constrained docs now that tuples can be const. 3 years ago
Rob Knegjens d3d862769a tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 3 years ago
Andrew Leech 3b99b4d675 docs/reference/mpremote: Add details about mount usage over soft reboot. 3 years ago
Damien George d6564a3159 tools/mpremote: Add "umount" command. 3 years ago
Damien George ad1f523e7e tools/mpremote: Add "resume" and "soft-reset" commands. 3 years ago
Peter Hinch 80b81acea5 docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface. 3 years ago
Luiz Brandao ddda959e57 docs/reference/isr_rules.rst: Fix inconsistent variable name in example. 3 years ago
Damien George d9d67adef1 docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
Damien George 01f1c3aac2 docs/reference/filesystem.rst: Add detail on how to use littlefs fuse. 3 years ago
NitiKaur e87b2e8bfa docs/reference/manifest.rst: Add docs for manifest.py files. 3 years ago
NitiKaur 135339ce3a docs/reference/mpremote.rst: Add docs for mpremote. 3 years ago
Jim Mussared b326edf68c all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE. 3 years ago
Peter Hinch 3720a570f2 docs/reference: Mention that slicing a memoryview causes allocation. 3 years ago
Jim Mussared d7fbc755dc docs/library/index.rst: Clarify module naming and purpose. 3 years ago
Jim Mussared c737cde947 docs: Replace ufoo with foo in all docs. 3 years ago
Brianna Laugher d128999938 tools: Add filesystem action examples to pyboard.py help. 4 years ago
Damien George a14ca31e85 docs/reference/repl.rst: Add information about new raw-paste mode. 4 years ago
Kevin Thomas 6eebdbc495 docs/reference/glossary.rst: Fix minor grammar error, An -> A. 4 years ago
David Lechner ee7568ca8d docs/reference/packages.rst: Fix typo, remove duplicate "port". 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
Andrew Leech e54626f4c1 docs/reference: Add note about multiple exceptions when heap is locked. 5 years ago
Damien George e0905e85a7 esp8266: Change from FAT to littlefs v2 as default filesystem. 5 years ago
Lars Kellogg-Stedman 3a0f64fc7a tools/pyboard.py: Add -d as an alias for --device. 5 years ago
Lars Kellogg-Stedman 1cf994c48b tools/pyboard.py: Support setting device/baudrate from shell env vars. 5 years ago
Jason Neal aec88ddf03 docs: More consistent capitalization and use of articles in headings. 5 years ago
Damien George e58c7ce3d6 docs/reference: Add documentation describing use of .mpy files. 5 years ago
Damien George b310930dba docs/library/uos: Add notes and links about littlefs failures. 5 years ago
Damien George 381be9a745 docs/reference/filesystem: Add note and example about using filesystem. 5 years ago
Daniel Mizyrycki 50dc5f10a6 docs/reference/filesystem: Fix typo in block device code example. 5 years ago
Jim Mussared 9a849cc7ca docs: Add littlefs docs and a filesystem tutorial. 5 years ago
Jim Mussared d7dbd267e7 docs/reference: Add docs describing use of pyboard.py. 5 years ago
Damien George 90c524c114 docs: Remove spaces on lines that are empty. 5 years ago
Mike Causer a2c4cb484d docs: Fix spelling in various parts of the docs. 6 years ago
Jim Mussared a93495b66d docs/reference/glossary.rst: Add new terms and reduce complexity of old. 5 years ago
Paul m. p. P afc8596c15 docs/reference/speed_python: Add missing self to var caching example. 5 years ago
Peter Hinch 3a679eaf00 docs/reference/speed_python: Update that read-only buffers are accepted. 5 years ago
Andrew Leech 89ff506513 py: Update and rework build system for including external C modules. 6 years ago
Ayke van Laethem 2e516074da py: Implement a module system for external, user C modules. 6 years ago
Mike Causer 812969d615 all: Change PYB message prefix to MPY. 7 years ago
Damien George 0ab8428995 docs/reference/index: Remove conditional for inline asm docs. 6 years ago
Damien George 0db49c37a4 docs: Fix some references and RST markup to eliminate Sphinx warnings. 7 years ago
Damien George 9cef2b03a7 docs/reference/repl.rst: Fix some minor errors in the REPL tutorial. 7 years ago
Paul Sokolovsky e37ccfe59b docs/packages: Explicitly recommend usage of setuptools instead of distutils. 7 years ago
Paul Sokolovsky 9251f1395e docs/packages: Use "install_dir/" in examples. 7 years ago
Paul Sokolovsky 448d93a04a docs/glossary: micropython-lib: Clarify wording. 7 years ago
Paul Sokolovsky bf73ee114f docs/packages: mpy_bin2res no longer required to create resources. 7 years ago
Paul Sokolovsky 54cd6e3e4b docs/packages: Add quick "Creating distribution packages" section. 7 years ago