| Age | Commit message (Expand) | Author |
| 2014-07-20 | stmhal: Fix REPL printing by cooking output sent to stdout_obj. | Damien George |
| 2014-07-20 | stmhal: Change calls to pfenv_printf to pfenv_vprintf. | Damien George |
| 2014-07-19 | py: Make print() accept "file" argument, and actually print to stream. | Paul Sokolovsky |
| 2014-07-19 | py: Add stream reading of n unicode chars; unicode support by default. | Damien George |
| 2014-07-19 | stmhal: Add file.flush and os.stat. | Damien George |
| 2014-07-07 | stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair. | Damien George |
| 2014-07-06 | Disable IRQs around sdcard reads. | Dave Hylands |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-07-02 | stmhal: Some reordering of code/functions. | Damien George |
| 2014-07-02 | Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla... | Damien George |
| 2014-07-02 | Merge pull request #709 from windelbouwman/master | Damien George |
| 2014-07-02 | Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te... | Damien George |
| 2014-07-01 | Merge pull request #734 from iabdalkader/copysign | Damien George |
| 2014-07-01 | stackctrl: Add "mp_" prefix. | Paul Sokolovsky |
| 2014-06-30 | Add timer_deinit and call it just before doing a soft-restart | Dave Hylands |
| 2014-06-30 | Add copysignf | mux |
| 2014-06-30 | Merge pull request #710 from iabdalkader/assert | Damien George |
| 2014-06-29 | stmhal: pyb.adc: Clarify that buffer with elements of any size can be used. | Paul Sokolovsky |
| 2014-06-28 | stmhal: Include mpconfig.h before all other includes. | Paul Sokolovsky |
| 2014-06-28 | unix, stmhal: Add option for STR_UNICODE to mpconfigport.h. | Damien George |
| 2014-06-27 | py: Move stack_ctrl_init() to mp_init(). | Paul Sokolovsky |
| 2014-06-27 | Change MCU name config micro | mux |
| 2014-06-27 | Merge pull request #703 from iabdalkader/micro_names | Paul Sokolovsky |
| 2014-06-27 | stmhal: Use stackctrl framework. | Paul Sokolovsky |
| 2014-06-25 | Use mp_const_none to initialize mapper and map_dict | Dave Hylands |
| 2014-06-21 | Add NORETURN to __fatal_error | mux |
| 2014-06-21 | Fix asser_func warning/error | mux |
| 2014-06-20 | Merge pull request #707 from eblot/master-v1.1.1-build-fixes | Paul Sokolovsky |
| 2014-06-20 | Added hexfile target | Windel Bouwman |
| 2014-06-19 | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot |
| 2014-06-19 | Add MICROPY_HW_MICRO_NAME to boards config | mux |
| 2014-06-18 | bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGS | Sven Wegener |
| 2014-06-18 | bare-arm, stmhal: Fix --nostdlib to -nostdlib | Sven Wegener |
| 2014-06-17 | Merge pull request #698 from dhylands/adc-fix | Damien George |
| 2014-06-17 | stmhal: Toggle LED using ODR ^= pin_mask. | Damien George |
| 2014-06-16 | Fix problem with ADC reads and multiple channels | Dave Hylands |
| 2014-06-15 | Updated teensy to build. | Dave Hylands |
| 2014-06-15 | stmhal: Add Python function to set UART for REPL. | Damien George |
| 2014-06-15 | stmhal: Fix type signatures on functions that take variable args. | Damien George |
| 2014-06-15 | stmhal: Fix file print methods to use print instead of printf. | Damien George |
| 2014-06-15 | stmhal: Update and improve LCD driver. | Damien George |
| 2014-06-14 | Make __assert_func weak | mux |
| 2014-06-14 | Add __assert_func only if DEBUG=1 | mux |
| 2014-06-14 | Add __assert_func | mux |
| 2014-06-11 | stmhal, file: Seek to end of file if opened in 'a' mode. | Damien George |
| 2014-06-11 | stmhal, file: Implement a,x,+ open modes, seek and tell. | Damien George |
| 2014-06-08 | stmhal: Fix pyb.bootloader so it works for gcc-4.9.0. | Damien George |
| 2014-06-08 | Provide definition of alloca() in mpconfigport.h. | Damien George |
| 2014-06-03 | Merge branch 'master' of https://github.com/micropython/micropython | bvernoux |
| 2014-06-03 | Cleanup/removed specific stuff specific to HydraBus (except board). | bvernoux |