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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2015-07-20
qemu-arm: Enable array slice assignment to get memoryview1 test to pass.
Delio Brignoli
2015-04-04
stmhal, qemu-arm: Enable sys.maxsize attribute.
Damien George
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-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
2014-11-17
ports: Define mp_off_t.
Paul Sokolovsky
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
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-04-21
qemu-arm: more generic port name.
Ilya Dmitrichenko