summaryrefslogtreecommitdiff
path: root/qemu-arm/mpconfigport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-06qemu-arm: Enable micropython.mem_*() functions to allow more tests.Paul Sokolovsky
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-13qemu-arm: Add basic uos module with generic VFS capabilities.Damien George
2017-03-02qemu-arm: Enable machine module and associated tests.Damien George
2017-02-03qemu-arm/mpconfigport.h: Enable MICROPY_PY_BUILTINS_POW3 option.Damien George
2016-11-03qemu-arm: Enable software floating point support, and float tests.Damien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-14qemu-arm: Enable lots of extmods and enable tests for them.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-08-17qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-03-15qemu-arm: Enable builtin override feature, and enable more tests.Damien George
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-07-20qemu-arm: Enable array slice assignment to get memoryview1 test to pass.Delio Brignoli
2015-04-04stmhal, qemu-arm: Enable sys.maxsize attribute.Damien George
2015-02-28qemu-arm: Handle sys.exit() to allow skip tests in testsuite.Paul Sokolovsky
2015-02-16qemu-arm: Enable source line numbers, for easier debugging.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-09qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-19qemu-arm: Disable "io" module.Paul Sokolovsky
2014-04-21qemu-arm: more generic port name.Ilya Dmitrichenko