| Age | Commit message (Expand) | Author |
| 2014-10-12 | stmhal: Oops: rename mod files in Makefile. | Damien George |
| 2014-10-09 | stmhal: Add pyb.stop() and pyb.standby() functions. | Damien George |
| 2014-10-06 | stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver. | Damien George |
| 2014-10-02 | stmhal: Add basic CAN bus support. | Damien George |
| 2014-09-30 | stmhal: Enable patch_program in cc3k driver, with key. | Damien George |
| 2014-09-30 | stmhal: Add network and usocket module. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George |
| 2014-09-07 | stmhal: Implement generic select.select and select.poll. | Damien George |
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-16 | Put some code into the first 16K of flash | Dave Hylands |
| 2014-08-16 | stmhal: For non-debug compile, enable CC/LD opt to remove dead code. | Damien George |
| 2014-08-08 | stmhal/teensy: Use _ instead of - in source file names. | 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-07-31 | stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. | Damien George |
| 2014-07-21 | Allow DFU_UTIL to be overridden from the environment. | Dave Hylands |
| 2014-06-20 | Added hexfile target | Windel Bouwman |
| 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-05-03 | Add device ID to deploy make target for stmhal. | Craig Barnes |
| 2014-05-03 | stmhal: Change names: flash to firmware, flashboard to deploy. | Damien George |
| 2014-05-03 | stmhal: Default build directory now includes board name. | Damien George |
| 2014-05-01 | Add flashboard target to the stmhal Makefile to run dfu-util | Andrew Scheller |
| 2014-04-30 | stmhal: Reinstate CC3000 driver from old stm/ port. | Damien George |
| 2014-04-21 | stmhal: Rename USART to UART. | Damien George |
| 2014-04-21 | stmhal, SPI and I2C: Improvements to functionality and consistency. | Damien George |
| 2014-04-20 | stmhal: Add SPI class. | Damien George |
| 2014-04-18 | stmhal: Big cleanup; merge gpio into Pin; make names consistent. | Damien George |
| 2014-04-17 | build: Simplify build directory layout by putting all headers in genhdr. | Damien George |
| 2014-04-17 | Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur... | Damien George |
| 2014-04-17 | stmhal: Clean up fatality indications; remove long-obsolete malloc0.c. | Damien George |
| 2014-04-17 | stmhal: Add more math functions. | Damien George |
| 2014-04-16 | build directory can now be renamed | Andrew Scheller |
| 2014-04-16 | Auto-generate the stmhal/pybcdc_inf header file from static files | Andrew Scheller |
| 2014-04-10 | stmhal: Add stm module, which contains some constants for the MCU. | Damien George |
| 2014-04-07 | Replace some Makefile commands with variables in py/mkenv.mk | Andrew Scheller |
| 2014-04-02 | stmhal: Add timer module; move servo PWM from TIM2 to TIM5. | Damien George |
| 2014-03-30 | stmhal: Unify naming of HW config; make SD detect configurable. | Damien George |
| 2014-03-30 | stmhal: Implement selector for USB device mode; improve boot up. | Damien George |
| 2014-03-29 | stmhal: Factor out stdio and readline to separate files. | Damien George |
| 2014-03-25 | stmhal: Add I2C support; change accel driver to use new I2C. | Damien George |
| 2014-03-25 | Proper support for registering builtin modules in ROM. | Damien George |
| 2014-03-24 | stmhal - fixed up adc stuff | Dave Hylands |
| 2014-03-24 | stmhal: Add DAC driver. | Damien George |
| 2014-03-24 | stmhal: Update help function. | Damien George |