66 Commits (7c4435459261f1ea93577938b1ab281239d159e7)

Author SHA1 Message Date
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
Paul Sokolovsky c60fc670ea docs/reference/packages: Add chapter on distribution packages and deployment. 7 years ago
Paul Sokolovsky ca8034d6b8 docs/glossary: Clarify wording for "baremetal". 7 years ago
Paul Sokolovsky 155ec21e49 docs/glossary: Describe string interning. 7 years ago
Paul Sokolovsky 8175f1608e docs/glossary: Describe "stream" term. 7 years ago
Paul Sokolovsky 4fee35a32c docs/glossary: Describe the callee-owned tuple concept. 7 years ago
Peter Hinch ec1e9a10a7 docs: Add notes on heap allocation caused by bound method refs. 7 years ago
Yuval Langer 05a2bb888f docs/reference/isr_rules: Minor typo correction. 7 years ago
Peter Hinch da1c80d850 docs/reference/isr_rules.rst Add tutorial on use of micropython.schedule(). 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Paul Sokolovsky 358a7ba014 docs: More xrefs to "MicroPython port" in glossary. 7 years ago
Paul Sokolovsky 387a8d26f9 docs/glossary: Fix typos in micropython-lib paragraph. 7 years ago
Paul Sokolovsky 46583e9057 docs/glossary: Elaborate on possible MicroPython port differences. 7 years ago
Paul Sokolovsky d0797fbc18 docs: Add glossary. 7 years ago
Paul Sokolovsky 8b7d311595 reference/index: Rewrite introduction paragraph to avoid confusion. 7 years ago
Paul Sokolovsky e334b6b6d2 docs/constrained: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky a926119099 docs/ref/speed_python: Update and make more hardware-neutral. 7 years ago
puuu 933198c55f docs/*/quickref.rst: Use new semantics of ticks_diff() 8 years ago
Peter Hinch 9e1dec1818 docs/reference: Add constrained.rst doc. 8 years ago
Peter Hinch dab0f316d2 docs/reference/isr_rules.rst: Two minor additions to docs for using ISR. 8 years ago