index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-arm
Age
Commit message (
Expand
)
Author
2015-02-28
qemu-arm: Handle sys.exit() to allow skip tests in testsuite.
Paul Sokolovsky
2015-02-16
qemu-arm: Enable source line numbers, for easier debugging.
Damien George
2015-02-07
py: Protect mp_parse and mp_compile with nlr push/pop block.
Damien George
2015-01-12
qemu-arm: Enable GC and native code-gen; enable more tests.
Damien George
2015-01-09
py: Disable stack checking by default; enable on most ports.
Damien George
2015-01-09
qemu-arm: Add 'test' target to Makefile to run and verify test suite.
Damien George
2015-01-08
qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.
Damien George
2015-01-08
qemu-arm: Set stack limit in main.
Damien George
2015-01-01
qemu-arm: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
Makefiles: Support py/*.h includes per #1022.
Paul Sokolovsky
2014-12-08
modsys: Add sys.print_exception(exc, file=sys.stdout) function.
Paul Sokolovsky
2014-12-05
py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.
Damien George
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-10-29
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
stijn
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