summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
Commit message (Expand)AuthorAge
* esp32: Add support for esp32c6.Andrew Leech2024-10-09
* qemu: Rename qemu-arm port to qemu.Damien George2024-09-06
* all: Remove remaining qemu-riscv references.Damien George2024-09-06
* README: Clean up a few bits of grammar.tharuka2024-06-26
* qemu-riscv: Add new QEMU RV32 port.Alessandro Gatti2024-06-17
* teensy: Remove the teensy port.Jim Mussared2023-10-31
* README.md: Update CI badges.Jim Mussared2023-10-06
* README: Simplify and update, and move unix section to separate file.Jim Mussared2022-08-30
* docs: Update links for Arm GCC toolchain.David Lechner2022-08-11
* README: Update link for ARM embedded toolchain to developer.arm.com.Bradley Wogsland2022-02-18
* github/workflows: Switch from Coveralls to Codecov.Damien George2021-06-25
* README: Update badges for new GitHub Actions workflows.Damien George2020-11-30
* README: Change --help option to -h to match micropython executable.Hannah Suarez/hcs02020-05-11
* README: Fix small typo, dfeault -> default.Krsna Mahapatra2020-04-23
* README: Update Travis CI links to point to travis-ci.com.Damien George2020-04-22
* ports: Add new make target "submodules" which inits required modules.Damien George2019-10-15
* mpy-cross: Do not automatically build mpy-cross, rather do it manually.Damien George2019-06-03
* py/mkenv.mk: Change default PYTHON variable from "python" to "python3".Damien George2019-02-12
* README: Remove text about selecting different ports in the docs.Damien George2018-11-26
* README: Remove references to "make axtls", it's no longer needed.Damien George2018-11-15
* README: Update list of ports to include esp32 and nrf.Damien George2018-07-18
* README: Add gcc and arm-none-eabi-newlib to list of required components.Damien George2017-10-19
* README: Add explicit section on contributing.Paul Sokolovsky2017-10-15
* README: Update "Dependencies" section.Paul Sokolovsky2017-09-11
* all: Update Makefiles and others to build with new ports/ dir layout.Damien George2017-09-06
* README: Improve description of precompiled bytecode; mention mpy-cross.Damien George2017-06-26
* README: Mention support for bytecode and frozen bytecode.Paul Sokolovsky2017-06-24
* README: Change Travis & Coveralls badges to not use link references.Damien George2017-03-26
* README: Describe extmod/ dir.Paul Sokolovsky2017-03-25
* README: Add link to docs.micropython.org.Paul Sokolovsky2017-03-25
* README: Explicitly mention "await" support, and formatting for keywords.Paul Sokolovsky2017-03-08
* README: "MicroPython board" is much more commonly known as PyBoard.Paul Sokolovsky2016-10-21
* README: Mention _thread module availability in select ports.Paul Sokolovsky2016-10-12
* README: Remove issue-stats badges, the service is no longer available.Damien George2016-09-22
* README: "quick build": Use "make axtls" after all.Paul Sokolovsky2016-05-28
* README: Add "make deplibs" to quick build section.Paul Sokolovsky2016-05-28
* README: Add explicit note that subdirs contain more READMEs.Paul Sokolovsky2016-05-14
* README: Mention support "async" keyword from Python 3.5.Paul Sokolovsky2016-04-29
* README: Promote "docs" and "tests" to "major components".Paul Sokolovsky2016-04-29
* README: Explicitly point to required dependencies section.Paul Sokolovsky2016-04-18
* stmhal: Add stmhal-specific README.md with extra details for this port.Damien George2016-03-08
* stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method.Damien George2016-03-08
* README.md: Add link to micropython.org.Damien George2016-02-17
* docs: Add docs about REPL paste-mode and Control-CDave Hylands2015-11-03
* docs: Move instructions on generating the documentation to docs/README.mdDave Hylands2015-11-03
* README: Fix typo in package name.Mike Bryant2015-11-04
* README: Adjust suggested path for generated docs.Paul Sokolovsky2015-10-31
* README: Document how to enable/build external dependencies.Paul Sokolovsky2015-10-21
* README.md: Document "Ctrl+D" shell exit.nyov2015-10-12
* Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George2015-10-12