summaryrefslogtreecommitdiffstatshomepage
path: root/qemu-arm
Commit message (Expand)AuthorAge
* qemu-arm: Enable software floating point support, and float tests.Damien George2016-11-03
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* qemu-arm: Remove SRC_TEST_C from SRC_QSTR list, it's not needed.Damien George2016-10-14
* qemu-arm: Enable lots of extmods and enable tests for them.Damien George2016-10-14
* py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli2016-09-05
* qemu-arm: Enable MICROPY_PY_ALL_SPECIAL_METHODS.Damien George2016-08-17
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* qemu-arm: Enable gcc LTO option for nlrthumb.cDaniel Tralamazza2016-07-11
* qemu-arm: Disable gcc LTO option for nlrthumb.c.Damien George2016-06-28
* py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George2016-06-28
* qemu-arm: Enable builtin override feature, and enable more tests.Damien George2016-03-15
* qemu-arm: Reinitialise uPy heap and runtime at start of each test.Damien George2016-03-15
* py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky2016-01-29
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* py: Change struct and macro for builtin fun so they can be type checked.Damien George2016-01-03
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* Makefiles: Remove duplicate object files when linking.Paul Sokolovsky2015-10-24
* all: Make netutils.h available to all ports by default.Paul Sokolovsky2015-10-19
* py: Remove dependency on printf/fwrite in mp_plat_print.Damien George2015-10-15
* py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George2015-10-02
* qemu-arm: Enable array slice assignment to get memoryview1 test to pass.Delio Brignoli2015-07-20
* bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George2015-06-22
* qemu-arm: Get compiling again with recent changes to print framework.Damien George2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* stmhal, qemu-arm: Enable sys.maxsize attribute.Damien George2015-04-04
* qemu-arm: Handle sys.exit() to allow skip tests in testsuite.Paul Sokolovsky2015-02-28
* qemu-arm: Enable source line numbers, for easier debugging.Damien George2015-02-16
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* qemu-arm: Enable GC and native code-gen; enable more tests.Damien George2015-01-12
* py: Disable stack checking by default; enable on most ports.Damien George2015-01-09
* qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George2015-01-09
* qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.Damien George2015-01-08
* qemu-arm: Set stack limit in main.Damien George2015-01-08
* qemu-arm: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky2014-12-27
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* py: Fix printing of size_t entity; fix qemu-arm for changes to lexer.Damien George2014-12-05
* ports: Define mp_off_t.Paul Sokolovsky2014-11-17
* Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn2014-10-29
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* py: Free non-interned strings in the parser when not needed.Damien George2014-09-23
* Declare do_str() function before the implementationChris Dearman2014-09-01
* py: Fix bug where GC collected native/viper/asm function data.Damien George2014-08-24
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* qemu: fix typo in readmeIlya Dmitrichenko2014-07-02
* Provide definition of alloca() in mpconfigport.h.Damien George2014-06-08
* qemu-arm: Add port README.Paul Sokolovsky2014-05-30
* Rename configuration variables controling Python features.Damien George2014-05-24