| Age | Commit message (Expand) | Author |
| 2014-10-23 | stmhal: Use OSError with POSIX error code for HAL errors. | Damien George |
| 2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-22 | Add pydfu.py to the micropython tree. Use dfu_util bgy default | Dave Hylands |
| 2014-10-22 | stmhal: Add MMA_INT/PB2 to available pins on PYBV10. | Damien George |
| 2014-10-22 | Fixed TIM2_CH1 definition. | Dave Hylands |
| 2014-10-22 | stmhal: Don't return SystemExit value from parse_compile_execute. | Damien George |
| 2014-10-22 | Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset. | Dave Hylands |
| 2014-10-22 | stmhal: Change cc3k.recv to only make 1 call to underlying recv(). | Damien George |
| 2014-10-21 | stmhal: Overhaul UART class to use read/write, and improve it. | Damien George |
| 2014-10-21 | Merge pull request #922 from swegener/for-upstream | Damien George |
| 2014-10-21 | Implement kwargs for builtin open() and _io.FileIO | stijn |
| 2014-10-21 | stmhal: Set entry point for ELF binary debugging | Sven Wegener |
| 2014-10-20 | stmhal: Add retry to SD card init. | Damien George |
| 2014-10-18 | unix, stmhal: Implement file.readinto() method. | Paul Sokolovsky |
| 2014-10-12 | moduzlib: Fix fn prototype and some code style; use it in stmhal port. | Damien George |
| 2014-10-12 | stmhal: Oops: rename mod files in Makefile. | Damien George |
| 2014-10-12 | stmhal: Rename module files to keep consistency with module name. | Damien George |
| 2014-10-12 | stmhal: Enable module weak links. | Damien George |
| 2014-10-11 | stmhal: Enable ure module (tests pass on pyboard). | Damien George |
| 2014-10-10 | Add support for complimentary channel output and deadtime. | Dave Hylands |
| 2014-10-09 | stmhal: Add pyb.stop() and pyb.standby() functions. | Damien George |
| 2014-10-09 | py: Add further checks for failed malloc in lexer init functions. | Damien George |
| 2014-10-07 | Allow real memory errors (from locked gc) to be reported with traceback. | Dave Hylands |
| 2014-10-06 | stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver. | Damien George |
| 2014-10-05 | stmhal: Use mp_uint_t where appropriate. | Damien George |
| 2014-10-05 | py: Make compiler return a proper exception on SyntaxError. | Damien George |
| 2014-10-05 | stmhal: Add config option to disable/enable CAN driver. | Damien George |
| 2014-10-05 | stmhal, timer: Fix timer.chanel so mode can be a keyword. | Damien George |
| 2014-10-05 | stmhal, timer: Improve accuracy of freq computation. | Damien George |
| 2014-10-05 | stmhal, timer: Set freq from float; get timer source freq. | Damien George |
| 2014-10-04 | stmhal: Allow pyb.freq() function to change SYSCLK frequency. | Damien George |
| 2014-10-04 | stmhal: Adjust computation of SYSCLK to retain precision. | Damien George |
| 2014-10-02 | stmhal: Add basic CAN bus support. | Damien George |
| 2014-10-02 | stmhal: Set is_enabled=false when creating UART object; fix doc typo. | Damien George |
| 2014-10-02 | stmhal: Update help text. | Damien George |
| 2014-10-01 | Proposed fix for USB Mass Storage. | Dave Hylands |
| 2014-09-30 | stmhal: Enable patch_program in cc3k driver, with key. | Damien George |
| 2014-09-30 | stmhal: Fix wiznet5k init of SPI bus. | Damien George |
| 2014-09-30 | drivers, cc3000: Wrap exported functions in a macro for renaming. | Damien George |
| 2014-09-30 | drivers, wiznet5k: Wrap exported functions in a macro for renaming. | Damien George |
| 2014-09-30 | stmhal: Add network and usocket module. | Damien George |
| 2014-09-30 | stmhal: For spi_init, add argument to select if NSS pin is enabled. | Damien George |
| 2014-09-30 | py: Remove IOError since it's deprecated; use OSError instead. | Damien George |
| 2014-09-29 | stmhal, fatfs: Use stdlib for string fns; make all private fns static. | Damien George |
| 2014-09-29 | stmhal: Add label to internal flash drive on creation. | 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 #877 from dhylands/timer-overflow | Damien George |
| 2014-09-28 | Added pyb.elapsed_millis and pyb.elapsed_micros | Dave Hylands |