aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2014-07-14Fix teensy to build on latest tree.Dave Hylands
2014-07-13unix: file: No fsync() on Windows.Paul Sokolovsky
2014-07-13stream: Factor out mp_stream_write() method to write a memstring to stream.Paul Sokolovsky
2014-07-13unix: file: Implement .flush() method.Paul Sokolovsky
2014-07-13test: Add run-tests-exp.sh, script to run testsuite with only sh dependency.Paul Sokolovsky
2014-07-13unix: Allow to disable MICROPY_EMIT_X64 from commandline.Paul Sokolovsky
2014-07-12run-tests: Add option to write CPython's test results to .exp files.Paul Sokolovsky
2014-07-12py: Add generic helper to align a pointer.Paul Sokolovsky
2014-07-12emitbc: Fix structure field alignment issue.Paul Sokolovsky
2014-07-11Incorporate stylistic changes suggested by @dhylandsblmorris
2014-07-11Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methodsblmorris
2014-07-11moductypes: Add symbolic constants to specify bitfield position/length.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky
2014-07-07Merge branch 'dhylands-fix-sdcard-read'Damien George
2014-07-07stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.Damien George