| Age | Commit message (Expand) | Author |
| 2014-09-15 | stmhal/hal/src/stm32f4xx_hal_sd.c: fix SDHC card capacity | Felix Domke |
| 2014-09-15 | py: Move definition of mp_sys_exit to core. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-13 | stmhal: Slightly improved memcpy; memset uses word store when aligned. | Damien George |
| 2014-09-12 | Merge branch 'memcpy' of github.com:iabdalkader/micropython into iabdalkader-... | Damien George |
| 2014-09-11 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George |
| 2014-09-11 | Optimize memcpy more | iabdalkader |
| 2014-09-11 | Add LIS3DSH accelometer support to staccel.py | Hirotaka Kawata |
| 2014-09-11 | Memcpy: copy words | iabdalkader |
| 2014-09-07 | stmhal: uart ioctl uses EINVAL, and checks TXE bit for write-ability. | Damien George |
| 2014-09-07 | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George |
| 2014-09-07 | stmhal: Fix modselect so non-hashable objects can be polled. | Damien George |
| 2014-09-07 | stmhal: Add polling ability to UART object. | Damien George |
| 2014-09-07 | stmhal: Implement generic select.select and select.poll. | Damien George |
| 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 |