[python] upgrade to micropython 1.12

This commit is contained in:
Émilie Feral
2020-04-06 14:57:17 +02:00
committed by LeaNumworks
parent 010fb1894f
commit 7df8c2935a
83 changed files with 3516 additions and 1284 deletions

View File

@@ -13,6 +13,7 @@ py_src = $(addprefix python/src/py/,\
nlrx86.c \
nlrx64.c \
nlrthumb.c \
nlrpowerpc.c \
nlrxtensa.c \
nlrsetjmp.c \
malloc.c \
@@ -43,6 +44,7 @@ py_src = $(addprefix python/src/py/,\
asmxtensa.c \
emitnxtensa.c \
emitinlinextensa.c \
emitnxtensawin.c \
formatfloat.c \
parsenumbase.c \
parsenum.c \
@@ -52,9 +54,11 @@ py_src = $(addprefix python/src/py/,\
runtime_utils.c \
scheduler.c \
nativeglue.c \
ringbuf.c \
stackctrl.c \
argcheck.c \
warning.c \
profile.c \
map.c \
obj.c \
objarray.c \