Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • ch3/leds
  • ch3/time
  • dualcore
  • master
  • wip-bootstrap default
5 results
Created with Raphaël 2.2.014Jan13121110987876432131Dec302928272423222120191817161514131211109876542130Nov29282726252221191716171596543231Oct3031302926252423222120191817161513121312111098765432130Sep29282726252322211917181715131211108765432131Aug302928272627262524py, unix: Trace root pointers with native emitter under unix port.py: Make compiler not crash when default except is not last.py/showbc.c: Handle new LOAD_CONST_OBJ opcode, and opcodes with cache.py: Never intern data of large string/bytes object; add relevant tests.py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.minimal: Add simple test; build and run minimal test on Travis CI.minimal/Makefile: Remove unnecessary -I of py/ dir.minimal: Add "run" make target to run emulated build with suitable tty config.minimal: Convert "bare-arm" port to "minimal" port.minimal: New port, intended to represent minimal working code.py: Allow to compile with -Wstrict-prototypes.py: Allow to compile with -Wredundant-decls.py, unix, lib: Allow to compile with -Wold-style-definition.py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.py: Make a function static and comment out those not used.py, unix: Allow to compile with -Wdouble-promotion.qemu-arm: Disable basics/memoryerror.py test.stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.travis: grep for failure in qemu-arm output if tests fail.windows: Enable MICROPY_STACK_CHECK.qemu-arm: Enable GC and native code-gen; enable more tests.lib/mp-readline: Refactor to support coroutine/event-driven usage.teensy: Update for readline module moved to lib/.esp8266: Update for readline module moved to lib/.stmhal: Move readline code to lib/mp-readline/.py/makeqstrdata.py: Make it work again with both Python2 and Python3.py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1.py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.py: Implement fallback for equality check for all types.py: Add (commented out) code to gc_dump_alloc_table for qstr info.py/makeqstrdata.py: Add more allowed qstr characters; escape quot.py: Fix hard-coded hash for empty qstr (was 0x0000 now 0x1505).py: Add config option MICROPY_COMP_MODULE_CONST for module consts.tests: Make ffi_callback.py be able to run on uclibc and macosx.py: Fix handling of "0" mpz in some functions.stmhal: Reclaim 72 bytes of stack by factoring out flash init code.py: Make mem_info print correct remaining stack bytes.windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.
Loading