| Age | Commit message (Expand) | Author |
| 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 |
| 2014-09-27 | Fix timer overflow code. | Dave Hylands |
| 2014-09-26 | stmhal, modcc3k: Add ioctl to cc3k sockets so select works. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-09-26 | drivers, cc3k: Move cc3000 driver from stmhal to drivers directory. | Damien George |
| 2014-09-25 | stmhal: Enable 8-byte stack alignment for IRQ handlers. | Damien George |
| 2014-09-25 | stmhal, timer: Factor code to compute PWM percent; improve 32bit case. | Damien George |
| 2014-09-25 | Merge pull request #868 from dhylands/fix-teensy-float | Damien George |
| 2014-09-23 | Add pulse_width_percent to teensy. | Dave Hylands |
| 2014-09-23 | py: Free non-interned strings in the parser when not needed. | Damien George |
| 2014-09-23 | stmhal: Initialise stack pointer correctly. | Damien George |
| 2014-09-21 | stmhal: Add pulse_width_ratio to timer channel object. | Damien George |
| 2014-09-19 | Add Timer support (PWM, OC, IC) for stmhal and teensy | Dave Hylands |
| 2014-09-17 | stmhal: Fix bugs in documentation so it compiles. | Damien George |
| 2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
| 2014-09-15 | stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing. | Damien George |
| 2014-09-15 | stmhal/sdcard.c: add pyb.SD.write | Felix Domke |
| 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 |