| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-08-30 | all: Convert remaining "mp_uint_t n_args" to "size_t n_args". | Damien George |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-06-15 | stmhal: Add initial implementation of Pin.irq() method. | Damien George |
| 2017-06-15 | stmhal: Make error messages more consistent across peripherals. | Damien George |
| 2017-05-21 | esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off. | Paul Sokolovsky |
| 2017-05-06 | stmhal: Convert all module and method tables to use MP_ROM macros. | Damien George |
| 2017-04-11 | stmhal: Enable parsing of all Pin constructor args by machine.Signal. | Damien George |
| 2017-01-31 | stmhal/pin: Add C-level pin ioctl method. | Damien George |
| 2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
| 2016-10-18 | stmhal: Refactor pin usage to use mp_hal_pin API. | Damien George |
| 2016-08-25 | stmhal: Update pin print to print new constants | Dave Hylands |
| 2016-01-11 | py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. | Damien George |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-19 | stmhal: Bring Pin class close to new machine module specification. | Damien George |
| 2015-10-11 | py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. | Paul Sokolovsky |
| 2015-08-03 | stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. | Damien George |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
| 2015-04-16 | stmhal: Use new %q format to print qstr's in a few more places. | blmorris |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-01-07 | stmhal: Collect all root pointers together in 1 place. | Damien George |
| 2015-01-01 | teensy: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-09-19 | Add Timer support (PWM, OC, IC) for stmhal and teensy | Dave Hylands |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-08-24 | stmhal, pin: Update documentation. | Damien George |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-09 | stmhal, pin: Save 140 bytes ROM by simplifying pin_print function. | Damien George |
| 2014-08-09 | stmhal, pin: Simplify default value for alternate function init. | Damien George |
| 2014-08-08 | stmhal: Start of documentation for modos and modtime. | Damien George |
| 2014-08-08 | stmhal/teensy: Use _ instead of - in source file names. | Damien George |
| 2014-08-08 | stmhal: Fix documentation; remove ability to specify af by str. | Damien George |
| 2014-08-07 | Add support for selecting pin alternate functions from python. | Dave Hylands |
| 2014-08-06 | stmhal: Put #if guards around all GPIOx_CLK_ENABLE's. | Damien George |
| 2014-08-06 | stmhal: Enable relevant GPIO clock when Pin obj is init'd. | Damien George |
| 2014-08-04 | stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. | Damien George |
| 2014-07-31 | py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. | Damien George |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-07-02 | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George |
| 2014-06-25 | Use mp_const_none to initialize mapper and map_dict | Dave Hylands |
| 2014-06-15 | Updated teensy to build. | Dave Hylands |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-05-03 | stmhal: Fix typos in class documentation. | Damien George |
| 2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-05-01 | Fix pin initialization when a mode argument is provided | Dave Hylands |
| 2014-04-29 | stmhal: Add documentation in comments, and script to generate HTML. | Damien George |
| 2014-04-21 | stmhal: Fix bug with pin GPIO reading. | Damien George |
| 2014-04-20 | stmhal: Add SPI class. | Damien George |
| 2014-04-19 | stmhal: Add pyb.Pin.init method to re-init GPIO pin mode. | Damien George |