aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-13minimal: Add "run" make target to run emulated build with suitable tty config.Paul Sokolovsky
2015-01-13minimal: Convert "bare-arm" port to "minimal" port.Paul Sokolovsky
2015-01-13minimal: New port, intended to represent minimal working code.Paul Sokolovsky
2015-01-12py: Allow to compile with -Wstrict-prototypes.Damien George
2015-01-12py: Allow to compile with -Wredundant-decls.Damien George
2015-01-12py, unix, lib: Allow to compile with -Wold-style-definition.Damien George
2015-01-12py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.Damien George
2015-01-12py: Make a function static and comment out those not used.Damien George
2015-01-12py, unix: Allow to compile with -Wdouble-promotion.Damien George
2015-01-12qemu-arm: Disable basics/memoryerror.py test.Damien George
2015-01-12stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.Damien George
2015-01-12travis: grep for failure in qemu-arm output if tests fail.Damien George
2015-01-12windows: Enable MICROPY_STACK_CHECK.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-12lib/mp-readline: Refactor to support coroutine/event-driven usage.Paul Sokolovsky
2015-01-12teensy: Update for readline module moved to lib/.Paul Sokolovsky
2015-01-12esp8266: Update for readline module moved to lib/.Paul Sokolovsky
2015-01-12stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky
2015-01-11py/makeqstrdata.py: Make it work again with both Python2 and Python3.Damien George
2015-01-11py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1.Damien George
2015-01-11py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.Damien George
2015-01-11py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.Damien George
2015-01-11py: Implement fallback for equality check for all types.Damien George
2015-01-11py: Add (commented out) code to gc_dump_alloc_table for qstr info.Damien George
2015-01-11py/makeqstrdata.py: Add more allowed qstr characters; escape quot.Damien George
2015-01-11py: Fix hard-coded hash for empty qstr (was 0x0000 now 0x1505).Damien George
2015-01-10py: Add config option MICROPY_COMP_MODULE_CONST for module consts.Damien George
2015-01-10tests: Make ffi_callback.py be able to run on uclibc and macosx.Paul Sokolovsky
2015-01-09py: Fix handling of "0" mpz in some functions.Damien George
2015-01-09stmhal: Reclaim 72 bytes of stack by factoring out flash init code.Damien George
2015-01-09py: Make mem_info print correct remaining stack bytes.Damien George
2015-01-09windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.Damien George
2015-01-09py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.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
2015-01-08docs: Add note about maximum frequency of busses.Damien George
2015-01-08qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.Damien George
2015-01-08qemu-arm: Set stack limit in main.Damien George
2015-01-08stmhal: Allow to build without float support if wanted.Damien George
2015-01-08tests: Add test for when instance member overrides class member.Damien George
2015-01-08py: Fix nlr mp_state_ctx symbol error for Mac.Damien George
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George
2015-01-08unix: Allow to compile with float support disabled.Damien George
2015-01-08Remove obsolete bss-related code/build featuresstijn
2015-01-07stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without itDamien George
2015-01-07drivers/cc3000: Fix call to extint_register.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2015-01-08docs: Add initial "uctypes" modules docs. WIP.Paul Sokolovsky
2015-01-07py: Add option to cache map lookup results in bytecode.Damien George
2015-01-07py: Put all global state together in state structures.Damien George