| Age | Commit message (Expand) | Author |
| 2014-01-04 | Fix issue #62: Cache loses data | stevie67 |
| 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 | Change mp_compile so that it returns a function object for the module. | 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-29 | Change memory allocation API to require size for free and realloc. | Damien |
| 2013-12-29 | Add CODECONVENTIONS, and modify i2c module to conform. | Damien |
| 2013-12-28 | changes to Makefile and main.c to add i2c.c | Hagen Kaye |
| 2013-12-28 | Added i2c python interface object | Hagen Kaye |
| 2013-12-21 | stm: Tidy up some wlan code. | Damien |
| 2013-12-21 | stm: fix some compiler warnings in CC3000 code. | Damien |
| 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-20 | stm: add pyb.sd_test; flash cache flushed only via MSD. | Damien |
| 2013-12-17 | stm: flush storage cache immediately; improve user interface. | Damien |
| 2013-12-11 | stm: add basic Servo class, and stop and standby functions. | Damien |
| 2013-12-11 | stm: add timer to storage cache so it can be flushed. | Damien |
| 2013-12-06 | stm: add __WFI to sys_tick delay. | Damien |
| 2013-12-06 | stm: add Led object; add option to reset filesystem. | Damien |
| 2013-12-05 | stm: initial commit of working CC3000 driver, based on Adafruit. | Damien |
| 2013-11-30 | stm: servos on PA0-3; MMA filtering; timer for Python REPL. | Damien |
| 2013-11-30 | stm: disable audio function in systick. | Damien |
| 2013-11-30 | stm: add function to LCD module to show text. | Damien |
| 2013-11-30 | stm: reorder things in Makefile. | Damien |
| 2013-11-09 | STM: add LCD functions for pixel access; add RNG Py bindings. | Damien |
| 2013-11-09 | STM: add RNG support. | Damien |
| 2013-11-09 | Small improvements to timer module. | 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-03 | Add simple PWM control command to STM code. | Damien |
| 2013-11-03 | Add vprintf, vsnprintf to STM code. | Damien |
| 2013-11-03 | Add simple file support to board. | Damien |
| 2013-11-02 | Floats work with MP on board; function for LCD pixel manipulation. | Damien |
| 2013-11-01 | Add proper FPU compile flags; disable Python float support. | Damien |
| 2013-11-01 | Remove debugging print for SD card; add comment to possibly-buggy USB code. | Damien |
| 2013-11-01 | Add syscfg and SPI libraries from STM. | Damien |
| 2013-10-30 | PC13 (SDIO detect) can handle at most 2MHz speed config. | Damien |
| 2013-10-26 | Working SD card, but no functionality yet (was hardware error). | Damien |
| 2013-10-26 | Add USART support, connected to stdio for REPL. | Damien |
| 2013-10-26 | Add simple readline history. | 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 |