aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-02Fix teensy to work with the latest tree.Dave Hylands
2014-08-01Merge pull request #781 from dhylands/fix-discDamien George
2014-08-01Fix modos.c to compile for the STM32F4Discovery board (which doesn't have an ...Dave Hylands
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-31README: Add USB VID/PID to dfu-util command.Damien George
2014-07-31py: Improve encoding scheme for line-number to bytecode map.Damien George
2014-07-31Merge branch 'master' of https://github.com/micropython/micropythonDamien George
2014-07-31py: Improve handling of long-int overflow.Damien George
2014-07-31py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George
2014-07-31stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-07-31py: Add mp_obj_str_builder_end_with_len.Damien George
2014-07-30py: Change lexer stream API to return bytes not chars.Damien George
2014-07-29Merge pull request #738 from dhylands/except-argsDamien George
2014-07-28py: Implement __file__ attribute for modules.Paul Sokolovsky
2014-07-28py: Make id() return small int for the most common address space mapping.Paul Sokolovsky
2014-07-27py: Change stream protocol API: fns return uint; is_text for text.Damien George
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-24Merge pull request #771 from dhylands/gitignore-GNUmakefileDamien George
2014-07-24py: Make long ints hashable.Damien George
2014-07-24Add GNUmakefile to the .gitignore file.Dave Hylands
2014-07-23streams: Treat non-error output size as unsigned.Paul Sokolovsky
2014-07-23stream: Revert to checking for the correct error value.Paul Sokolovsky
2014-07-22Merge pull request #766 from dhylands/allow-dfu-overrideDamien George
2014-07-22Merge pull request #746 from blmorris/masterDamien George
2014-07-22Merge pull request #767 from dhylands/fix-short-readDamien George
2014-07-21remove Myriad2 board config files from masterblmorris
2014-07-21Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit...blmorris
2014-07-21Deal with reading a buffer less than what was allocated.Dave Hylands
2014-07-21Allow DFU_UTIL to be overridden from the environment.Dave Hylands
2014-07-22tests: Add testcase for read by length past EOF.Paul Sokolovsky
2014-07-21Merge https://github.com/blmorris/micropython into Myriad2blmorris
2014-07-21Merge https://github.com/micropython/micropythonblmorris
2014-07-20stmhal: Fix REPL printing by cooking output sent to stdout_obj.Damien George
2014-07-20stmhal: Change calls to pfenv_printf to pfenv_vprintf.Damien George
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky
2014-07-19Merge pull request #757 from stinos/windows-fsyncDamien George
2014-07-19Merge pull request #759 from micropython/unicode-read-charsDamien George
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-19stmhal: Add file.flush and os.stat.Damien George
2014-07-18Merge https://github.com/micropython/micropythonblmorris
2014-07-17py: Remove unnecessary argument in bytearray print.Damien George
2014-07-17formatfloat.c: Typo fix in comment.Paul Sokolovsky
2014-07-17py, inline asm: Change "and" op name to "and_" to avoid keyword clash.Damien George
2014-07-17Merge pull request #755 from dhylands/teensy-coreDamien George
2014-07-17Merge pull request #754 from dhylands/fix-teensyDamien George
2014-07-16Add fsync for windows, i.e. _commit. See dce8876stijn
2014-07-15Initial commit of Myriad2 board-specific configuration filesblmorris
2014-07-15Merge https://github.com/micropython/micropythonblmorris
2014-07-14Add core files and use same toolchain as stmhalDave Hylands