| Age | Commit message (Expand) | Author |
| 2015-12-26 | lib/utils: Add pyexec_frozen_module to load and execute frozen module. | Damien George |
| 2015-11-30 | stmhal: uart.any() function now returns number of bytes available. | Ryan Shaw |
| 2015-11-10 | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky |
| 2015-11-09 | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George |
| 2015-11-04 | teensy: Switch over to using frozen modules instead of memzip | Dave Hylands |
| 2015-11-04 | lib/memzip: Factor out memzip from teensy/ into lib/memzip. | Dave Hylands |
| 2015-10-31 | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-29 | teensy: Switch from HAL_* to mp_hal_* functions. | Paul Sokolovsky |
| 2015-10-24 | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky |
| 2015-10-19 | teensy: Update to compile with latest changes to stmhal Pin class. | Damien George |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-12 | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | 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-05-13 | teensy: Add readinto and readlines qstrs. | Damien George |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-05 | teensy: Fix function prototype. | Paul Sokolovsky |
| 2015-04-05 | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky |
| 2015-02-13 | stmhal: Make pybstdio usable by other ports, and use it. | Damien George |
| 2015-02-04 | fix type error | Li lin |
| 2015-01-29 | py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str. | Damien George |
| 2015-01-28 | py: Change vstr so that it doesn't null terminate buffer by default. | Damien George |
| 2015-01-12 | teensy: Update for readline module moved to lib/. | Paul Sokolovsky |
| 2015-01-09 | py: Disable stack checking by default; enable on most ports. | Damien George |
| 2015-01-07 | stmhal: Collect all root pointers together in 1 place. | Damien George |
| 2015-01-07 | py: Put all global state together in state structures. | Damien George |
| 2015-01-01 | teensy: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-12-27 | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky |
| 2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George |
| 2014-11-27 | stmhal: Reduce coupling between USB driver and readline. | Damien George |
| 2014-11-17 | ports: Define mp_off_t. | Paul Sokolovsky |
| 2014-10-29 | Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* | stijn |
| 2014-10-21 | stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4 | Damien George |
| 2014-09-29 | stmhal: Fix edge case for timer PWM of 100%. | Damien George |
| 2014-09-29 | Merge pull request #881 from dhylands/elapsed | Damien George |
| 2014-09-29 | Merge pull request #880 from dhylands/irq-align | Damien George |
| 2014-09-28 | Added pyb.elapsed_millis and pyb.elapsed_micros | Dave Hylands |
| 2014-09-28 | teensy: Enable 8-byte stack alignment for IRQ Handlers. | Dave Hylands |
| 2014-09-27 | Fix timer overflow code. | Dave Hylands |
| 2014-09-25 | stmhal, timer: Factor code to compute PWM percent; improve 32bit case. | Damien George |
| 2014-09-23 | Add pulse_width_percent to teensy. | Dave Hylands |
| 2014-09-19 | Add Timer support (PWM, OC, IC) for stmhal and teensy | Dave Hylands |
| 2014-09-15 | py: Move definition of mp_sys_exit to core. | Damien George |
| 2014-08-30 | Update teensy README.md file | Dave Hylands |
| 2014-08-25 | teensy: Fix multiple definition of irq functions. | Damien George |
| 2014-08-25 | stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-25 | stmhal: Make enable_irq and disable_irq inline functions. | Damien George |