Commits
User selector
Commit History
Commits on Jul 6, 2020
Commits on Feb 24, 2018
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
Show description for c0bcf00committed
Commits on Aug 23, 2017
py/asmthumb: Use existing macro to properly clear the D-cache.
Show description for f9ecaa1committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on May 29, 2017
- committed
Commits on Dec 9, 2016
py/asm: Remove need for dummy_data when doing initial assembler passes.
Show description for 155fdc7committed
Commits on Nov 29, 2016
Commits on Nov 27, 2016
py: Factor out common code from assemblers into asmbase.[ch].
Show description for 6125995committed
Commits on Sep 9, 2016
py/asmthumb: Flush D-cache, and invalidate I-cache on STM32F7.
Show description for f3b19efauthored andcommitted
Commits on Nov 9, 2015
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Mar 2, 2015
py: In inline assembler, fix branch out-of-range error reporting.
Show description for 67c5f89committedpy: For inline assembler, add bcc_n and bcc_w ops.
Show description for 9f142f0committed
Commits on Feb 25, 2015
py: Make inline assembler raise exception when branch not in range.
Show description for 5345743committed
Commits on Feb 24, 2015
Commits on Feb 16, 2015
Commits on Feb 15, 2015
py: Fix loading of immediate pointer in Thumb assembler.
Show description for d1c3788committed
Commits on Jan 14, 2015
py: Allocate memory for assembled code at start of PASS_EMIT.
Show description for d9dc6ffcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Sep 29, 2014
Commits on Sep 3, 2014
Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FREE_EXEC macros
Show description for b7235b8committed
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 16, 2014
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 May 10, 2014
py, emitters: Fix dummy_data size for bytecode and thumb.
Show description for 9597771committed
Commits on May 7, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 21, 2014
Commits on Apr 18, 2014
Commits on Apr 12, 2014
py: Big improvements to inline assembler.
Show description for 8721087committed- committed
Commits on Apr 10, 2014
py: Make labels unsigned ints (converted from int).
Show description for 6f355fdcommitted