| Age | Commit message (Expand) | Author |
| 2014-01-23 | Move RTC to Separate Module | mux |
| 2014-01-22 | stm: Fix USART3 init. Small edits to Makefile and other things. | Damien George |
| 2014-01-21 | stm: Clean up main.c; disable libgcc by default. | Damien George |
| 2014-01-21 | stm: Put HSE_VALUE and other defines in mpconfigport.h. | Damien George |
| 2014-01-21 | stm: Put TARGET in mpconfigport.h; support PYBv4. | Damien George |
| 2014-01-21 | Merge pull request #202 from iabdalkader/master | Damien George |
| 2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George |
| 2014-01-21 | Add OSC_VALUE to Makefile | mux |
| 2014-01-19 | stm: Upgrade ST peripheral library from 1.1.0 to 1.3.0. | Damien George |
| 2014-01-19 | stm: Upgrade to latest CMSIS libraries. | Damien George |
| 2014-01-14 | stm: Include libgcc for __aeabi_d2f and __aeabi_f2d functions. | Damien George |
| 2014-01-14 | Implement initial ADC support | mux |
| 2014-01-13 | stm: Re-instate C debugging USART port (disabled by default). | Damien George |
| 2014-01-09 | Fix Makefile typo | mux |
| 2014-01-09 | Add DEBUG flag to Makefile | mux |
| 2014-01-08 | Make build output quieter. | Dave Hylands |
| 2014-01-08 | Update stm/Makeile to use OBJCOPY and SIZE macros | Dave Hylands |
| 2014-01-08 | Move lexerstr to main py directory (everyone uses it). | Damien George |
| 2014-01-08 | Updated teensy to use common code from stm directory. | Dave Hylands |
| 2014-01-07 | Factor and simplify Makefile's and mpconfig, part 2. | Damien George |
| 2014-01-05 | Add Initial Support for STM32F4DISCOVERY Board | mux |
| 2014-01-05 | Move user switch code into a separate module | mux |
| 2014-01-04 | Convert Python types to proper Python type hierarchy. | Damien George |
| 2014-01-04 | Don't error out if build/ directory already exists. | Paul Sokolovsky |
| 2014-01-04 | Add basic implementation of slice object. | Paul Sokolovsky |
| 2014-01-03 | Rename default config file to mpconfig.h, and port's to mpconfigport.h. | Paul Sokolovsky |
| 2014-01-03 | Merge pull request #45 from iabdalkader/master | Damien George |
| 2014-01-03 | Basic implementation of import. | Damien George |
| 2014-01-03 | Change dfu.py to be Python 2/3 compatible | mux |
| 2014-01-03 | Change old use of module creation to new proper use. | Damien George |
| 2014-01-02 | Add module object, to be used eventually for import. | Damien George |
| 2013-12-30 | Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. | Paul Sokolovsky |
| 2013-12-30 | Put unicode functions in unicode.c, and tidy their names. | Damien George |
| 2013-12-30 | Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. | Damien George |
| 2013-12-28 | changes to Makefile and main.c to add i2c.c | Hagen Kaye |
| 2013-12-21 | Change object representation from 1 big union to individual structs. | Damien |
| 2013-12-20 | Fix a few compiler warnings. | Damien |
| 2013-12-20 | Add tools/dfu.py, and use it in stm/Makefile. | Damien |
| 2013-12-17 | stm: flush storage cache immediately; improve user interface. | Damien |
| 2013-12-05 | stm: initial commit of working CC3000 driver, based on Adafruit. | Damien |
| 2013-11-30 | stm: reorder things in Makefile. | Damien |
| 2013-11-09 | STM: add RNG support. | Damien |
| 2013-11-06 | Add to STM code timer functionality to call Python on interrupt. | Damien |
| 2013-11-04 | Add DAC, and simple audio driver to STM code. | Damien |
| 2013-11-01 | Add proper FPU compile flags; disable Python float support. | Damien |
| 2013-11-01 | Add syscfg and SPI libraries from STM. | Damien |
| 2013-10-26 | Add USART support, connected to stdio for REPL. | Damien |
| 2013-10-26 | Add support for RTC, used as a calendar. | Damien |
| 2013-10-25 | Add USB HID support. Runs as an alternative to VCP+MSC. | Damien |
| 2013-10-24 | Add support for SD card (not working). | Damien |