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-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-31
stmhal, accel: Increase start-up times to 30ms; add extra 30ms delay.
Damien George
2014-07-31
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Damien George
2014-07-31
py: Add mp_obj_str_builder_end_with_len.
Damien George
2014-07-30
py: Change lexer stream API to return bytes not chars.
Damien George
2014-07-29
Merge pull request #738 from dhylands/except-args
Damien George
2014-07-28
py: Implement __file__ attribute for modules.
Paul Sokolovsky
2014-07-28
py: Make id() return small int for the most common address space mapping.
Paul Sokolovsky
2014-07-27
py: Change stream protocol API: fns return uint; is_text for text.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-24
Merge pull request #771 from dhylands/gitignore-GNUmakefile
Damien George
2014-07-24
py: Make long ints hashable.
Damien George
2014-07-24
Add GNUmakefile to the .gitignore file.
Dave Hylands
2014-07-23
streams: Treat non-error output size as unsigned.
Paul Sokolovsky
2014-07-23
stream: Revert to checking for the correct error value.
Paul Sokolovsky
2014-07-22
Merge pull request #766 from dhylands/allow-dfu-override
Damien George
2014-07-22
Merge pull request #746 from blmorris/master
Damien George
2014-07-22
Merge pull request #767 from dhylands/fix-short-read
Damien George
2014-07-21
remove Myriad2 board config files from master
blmorris
2014-07-21
Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit...
blmorris
2014-07-21
Deal with reading a buffer less than what was allocated.
Dave Hylands
2014-07-21
Allow DFU_UTIL to be overridden from the environment.
Dave Hylands
2014-07-22
tests: Add testcase for read by length past EOF.
Paul Sokolovsky
2014-07-21
Merge https://github.com/blmorris/micropython into Myriad2
blmorris
2014-07-21
Merge https://github.com/micropython/micropython
blmorris
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-18
Merge https://github.com/micropython/micropython
blmorris
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-15
Initial commit of Myriad2 board-specific configuration files
blmorris
2014-07-15
Merge https://github.com/micropython/micropython
blmorris
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
[next]