| Age | Commit message (Expand) | Author |
| 2014-06-17 | Merge pull request #698 from dhylands/adc-fix | Damien George |
| 2014-06-17 | stmhal: Toggle LED using ODR ^= pin_mask. | Damien George |
| 2014-06-16 | Fix problem with ADC reads and multiple channels | Dave Hylands |
| 2014-06-15 | stmhal: Add Python function to set UART for REPL. | Damien George |
| 2014-06-15 | stmhal: Fix type signatures on functions that take variable args. | Damien George |
| 2014-06-15 | stmhal: Fix file print methods to use print instead of printf. | Damien George |
| 2014-06-15 | stmhal: Update and improve LCD driver. | Damien George |
| 2014-06-14 | Make __assert_func weak | mux |
| 2014-06-14 | Add __assert_func only if DEBUG=1 | mux |
| 2014-06-14 | Add __assert_func | mux |
| 2014-06-11 | stmhal, file: Seek to end of file if opened in 'a' mode. | Damien George |
| 2014-06-11 | stmhal, file: Implement a,x,+ open modes, seek and tell. | Damien George |
| 2014-06-08 | stmhal: Fix pyb.bootloader so it works for gcc-4.9.0. | Damien George |
| 2014-06-08 | Provide definition of alloca() in mpconfigport.h. | Damien George |
| 2014-06-03 | Merge branch 'master' of https://github.com/micropython/micropython | bvernoux |
| 2014-06-03 | Cleanup/removed specific stuff specific to HydraBus (except board). | bvernoux |
| 2014-06-02 | Add missing commas to stm32f4xx-af.csv | Dave Hylands |
| 2014-06-02 | micropython port for HydraBus | bvernoux |
| 2014-06-01 | stmhal: Document pyb.Accel() constructor, that it takes time to start. | Damien George |
| 2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
| 2014-05-30 | Add a comma to make the .csv look proper in github | Dave Hylands |
| 2014-05-25 | Change const byte* to const char* where sensible. | Damien George |
| 2014-05-24 | Add SystemExit exception and use it in unix/ and stmhal/ ports. | Damien George |
| 2014-05-24 | Rename configuration variables controling Python features. | Damien George |
| 2014-05-21 | Tidy up some configuration options. | Damien George |
| 2014-05-21 | py: Rename MP_OBJ_NOT_SUPPORTED to MP_OBJ_NULL. | Damien George |
| 2014-05-21 | stmhal: Stop USB before entering DFU by software. | Damien George |
| 2014-05-19 | py: Implement proper separation between io.FileIO and io.TextIOWrapper. | Paul Sokolovsky |
| 2014-05-19 | stmhal: Fix DAC documentation: need to convert float to int for buf. | Damien George |
| 2014-05-19 | stmhal: Fix write_timed function for DAC(2). | Damien George |
| 2014-05-19 | stmhal: Make pyb.bootloader take no arguments. | Damien George |
| 2014-05-18 | stmhal: Remap system flash and adjust addresses | Sven Wegener |
| 2014-05-18 | stmhal: Activate bootloader with pyb.bootloader() | Sven Wegener |
| 2014-05-11 | py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT. | Damien George |
| 2014-05-11 | stmhal: Enable frozenset. Takes 292 text bytes in ROM. | Damien George |
| 2014-05-11 | stmhal: Update CC3000 driver to newer version. | Damien George |
| 2014-05-10 | stmhal/cc3k: Remove spaces and tabs at end of lines. | Damien George |
| 2014-05-10 | tools: Move gendoc.py to tools, and make it a little more generic. | Damien George |
| 2014-05-10 | stmhal: Fix USB CDC not flushing packets when an exact multiple of 64. | Damien George |
| 2014-05-10 | stmhal: Improve handling of out-of-memory in REPL. | Damien George |
| 2014-05-10 | modsys: Enable sys.exit() per port after all. | Paul Sokolovsky |
| 2014-05-10 | stmhal: Implement draft version of sys.exit(). | Paul Sokolovsky |
| 2014-05-10 | stmhal: Fix setting of RTC: was BCD now BIN encoded. | Damien George |
| 2014-05-08 | Add gc.enable, gc.disable; remove pyb.gc. | Damien George |
| 2014-05-08 | stmhal: Add time.time() and time.localtime(). | Damien George |
| 2014-05-07 | Add input command for unix | Dave Hylands |
| 2014-05-06 | py: Add keyword arg support to enumerate constructor. | Damien George |
| 2014-05-06 | stmhal: pyb: Use gc() function as defined by standard module "gc". | Paul Sokolovsky |
| 2014-05-05 | Change references (in comments) of pyb.GPIO to be pyb.Pin | Dave Hylands |
| 2014-05-04 | stmhal: Document physical pins for SPI, I2C, UART busses. | Damien George |