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
path:
root
/
qemu-arm
Age
Commit message (
Expand
)
Author
2014-10-21
Implement kwargs for builtin open() and _io.FileIO
stijn
2014-10-05
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-09-23
py: Free non-interned strings in the parser when not needed.
Damien George
2014-09-01
Declare do_str() function before the implementation
Chris Dearman
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-02
qemu: fix typo in readme
Ilya Dmitrichenko
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-05-30
qemu-arm: Add port README.
Paul Sokolovsky
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-19
qemu-arm: Disable "io" module.
Paul Sokolovsky
2014-05-08
qemu-arm: fully integrated test suite.
Ilya Dmitrichenko
2014-05-02
bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...
Paul Sokolovsky
2014-04-21
qemu-arm: update makefile (d553be5).
Ilya Dmitrichenko
2014-04-21
qemu-arm: more generic port name.
Ilya Dmitrichenko