mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[python] upgrade to micropython 1.12
This commit is contained in:
committed by
LeaNumworks
parent
010fb1894f
commit
7df8c2935a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user