| Age | Commit message (Expand) | Author |
| 2014-08-10 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-08-10 | stmhal: Working STM32F4DISC accelerometer, via Python script. | Damien George |
| 2014-08-10 | objstr: split(): check arg type consistency (str vs bytes). | Paul Sokolovsky |
| 2014-08-10 | py: binary.c: Properly implement alignment for native unpacked structs. | Paul Sokolovsky |
| 2014-08-10 | modsocket: .recv() returns bytes object. | Paul Sokolovsky |
| 2014-08-10 | doc: Fix up a few docs in sys module. | Damien George |
| 2014-08-10 | doc: Document gc, sys, math, cmath. | Damien George |
| 2014-08-10 | stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard"). | Damien George |
| 2014-08-10 | tools, gendoc: Output small descr about module TOC. | Damien George |
| 2014-08-10 | objarray: Implement equality testing between arrays and other buffers. | Paul Sokolovsky |
| 2014-08-10 | py: mp_buffer_info_t::buf may be valid, but NULL for empty objects. | Paul Sokolovsky |
| 2014-08-10 | moductypes: Remove debug inclusion of stdio.h . | Paul Sokolovsky |
| 2014-08-09 | stmhal, pin: Save 140 bytes ROM by simplifying pin_print function. | Damien George |
| 2014-08-09 | stmhal, pin: Simplify default value for alternate function init. | Damien George |
| 2014-08-08 | tools, gendoc: Put module TOC/index in module/ directory. | Damien George |
| 2014-08-08 | stmhal: Start of documentation for modos and modtime. | Damien George |
| 2014-08-08 | tools, gendoc: Allow constants at module level; gen module index. | Damien George |
| 2014-08-08 | Merge branch 'dhylands-pin-af' | Damien George |
| 2014-08-08 | tests, pyb: Update pin test. | Damien George |
| 2014-08-08 | stmhal/teensy: Use _ instead of - in source file names. | Damien George |
| 2014-08-08 | stmhal: Fix documentation; remove ability to specify af by str. | Damien George |
| 2014-08-08 | stmhal: Comment out unused functions. | Damien George |
| 2014-08-08 | Merge branch 'pin-af' of https://github.com/dhylands/micropython into dhyland... | Damien George |
| 2014-08-08 | py: Fix bug where GC finaliser table was not completely zeroed out. | Damien George |
| 2014-08-07 | Add support for selecting pin alternate functions from python. | Dave Hylands |
| 2014-08-07 | py: Fix bug in mpn_shl (multi-prec int shift left). | Damien George |
| 2014-08-06 | stmhal: Update STM32Cube F4 HAL driver to V1.3.0. | Damien George |
| 2014-08-06 | stmhal: Ability to stat /flash and /sd. | Damien George |
| 2014-08-06 | stmhal: Put #if guards around all GPIOx_CLK_ENABLE's. | Damien George |
| 2014-08-06 | stmhal: Enable relevant GPIO clock when Pin obj is init'd. | Damien George |
| 2014-08-05 | stmhal: Wrap DAC module and os.urandom in relevant #if's. | Damien George |
| 2014-08-05 | stmhal, math: Define _M_LN2 if not already defined. | Damien George |
| 2014-08-05 | travis: Build stmhal/ST32F4DISC and teensy in Travis tests. | Damien George |
| 2014-08-04 | Merge pull request #789 from dhylands/fix-teensy-2014-08-04 | Damien George |
| 2014-08-04 | Follow rename of readline_init to readline_init0 on teensy | Dave Hylands |
| 2014-08-04 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-08-04 | stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. | Damien George |
| 2014-08-04 | Put call to qstr_init and mp_init_emergency_exc_buf in mp_init. | Damien George |
| 2014-08-03 | Merge pull request #786 from dhylands/fix-teensy-2014-08-03 | Damien George |
| 2014-08-03 | Updated teensys usb.c and switched to using usb.h from stmhal. | Dave Hylands |
| 2014-08-03 | stmhal: Document behaviour of usb_vcp_recv_byte. | Damien George |
| 2014-08-03 | Merge pull request #784 from dhylands/fix-teensy-2014-08-02 | Damien George |
| 2014-08-02 | Fix teensy to work with the latest tree. | Dave Hylands |
| 2014-08-02 | stmhal: Add more documentation for USB_VCP. | Damien George |
| 2014-08-02 | stmhal: Add documentation for LCD; update docs for USB_VCP. | Damien George |
| 2014-08-02 | stmhal: Add preliminary driver for ST32F4DISC accelerometer. | Damien George |
| 2014-08-01 | Merge pull request #781 from dhylands/fix-disc | Damien George |
| 2014-08-01 | Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an ... | Dave Hylands |
| 2014-07-31 | stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. | Damien George |
| 2014-07-31 | README: Add USB VID/PID to dfu-util command. | Damien George |