Update MicroPython from 1.12 to 1.17

This commit is contained in:
Yaya.Cout
2021-12-14 18:16:49 +01:00
parent 5cbce3c116
commit 38faecda29
162 changed files with 8326 additions and 3888 deletions

View File

@@ -14,6 +14,7 @@ py_src = $(addprefix python/src/py/,\
nlrx86.c \
nlrx64.c \
nlrthumb.c \
nlraarch64.c \
nlrpowerpc.c \
nlrxtensa.c \
nlrsetjmp.c \
@@ -55,6 +56,7 @@ py_src = $(addprefix python/src/py/,\
runtime_utils.c \
scheduler.c \
nativeglue.c \
pairheap.c \
ringbuf.c \
stackctrl.c \
argcheck.c \