| Age | Commit message (Expand) | Author |
| 2014-09-01 | stmhal, modwiznet5k: Add very minimal documentation. | Damien George |
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |
| 2014-08-26 | Merge pull request #824 from dhylands/sdcard-power | Damien George |
| 2014-08-26 | stmhal, STM32F4DISC: Small changes to ST accel driver. | Damien George |
| 2014-08-26 | stmhal, staccel.py: Style cleanup. | Damien George |
| 2014-08-26 | Added LIS302DL ID check | David Siorpaes |
| 2014-08-26 | stmhal: Hookup USB_VCP.any(). | Damien George |
| 2014-08-26 | stmhal: Fix build issues with (old) CC3000 driver. | Damien George |
| 2014-08-25 | Fix sdcard_power_on to not do anything if the card is already powered on. | Dave Hylands |
| 2014-08-25 | stmhal: Improve efficiency of SysTick IRQ and HAL_Delay. | Damien George |
| 2014-08-25 | stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis. | Damien George |
| 2014-08-25 | Add support for pyb.micros() by using the systick timer. | Dave Hylands |
| 2014-08-25 | stmhal: Make enable_irq and disable_irq inline functions. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-24 | stmhal, pin: Update documentation. | Damien George |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-24 | stmhal, modtime: Small changes, reduced code size by around 80 bytes. | Damien George |
| 2014-08-24 | Add time.mktime and enhance time.localtime (for stmhal) | Dave Hylands |
| 2014-08-24 | py: Fix bug where GC collected native/viper/asm function data. | Damien George |
| 2014-08-16 | Put some code into the first 16K of flash | Dave Hylands |
| 2014-08-16 | stmhal: In safe mode, still mount SD card and present as MSD over USB. | Damien George |
| 2014-08-16 | stmhal: Fix printing of pin name in error message. | Damien George |
| 2014-08-16 | stmhal: For non-debug compile, enable CC/LD opt to remove dead code. | Damien George |
| 2014-08-14 | stmhal: Resolve question in comment about timer clock. | Damien George |
| 2014-08-12 | extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal. | Damien George |
| 2014-08-12 | stmhal: Enable moductypes by default. | Damien George |
| 2014-08-10 | stmhal: Working STM32F4DISC accelerometer, via Python script. | 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-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 | stmhal: Start of documentation for modos and modtime. | 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-07 | Add support for selecting pin alternate functions from python. | Dave Hylands |
| 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-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 | stmhal: Document behaviour of usb_vcp_recv_byte. | Damien George |
| 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 |