aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-15Initial commit of Myriad2 board-specific configuration filesblmorris
2014-07-15Merge https://github.com/micropython/micropythonblmorris
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
2014-07-06Disable IRQs around sdcard reads.Dave Hylands
2014-07-05binary: Factor out mp_binary_set_int().Paul Sokolovsky
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-07-05py: Automatically ake __new__ a staticmethod.Damien George
2014-07-03py: Implement sys.maxsize, standard way to check platform "bitness".Paul Sokolovsky
2014-07-03parser: Convert (u)int to mp_(u)int_t.Damien George
2014-07-03lexer: Convert type (u)int to mp_(u)int_t.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-03Merge pull request #739 from errordeveloper/patch-1Damien George
2014-07-02qemu: fix typo in readmeIlya Dmitrichenko
2014-07-02Merge branch 'dhylands-add-timer-deinit'Damien George
2014-07-02stmhal: Some reordering of code/functions.Damien George
2014-07-02Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...Damien George
2014-07-02Merge pull request #709 from windelbouwman/masterDamien George
2014-07-02Merge branch 'dhylands-teensy-new'Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-07-01Merge branch 'dhylands-preserve-except'Damien George
2014-07-01py, objexcept: Only check for locked gc if gc is enabled.Damien George
2014-07-01Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylan...Damien George
2014-07-01Merge pull request #734 from iabdalkader/copysignDamien George
2014-06-30Try not to cause a MemoryError when raising an exception during nterrupt hand...Dave Hylands
2014-07-01stackctrl: Add "mp_" prefix.Paul Sokolovsky
2014-07-01modffi: Add special 'C' code for passing a callback function pointer.Paul Sokolovsky
2014-06-30Add timer_deinit and call it just before doing a soft-restartDave Hylands
2014-06-30Add copysignfmux
2014-06-30Merge pull request #710 from iabdalkader/assertDamien George
2014-06-30py: Improvements to native emitter.Damien George
2014-06-29stmhal: pyb.adc: Clarify that buffer with elements of any size can be used.Paul Sokolovsky
2014-06-29Merge pull request #730 from stinos/windows-mpconfigPaul Sokolovsky
2014-06-29gendoc.py: Support modules w/o functions and/or classes.Paul Sokolovsky
2014-06-29modffi: Support short types.Paul Sokolovsky
2014-06-29windows: Sync mpconfigport.h with the unix' versionstijn
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-28py: Make unichar_charlen() accept/return machine_uint_t.Paul Sokolovsky