summaryrefslogtreecommitdiff
path: root/qemu-arm
AgeCommit message (Expand)Author
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-15qemu-arm/Makefile: Include relevant sources in list for qstr extraction.Damien George
2017-06-15stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.Damien George
2017-06-06qemu-arm: Enable micropython.mem_*() functions to allow more tests.Paul Sokolovsky
2017-05-29various: Spelling fixesVille Skyttä
2017-05-26qemu-arm/Makefile: Adjust object-file lists to get correct dependencies.Damien George
2017-05-10ports: Add ilistdir in uos module.Damien George
2017-04-28qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-24py/modbuiltins: For round() builtin use nearbyint instead of round.Damien George
2017-03-23all/Makefile: Remove -ansi from GCC flags, its ignored anyway.Krzysztof Blazewicz
2017-03-14qemu-arm: Move lexer constructors to within NLR handler block.Damien George
2017-03-13qemu-arm: Add basic uos module with generic VFS capabilities.Damien George
2017-03-06py/nlr.h: Mark nlr_jump_fail as NORETURN.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
2017-01-27qemu-arm: Don't compile tests in "REPL" mode.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: Remove SRC_TEST_C from SRC_QSTR list, it's not needed.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-07-11qemu-arm: Enable gcc LTO option for nlrthumb.cDaniel Tralamazza
2016-06-28qemu-arm: Disable gcc LTO option for nlrthumb.c.Damien George
2016-06-28py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George
2016-03-15qemu-arm: Enable builtin override feature, and enable more tests.Damien George
2016-03-15qemu-arm: Reinitialise uPy heap and runtime at start of each test.Damien George
2016-01-29py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky
2016-01-11py: Change type signature of builtin funs that take variable or kw args.Damien George
2016-01-03py: Change struct and macro for builtin fun so they can be type checked.Damien George
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-24Makefiles: Remove duplicate object files when linking.Paul Sokolovsky
2015-10-19all: Make netutils.h available to all ports by default.Paul Sokolovsky
2015-10-15py: Remove dependency on printf/fwrite in mp_plat_print.Damien George
2015-10-02py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George
2015-07-20qemu-arm: Enable array slice assignment to get memoryview1 test to pass.Delio Brignoli
2015-06-22bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George
2015-04-16qemu-arm: Get compiling again with recent changes to print framework.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
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-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.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