.. |
argcheck.c
|
…
|
|
asmarm.c
|
…
|
|
asmarm.h
|
…
|
|
asmbase.c
|
…
|
|
asmbase.h
|
…
|
|
asmthumb.c
|
…
|
|
asmthumb.h
|
…
|
|
asmx64.c
|
…
|
|
asmx64.h
|
…
|
|
asmx86.c
|
…
|
|
asmx86.h
|
…
|
|
asmxtensa.c
|
…
|
|
asmxtensa.h
|
…
|
|
bc.c
|
…
|
|
bc.h
|
…
|
|
bc0.h
|
…
|
|
binary.c
|
…
|
|
binary.h
|
…
|
|
builtin.h
|
…
|
|
builtinevex.c
|
…
|
|
builtinhelp.c
|
…
|
|
builtinimport.c
|
…
|
|
compile.c
|
…
|
|
compile.h
|
…
|
|
dynruntime.h
|
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
|
2023-09-01 16:14:22 +10:00 |
dynruntime.mk
|
…
|
|
emit.h
|
…
|
|
emitbc.c
|
…
|
|
emitcommon.c
|
…
|
|
emitglue.c
|
py: Change ifdef DEBUG_PRINT to if DEBUG_PRINT.
|
2023-09-29 13:04:38 +10:00 |
emitglue.h
|
…
|
|
emitinlinethumb.c
|
…
|
|
emitinlinextensa.c
|
…
|
|
emitnarm.c
|
…
|
|
emitnative.c
|
py: Change ifdef DEBUG_PRINT to if DEBUG_PRINT.
|
2023-09-29 13:04:38 +10:00 |
emitnthumb.c
|
…
|
|
emitnx64.c
|
…
|
|
emitnx86.c
|
…
|
|
emitnxtensa.c
|
…
|
|
emitnxtensawin.c
|
…
|
|
formatfloat.c
|
all: Fix various spelling mistakes found by codespell 2.2.6.
|
2023-10-03 11:24:50 +11:00 |
formatfloat.h
|
…
|
|
frozenmod.c
|
…
|
|
frozenmod.h
|
…
|
|
gc.c
|
py/gc: Add "max new split" value in result of gc.mem_free().
|
2023-09-15 12:19:13 +10:00 |
gc.h
|
py/gc: Add "max new split" value in result of gc.mem_free().
|
2023-09-15 12:19:13 +10:00 |
grammar.h
|
…
|
|
lexer.c
|
py/lexer: Add missing initialisation for fstring_args_idx.
|
2023-09-29 13:58:26 +10:00 |
lexer.h
|
…
|
|
make_root_pointers.py
|
…
|
|
makecompresseddata.py
|
…
|
|
makemoduledefs.py
|
…
|
|
makeqstrdata.py
|
…
|
|
makeqstrdefs.py
|
…
|
|
makeversionhdr.py
|
…
|
|
malloc.c
|
py/malloc: Fix DEBUG_print() args in m_realloc_maybe.
|
2023-09-04 10:26:09 +10:00 |
map.c
|
…
|
|
misc.h
|
…
|
|
mkenv.mk
|
cc3200/Makefile: Build firmware.zip.
|
2023-08-24 15:44:20 +10:00 |
mkrules.cmake
|
all: Remove query-variants make target.
|
2023-08-15 17:37:44 +10:00 |
mkrules.mk
|
all: Fix various spelling mistakes found by codespell 2.2.6.
|
2023-10-03 11:24:50 +11:00 |
modarray.c
|
…
|
|
modbuiltins.c
|
…
|
|
modcmath.c
|
…
|
|
modcollections.c
|
…
|
|
moderrno.c
|
…
|
|
modgc.c
|
py/gc: Add "max new split" value in result of gc.mem_free().
|
2023-09-15 12:19:13 +10:00 |
modio.c
|
…
|
|
modmath.c
|
…
|
|
modmicropython.c
|
…
|
|
modstruct.c
|
py/modstruct: Support pad bytes in struct format.
|
2023-09-01 14:50:49 +10:00 |
modsys.c
|
…
|
|
modthread.c
|
py/modthread: Return thread id from start_new_thread().
|
2023-09-03 18:49:18 +10:00 |
mpconfig.h
|
all: Fix various spelling mistakes found by codespell 2.2.6.
|
2023-10-03 11:24:50 +11:00 |
mperrno.h
|
…
|
|
mphal.h
|
…
|
|
mpprint.c
|
…
|
|
mpprint.h
|
…
|
|
mpstate.c
|
…
|
|
mpstate.h
|
py/gc: Speed up incremental GC cycles by tracking the last used block.
|
2023-08-04 17:25:16 +10:00 |
mpthread.h
|
py/modthread: Return thread id from start_new_thread().
|
2023-09-03 18:49:18 +10:00 |
mpz.c
|
…
|
|
mpz.h
|
…
|
|
nativeglue.c
|
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
|
2023-09-01 16:14:22 +10:00 |
nativeglue.h
|
…
|
|
nlr.c
|
…
|
|
nlr.h
|
…
|
|
nlraarch64.c
|
…
|
|
nlrmips.c
|
…
|
|
nlrpowerpc.c
|
…
|
|
nlrsetjmp.c
|
…
|
|
nlrthumb.c
|
…
|
|
nlrx64.c
|
py/nlrx64: Mark nlr_push() as naked function when possible.
|
2023-09-20 11:48:36 +10:00 |
nlrx86.c
|
…
|
|
nlrxtensa.c
|
…
|
|
obj.c
|
all: Fix various spelling mistakes found by codespell 2.2.6.
|
2023-10-03 11:24:50 +11:00 |
obj.h
|
…
|
|
objarray.c
|
…
|
|
objarray.h
|
…
|
|
objattrtuple.c
|
…
|
|
objbool.c
|
…
|
|
objboundmeth.c
|
…
|
|
objcell.c
|
…
|
|
objclosure.c
|
…
|
|
objcomplex.c
|
…
|
|
objdeque.c
|
…
|
|
objdict.c
|
…
|
|
objenumerate.c
|
…
|
|
objexcept.c
|
…
|
|
objexcept.h
|
…
|
|
objfilter.c
|
…
|
|
objfloat.c
|
…
|
|
objfun.c
|
…
|
|
objfun.h
|
…
|
|
objgenerator.c
|
…
|
|
objgenerator.h
|
…
|
|
objgetitemiter.c
|
…
|
|
objint.c
|
…
|
|
objint.h
|
…
|
|
objint_longlong.c
|
…
|
|
objint_mpz.c
|
…
|
|
objlist.c
|
…
|
|
objlist.h
|
…
|
|
objmap.c
|
…
|
|
objmodule.c
|
…
|
|
objmodule.h
|
…
|
|
objnamedtuple.c
|
…
|
|
objnamedtuple.h
|
…
|
|
objnone.c
|
…
|
|
objobject.c
|
…
|
|
objpolyiter.c
|
…
|
|
objproperty.c
|
…
|
|
objrange.c
|
…
|
|
objreversed.c
|
…
|
|
objset.c
|
…
|
|
objsingleton.c
|
…
|
|
objslice.c
|
…
|
|
objstr.c
|
py/objstr: Fix `str % {}` edge case.
|
2023-09-01 14:31:57 +10:00 |
objstr.h
|
…
|
|
objstringio.c
|
…
|
|
objstringio.h
|
…
|
|
objstrunicode.c
|
…
|
|
objtuple.c
|
…
|
|
objtuple.h
|
…
|
|
objtype.c
|
…
|
|
objtype.h
|
…
|
|
objzip.c
|
…
|
|
opmethods.c
|
…
|
|
pairheap.c
|
…
|
|
pairheap.h
|
…
|
|
parse.c
|
py/parse: Always free lexer even if an exception is raised.
|
2023-09-14 13:03:31 +10:00 |
parse.h
|
…
|
|
parsenum.c
|
…
|
|
parsenum.h
|
…
|
|
parsenumbase.c
|
…
|
|
parsenumbase.h
|
…
|
|
persistentcode.c
|
py/persistentcode: Always close reader even if an exception is raised.
|
2023-09-14 13:03:31 +10:00 |
persistentcode.h
|
…
|
|
profile.c
|
py/profile: Remove the requirement to disable MICROPY_COMP_CONST.
|
2023-08-30 10:58:04 +10:00 |
profile.h
|
…
|
|
py.cmake
|
…
|
|
py.mk
|
…
|
|
pystack.c
|
…
|
|
pystack.h
|
…
|
|
qstr.c
|
…
|
|
qstr.h
|
…
|
|
qstrdefs.h
|
…
|
|
reader.c
|
…
|
|
reader.h
|
…
|
|
repl.c
|
…
|
|
repl.h
|
…
|
|
ringbuf.c
|
…
|
|
ringbuf.h
|
…
|
|
runtime.c
|
py/runtime: Add helpers to call a general function on nlr jump callback.
|
2023-09-14 13:03:31 +10:00 |
runtime.h
|
py/runtime: Add helpers to call a general function on nlr jump callback.
|
2023-09-14 13:03:31 +10:00 |
runtime0.h
|
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
|
2023-09-01 16:14:22 +10:00 |
runtime_utils.c
|
…
|
|
scheduler.c
|
…
|
|
scope.c
|
…
|
|
scope.h
|
…
|
|
sequence.c
|
…
|
|
showbc.c
|
…
|
|
smallint.c
|
…
|
|
smallint.h
|
…
|
|
stackctrl.c
|
…
|
|
stackctrl.h
|
…
|
|
stream.c
|
…
|
|
stream.h
|
…
|
|
unicode.c
|
…
|
|
unicode.h
|
…
|
|
usermod.cmake
|
…
|
|
vm.c
|
…
|
|
vmentrytable.h
|
…
|
|
vstr.c
|
…
|
|
warning.c
|
…
|
|