| Age | Commit message (Expand) | Author |
| 2014-05-03 | stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K. | Damien George |
| 2014-04-30 | stmhal: Reinstate CC3000 driver from old stm/ port. | Damien George |
| 2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
| 2014-04-21 | stmhal: Make switch a class, to follow suit of all other modules. | Damien George |
| 2014-04-21 | stmhal: Add Timer class: simple TIM control, incl callback on IRQ. | Damien George |
| 2014-04-21 | stmhal: Rename USART to UART. | Damien George |
| 2014-04-20 | stmhal: Only init RNG if it's used. | Damien George |
| 2014-04-20 | stmhal: Tidy up and improve consistency across modules. | 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 | stmhal: Clean up fatality indications; remove long-obsolete malloc0.c. | Damien George |
| 2014-04-16 | Auto-generate the stmhal/pybcdc_inf header file from static files | Andrew Scheller |
| 2014-04-15 | Merge pull request #496 from dhylands/fix-debug-usart | Damien George |
| 2014-04-15 | Fix call to enable pyb_usart_global_debug. | Dave Hylands |
| 2014-04-15 | stmhal: Add simple README.txt to freshly-created filesystem. | Damien George |
| 2014-04-13 | stm[hal]: Init mp_sys_path and mp_sys_argv correctly. | Damien George |
| 2014-04-13 | stmhal: Update for static mod sys. | Paul Sokolovsky |
| 2014-04-09 | stmhal: Make /src/main.py just /main.py; allow SD to be used as root device. | Damien George |
| 2014-04-09 | stmhal: Add windows cdc .inf driver to flash filesystem. | Damien George |
| 2014-04-08 | Add a check for NULL nlr_top in nlr_jump. | Damien George |
| 2014-04-03 | stmhal: On soft reset, if in raw REPL mode, don't run main.py. | Damien George |
| 2014-04-02 | stmhal: Add timer module; move servo PWM from TIM2 to TIM5. | Damien George |
| 2014-03-30 | Rename rt_* to mp_*. | 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: Shuffle around some init functions in main(). | 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 | Fix netduino to build | Dave Hylands |
| 2014-03-24 | stmhal: Add DAC driver. | Damien George |
| 2014-03-24 | stmhal: Improve REPL CTRL commands. | Damien George |
| 2014-03-24 | stmhal: Update help function. | Damien George |
| 2014-03-22 | stmhal: Add intensity method for blue LED. | Damien George |
| 2014-03-22 | stmhal: Add servo driver. | Damien George |
| 2014-03-22 | stmhal: Add time module with sleep function. | Damien George |
| 2014-03-22 | stmhal: Add os module with a few basic functions. | Damien George |
| 2014-03-22 | stmhal: Add PYBv10 config; add RNG support. | Damien George |
| 2014-03-22 | stmhal: Tidy up USB CDC+MSC device some more. | Damien George |
| 2014-03-22 | stmhal: USB CDC and MSC device work together. | Damien George |
| 2014-03-21 | stmhal: Add support for USB MSC device. | Damien George |
| 2014-03-20 | stmhal: Add accelerometer driver; fix bug with LFN. | Damien George |
| 2014-03-19 | stmhal: Add lcd.c to Makefile, and init LCD in main. | Damien George |
| 2014-03-17 | stmhal: Add fatfs support, working with flash and SD card. | Damien George |
| 2014-03-17 | stmhal: Add flash write support and flash storage driver. | Damien George |
| 2014-03-17 | stmhal: Add SD card support. | Damien George |
| 2014-03-16 | stmhal - Add usart support | Dave Hylands |
| 2014-03-15 | stmhal: Get RTC working. | Damien George |
| 2014-03-15 | stmhal: Get USB CDC REPL working. | Damien George |
| 2014-03-14 | stmhal - add pin mapping, gpio, exti, usrsw | Dave Hylands |