index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
qemu-arm
Commit message (
Expand
)
Author
Age
*
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-27
*
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-12-08
*
py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.
Damien George
2014-12-05
*
ports: Define mp_off_t.
Paul Sokolovsky
2014-11-17
*
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
2014-10-29
*
Implement kwargs for builtin open() and _io.FileIO
stijn
2014-10-21
*
py: Make compiler return a proper exception on SyntaxError.
Damien George
2014-10-05
*
py: Free non-interned strings in the parser when not needed.
Damien George
2014-09-23
*
Declare do_str() function before the implementation
Chris Dearman
2014-09-01
*
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-24
*
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-08-04
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
qemu: fix typo in readme
Ilya Dmitrichenko
2014-07-02
*
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-08
*
qemu-arm: Add port README.
Paul Sokolovsky
2014-05-30
*
Rename configuration variables controling Python features.
Damien George
2014-05-24
*
Tidy up some configuration options.
Damien George
2014-05-21
*
qemu-arm: Disable "io" module.
Paul Sokolovsky
2014-05-19
*
qemu-arm: fully integrated test suite.
Ilya Dmitrichenko
2014-05-08
*
bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...
Paul Sokolovsky
2014-05-02
*
qemu-arm: update makefile (d553be5).
Ilya Dmitrichenko
2014-04-21
*
qemu-arm: more generic port name.
Ilya Dmitrichenko
2014-04-21