| Age | Commit message (Expand) | Author |
| 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 |
| 2014-10-25 | py: Add mp_pending_exception global variable, for VM soft interrupt. | Damien George |
| 2014-10-25 | stmhal: Change USB PID when in CDC+HID mode. | Damien George |
| 2014-10-25 | stmhal: Change fresh boot.py and main.py to use \r\n newlines. | Damien George |
| 2014-10-25 | stmhal: Fill in USB class/subclass/proto for CDC+HID device. | Damien George |
| 2014-10-25 | USB CDC ACM: populate bFunction{Class,SubClass,Protocol} in the interface ass... | Felix Domke |
| 2014-10-24 | stmhal: Use stream's readinto. | Damien George |
| 2014-10-23 | stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR. | Damien George |
| 2014-10-23 | stmhal: Use OSError with POSIX error code for HAL errors. | Damien George |
| 2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
| 2014-10-22 | extmod: Add uheapq module. | Damien George |
| 2014-10-22 | Add pydfu.py to the micropython tree. Use dfu_util bgy default | Dave Hylands |
| 2014-10-22 | stmhal: Add MMA_INT/PB2 to available pins on PYBV10. | Damien George |
| 2014-10-22 | Fixed TIM2_CH1 definition. | Dave Hylands |
| 2014-10-22 | stmhal: Don't return SystemExit value from parse_compile_execute. | Damien George |
| 2014-10-22 | Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset. | Dave Hylands |
| 2014-10-22 | stmhal: Change cc3k.recv to only make 1 call to underlying recv(). | Damien George |
| 2014-10-21 | stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4 | Damien George |
| 2014-10-21 | Merge pull request #922 from swegener/for-upstream | Damien George |
| 2014-10-21 | Implement kwargs for builtin open() and _io.FileIO | stijn |
| 2014-10-21 | stmhal: Set entry point for ELF binary debugging | Sven Wegener |
| 2014-10-20 | stmhal: Add retry to SD card init. | Damien George |
| 2014-10-18 | unix, stmhal: Implement file.readinto() method. | Paul Sokolovsky |
| 2014-10-12 | moduzlib: Fix fn prototype and some code style; use it in stmhal port. | Damien George |
| 2014-10-12 | stmhal: Oops: rename mod files in Makefile. | Damien George |