| Age | Commit message (Expand) | Author |
| 2025-10-04 | all: Replace legacy name with MicroPython and MPy as applicable. | Angus Gratton |
| 2024-12-19 | docs: Fix the quickref documentation of rtc.datetime(). | robert-hh |
| 2024-11-19 | docs: Add a "Reset and Boot Sequence" reference page. | Angus Gratton |
| 2024-02-07 | docs: Use vfs module instead of os. | Damien George |
| 2023-04-27 | all: Fix spelling mistakes based on codespell check. | Damien George |
| 2022-09-30 | top: Replace upip with mip everywhere. | Jim Mussared |
| 2022-09-06 | drivers/display: Don't include tests by default. | Damien George |
| 2021-12-15 | docs: Remove trailing spaces and convert tabs to spaces. | Damien George |
| 2021-09-16 | stm32: Suggest putting code in main.py not boot.py. | Jim Mussared |
| 2021-08-13 | docs: Replace ufoo with foo in all docs. | Jim Mussared |
| 2021-07-18 | docs: Replace master/slave with controller/peripheral in I2C and SPI. | David P |
| 2021-07-05 | esp32,stm32: Add new machine.I2S class for I2S protocol support. | Mike Teachman |
| 2021-05-04 | docs/pyboard: Fix typo in pyb.Switch tutorial. | Gabriel M Schuyler |
| 2020-01-06 | docs: More consistent capitalization and use of articles in headings. | Jason Neal |
| 2019-12-04 | docs: Remove spaces on lines that are empty. | Damien George |
| 2019-10-16 | docs: Fix spelling in various parts of the docs. | Mike Causer |
| 2019-08-15 | docs/pyboard: Emphasize the instructions for making a USB mouse. | Vicki Lowe |
| 2019-08-15 | docs/pyboard: Clarify initial files on pyboard and fix up formatting. | Vicki Lowe |
| 2019-08-15 | docs/pyboard: Update name of mounted volume to match code. | Vicki Lowe |
| 2019-05-20 | docs/pyboard/quickref: Refer to new machine.I2C instead of old pyb.I2C. | Damien George |
| 2019-03-13 | docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref. | johnthagen |
| 2019-03-13 | docs/pyboard: Add link to pyboard v1.1 schematic and layout PDF. | johnthagen |
| 2019-02-12 | all: Change PYB message prefix to MPY. | Mike Causer |
| 2018-10-01 | docs: Unify all the ports into one set of documentation. | Damien George |
| 2018-09-20 | docs/pyboard: Fix to use Sphinx style for internal/external links. | Damien George |
| 2018-07-10 | docs/pyboard: For latex build, use smaller quickref jpg, and no gifs. | Damien George |
| 2017-10-10 | docs/pyboard/tutorial: Update now that yellow LED also supports PWM. | Mike Causer |
| 2017-10-10 | docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes. | Mike Causer |
| 2017-08-23 | docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example. | Damien George |
| 2017-07-21 | docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files. | Piotr MaliĆski |
| 2017-07-03 | docs/pyboard: Move info about using Windows from topindex to general. | Damien George |
| 2017-07-02 | docs/pyboard: Move hardware info into General Info chapter. | Paul Sokolovsky |
| 2017-06-15 | stmhal: Add .value() method to Switch object, to mirror Pin and Signal. | Damien George |
| 2017-06-03 | docs/uos: Deconditionalize, remove minor port-specific details. | Paul Sokolovsky |
| 2017-02-07 | stmhal: Add ability to skip booting from SD card via /flash/SKIPSD file. | Damien George |
| 2017-02-03 | docs: For LCD160CR driver and tutorial, add link to positioning image. | Damien George |
| 2017-01-30 | docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch. | Damien George |
| 2017-01-23 | docs/pyboard/tutorial: Add tutorial for LCD160CR. | Damien George |
| 2017-01-23 | docs: Add documentation for lcd160cr module. | Damien George |
| 2017-01-18 | docs: Fix some minor spelling mistakes. | Mike Causer |
| 2016-11-08 | docs/*/quickref.rst: Use new semantics of ticks_diff() | puuu |
| 2016-08-29 | docs/pyboard/quickref: Add section on "delay and timing" for utime mod. | Damien George |
| 2016-08-29 | docs/pyboard/quickref: Add links to pinouts for other pyboard variants. | Damien George |
| 2016-08-29 | docs/pyboard: Update USB mouse tutorial to use pyb.USB_HID(). | Philip Potter |
| 2016-08-29 | docs/pyboard: Update USB mouse tutorial to use VCP instead of CDC. | Philip Potter |
| 2016-08-02 | docs: Spelling mistakes | Mike Causer |
| 2016-03-17 | docs: Update asm tutorial, maximum number of allowed args is now 4. | Peter Hinch |
| 2016-01-04 | docs: Add link from pyboard switch tutorial to ISR rules document. | Damien George |
| 2015-06-26 | docs: Add link from pyboard asm tutorial to asm reference. | Damien George |
| 2015-06-25 | docs: Add reference for Thumb2 inline assembler. | Damien George |