Commits
User selector
Commit History
Commits on Apr 18, 2016
Commits on Mar 7, 2016
- authored andcommitted
Commits on Feb 25, 2016
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Show description for ea23520committed
Commits on Jan 27, 2016
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Show description for 8f54c08committed
Commits on Jan 13, 2016
Commits on Jan 8, 2016
py/emitglue: Add more feature flags to .mpy persistent bytecode output.
Show description for 1404d62committed
Commits on Dec 18, 2015
Commits on Nov 29, 2015
Commits on Nov 23, 2015
- committed
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Show description for 39a8debcommitted
Commits on Nov 21, 2015
py/emitglue: Host definition of mp_verbose_flag.
Show description for 295ea12committed
Commits on Nov 20, 2015
- committed
py/emitglue: Only compile raw-code fatfs loader when on thumb2 platform.
Show description for f148727committed
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Show description for d8c834ccommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Jan 24, 2015
py: Don't use anonymous unions, name them instead.
Show description for 32444b7committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 14, 2015
py: Add "default" to switches to allow better code flow analysis.
Show description for d2d64f0committed
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Oct 26, 2014
unix: Make -v dump memory info at exit.
Show description for 429e3f0authored andcommitted
Commits on Oct 25, 2014
py: Store bytecode arg names in bytecode (were in own array).
Show description for 1084b0fcommitted
Commits on Oct 24, 2014
py: Fix debug-printing of bytecode line numbers.
Show description for 564963acommitted
Commits on Aug 26, 2014
py: Fix line number printing for file with 1 line.
Show description for b427d6acommitted
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 15, 2014
py: Allow viper to have type annotations.
Show description for 2ac4af6committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 21, 2014
py: Include mpconfig.h before all other includes.
Show description for 59c675acommitted
Commits on Jun 7, 2014
py: Implement default keyword only args.
Show description for f0778a7committed
Commits on Jun 2, 2014
Commits on May 12, 2014
py: Remove emit_glue init and deinit. Needed only for debugging.
Show description for 915197acommitted