| Age | Commit message (Expand) | Author |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-12-29 | py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. | Damien George |
| 2014-12-27 | stmhal: Add ability to mount custom block device. | Damien George |
| 2014-12-27 | stmhal: Upgrade to latest fatfs driver. | Damien George |
| 2014-12-27 | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky |
| 2014-12-24 | stmhal: Enable ubinascii module, weak link to binascii. | Damien George |
| 2014-12-21 | stmhal: gccollect.h is superfluous in many places. | Paul Sokolovsky |
| 2014-12-21 | stmhal: Use gc_dump_info() function instead of adhoc code. | Paul Sokolovsky |
| 2014-12-20 | stmhal: Include MICROPY_HAL_H only if defined. | Paul Sokolovsky |
| 2014-12-19 | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |
| 2014-12-09 | py: Allow builtins to be overridden. | Damien George |
| 2014-12-08 | stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs. | Damien George |
| 2014-12-08 | stmhal: Enhance pyb.freq to configure bus (AHB, APB1, APB2) freqs. | Damien George |
| 2014-12-08 | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky |
| 2014-12-07 | stmhal: Allow network, uselect, usocket mods to be used by other ports. | Damien George |
| 2014-12-06 | stmhal: Make SPI bus use DMA for transfers. | Damien George |
| 2014-12-05 | py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. | Damien George |
| 2014-12-05 | py: Optimise lexer by exposing lexer type. | Damien George |
| 2014-12-04 | stmhal: Overhaul network drivers; has generic network protocol in C. | Damien George |
| 2014-12-02 | stmhal: Move RTC HAL init functions to rtc.c, where they belong. | Damien George |
| 2014-11-30 | stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise. | Damien George |
| 2014-11-29 | stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C. | Damien George |
| 2014-11-29 | Use MP_DEFINE_CONST_DICT macro to define module dicts. | Damien George |
| 2014-11-27 | stmhal: Enable uhashlib module; add heapq, hashlib weak links. | Damien George |
| 2014-11-27 | stmhal: Remove unnecessary HAL_Delay in readline loop. | Damien George |
| 2014-11-27 | stmhal: Reduce coupling between USB driver and readline. | Damien George |
| 2014-11-26 | Adding CAN filter management | Henrik Sölver |
| 2014-11-25 | stmhal: Enable DAC on STM32F4DISC. | Damien George |
| 2014-11-16 | py: Make stream seek correctly check for ioctl fn; add seek for textio. | Damien George |
| 2014-11-17 | stmhal: Switch to file.seek() implementation using stream ioctl. | Paul Sokolovsky |
| 2014-11-17 | stream: Convert .ioctl() to take fixed number of args. | Paul Sokolovsky |
| 2014-11-15 | stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args. | Damien George |
| 2014-11-15 | stmhal: Fix HAL error raising; make test for it. | Damien George |
| 2014-11-05 | stmhal: Declare variables extern in include files | Sven Wegener |
| 2014-11-05 | py: Fix some macros defines; cleanup some includes. | Damien George |
| 2014-11-02 | stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB). | Damien George |
| 2014-10-31 | stmhal: Fix UART so bits counts number of data bits, not incl parity. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-10-31 | stmhal: Update some inlined docs for network and CAN. | Damien George |
| 2014-10-31 | stmhal: Implement support for RTS/CTS hardware flow control in UART. | Damien George |
| 2014-10-31 | stmhal: Add ioctl to USB_VCP object, so it works with select. | Damien George |
| 2014-10-30 | stmhal: Improve CAN print function. | Damien George |
| 2014-10-30 | stmhal: Added support for extended CAN frames. | Henrik Sölver |
| 2014-10-30 | stmhal: Fix ptr arith in CC3000 code; enable network build in travis. | Damien George |
| 2014-10-29 | Fix errors after enabling -Wpointer-arith | stijn |
| 2014-10-29 | Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* | stijn |
| 2014-10-26 | stmhal: Allow DAC object to be initialised from a pin. | Damien George |
| 2014-10-26 | stmhal: Improve REPL control codes; improve pyboard.py script. | Damien George |
| 2014-10-26 | stmhal: Change SPI phase spec to 0,1 to match standard conventions. | Damien George |