index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-07-20
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Damien George
2014-07-20
stmhal: Change calls to pfenv_printf to pfenv_vprintf.
Damien George
2014-07-19
py: Make print() accept "file" argument, and actually print to stream.
Paul Sokolovsky
2014-07-19
Merge pull request #757 from stinos/windows-fsync
Damien George
2014-07-19
Merge pull request #759 from micropython/unicode-read-chars
Damien George
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-19
stmhal: Add file.flush and os.stat.
Damien George
2014-07-17
py: Remove unnecessary argument in bytearray print.
Damien George
2014-07-17
formatfloat.c: Typo fix in comment.
Paul Sokolovsky
2014-07-17
py, inline asm: Change "and" op name to "and_" to avoid keyword clash.
Damien George
2014-07-17
Merge pull request #755 from dhylands/teensy-core
Damien George
2014-07-17
Merge pull request #754 from dhylands/fix-teensy
Damien George
2014-07-16
Add fsync for windows, i.e. _commit. See dce8876
stijn
2014-07-14
Add core files and use same toolchain as stmhal
Dave Hylands
2014-07-14
Fix teensy to build on latest tree.
Dave Hylands
2014-07-13
unix: file: No fsync() on Windows.
Paul Sokolovsky
2014-07-13
stream: Factor out mp_stream_write() method to write a memstring to stream.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-07-13
test: Add run-tests-exp.sh, script to run testsuite with only sh dependency.
Paul Sokolovsky
2014-07-13
unix: Allow to disable MICROPY_EMIT_X64 from commandline.
Paul Sokolovsky
2014-07-12
run-tests: Add option to write CPython's test results to .exp files.
Paul Sokolovsky
2014-07-12
py: Add generic helper to align a pointer.
Paul Sokolovsky
2014-07-12
emitbc: Fix structure field alignment issue.
Paul Sokolovsky
2014-07-11
moductypes: Add symbolic constants to specify bitfield position/length.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-07
Merge branch 'dhylands-fix-sdcard-read'
Damien George
2014-07-07
stmhal: Protect SD_WriteBlocks by IRQ disable/enable pair.
Damien George
2014-07-06
Disable IRQs around sdcard reads.
Dave Hylands
2014-07-05
binary: Factor out mp_binary_set_int().
Paul Sokolovsky
2014-07-05
tests: Rename test scripts, changing - to _ for consistency.
Damien George
2014-07-05
py: Automatically ake __new__ a staticmethod.
Damien George
2014-07-03
py: Implement sys.maxsize, standard way to check platform "bitness".
Paul Sokolovsky
2014-07-03
parser: Convert (u)int to mp_(u)int_t.
Damien George
2014-07-03
lexer: Convert type (u)int to mp_(u)int_t.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
Merge pull request #739 from errordeveloper/patch-1
Damien George
2014-07-02
qemu: fix typo in readme
Ilya Dmitrichenko
2014-07-02
Merge branch 'dhylands-add-timer-deinit'
Damien George
2014-07-02
stmhal: Some reordering of code/functions.
Damien George
2014-07-02
Merge branch 'add-timer-deinit' of github.com:dhylands/micropython into dhyla...
Damien George
2014-07-02
Merge pull request #709 from windelbouwman/master
Damien George
2014-07-02
Merge branch 'dhylands-teensy-new'
Damien George
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-07-01
Merge branch 'dhylands-preserve-except'
Damien George
2014-07-01
py, objexcept: Only check for locked gc if gc is enabled.
Damien George
2014-07-01
Merge branch 'preserve-except' of github.com:dhylands/micropython into dhylan...
Damien George
2014-07-01
Merge pull request #734 from iabdalkader/copysign
Damien George
2014-06-30
Try not to cause a MemoryError when raising an exception during nterrupt hand...
Dave Hylands
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-07-01
modffi: Add special 'C' code for passing a callback function pointer.
Paul Sokolovsky
[next]