..
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
…
dynruntime.mk
…
emit.h
…
emitbc.c
…
emitcommon.c
…
emitglue.c
…
emitglue.h
…
emitinlinethumb.c
…
emitinlinextensa.c
…
emitnarm.c
…
emitnative.c
…
emitnthumb.c
…
emitnx64.c
…
emitnx86.c
…
emitnxtensa.c
…
emitnxtensawin.c
…
formatfloat.c
…
formatfloat.h
…
frozenmod.c
…
frozenmod.h
…
gc.c
…
gc.h
…
grammar.h
…
lexer.c
py/lexer: Change token position for new lines.
2023-11-03 15:56:10 +11:00
lexer.h
…
make_root_pointers.py
…
makecompresseddata.py
…
makemoduledefs.py
…
makeqstrdata.py
…
makeqstrdefs.py
py/makeqstrdefs.py: Don't skip output for stale hash file.
2023-12-15 15:48:07 +11:00
makeversionhdr.py
…
malloc.c
…
map.c
…
misc.h
py/obj: Fix mp_obj_is_type compilation with C++.
2023-11-17 14:31:42 +11:00
mkenv.mk
windows: Use the MicroPython logo as application icon.
2023-11-07 17:22:52 +11:00
mkrules.cmake
py/mkrules.mk: List hash files as byproducts.
2023-12-15 15:48:07 +11:00
mkrules.mk
py/mkrules: Add support for custom manifest variables.
2023-11-28 23:28:15 +11:00
modarray.c
…
modbuiltins.c
py/modbuiltins: Share vstr_add_char's implementation of utf8 encoding.
2023-11-28 23:34:56 +11:00
modcmath.c
…
modcollections.c
…
moderrno.c
…
modgc.c
…
modio.c
…
modmath.c
…
modmicropython.c
…
modstruct.c
…
modsys.c
py/modsys: Implement optional sys.intern.
2023-12-15 11:43:39 +11:00
modthread.c
py/misc: Change sizeof to offsetof for variable-length alloc.
2023-11-03 16:03:18 +11:00
mpconfig.h
py/modsys: Implement optional sys.intern.
2023-12-15 11:43:39 +11:00
mperrno.h
…
mphal.h
py: Add port-agnostic inline functions for event handling.
2023-12-08 12:47:00 +11:00
mpprint.c
…
mpprint.h
…
mpstate.c
…
mpstate.h
…
mpthread.h
…
mpz.c
…
mpz.h
…
nativeglue.c
…
nativeglue.h
…
nlr.c
…
nlr.h
…
nlraarch64.c
…
nlrmips.c
…
nlrpowerpc.c
…
nlrsetjmp.c
…
nlrthumb.c
…
nlrx64.c
…
nlrx86.c
…
nlrxtensa.c
…
obj.c
…
obj.h
py/obj: Fix mp_obj_is_type compilation with C++.
2023-11-17 14:31:42 +11:00
objarray.c
…
objarray.h
…
objattrtuple.c
…
objbool.c
…
objboundmeth.c
…
objcell.c
…
objclosure.c
…
objcomplex.c
…
objdeque.c
…
objdict.c
…
objenumerate.c
…
objexcept.c
py/mphal: Move configuration of ATOMIC_SECTION macros to mphal.h.
2023-12-01 14:14:08 +11:00
objexcept.h
…
objfilter.c
…
objfloat.c
…
objfun.c
py/misc: Change sizeof to offsetof for variable-length alloc.
2023-11-03 16:03:18 +11:00
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
py/misc: Change sizeof to offsetof for variable-length alloc.
2023-11-03 16:03:18 +11:00
objnamedtuple.h
…
objnone.c
…
objobject.c
…
objpolyiter.c
…
objproperty.c
…
objrange.c
…
objreversed.c
…
objset.c
…
objsingleton.c
…
objslice.c
py/objslice: Validate that the argument to indices() is an integer.
2023-11-21 22:28:57 +11:00
objstr.c
…
objstr.h
…
objstringio.c
…
objstringio.h
…
objstrunicode.c
…
objtuple.c
py/misc: Change sizeof to offsetof for variable-length alloc.
2023-11-03 16:03:18 +11:00
objtuple.h
…
objtype.c
py/misc: Change sizeof to offsetof for variable-length alloc.
2023-11-03 16:03:18 +11:00
objtype.h
…
objzip.c
…
opmethods.c
…
pairheap.c
…
pairheap.h
…
parse.c
…
parse.h
…
parsenum.c
…
parsenum.h
…
parsenumbase.c
…
parsenumbase.h
…
persistentcode.c
…
persistentcode.h
…
profile.c
…
profile.h
…
py.cmake
…
py.mk
…
pystack.c
…
pystack.h
…
qstr.c
py/qstr: Special case qstr_find_strn for empty string.
2023-11-07 16:01:50 +11:00
qstr.h
…
qstrdefs.h
…
reader.c
…
reader.h
…
repl.c
…
repl.h
…
ringbuf.c
…
ringbuf.h
…
runtime.c
py/runtime: Remove declaration of function from inside function.
2023-11-03 15:21:51 +11:00
runtime.h
py: Add port-agnostic inline functions for event handling.
2023-12-08 12:47:00 +11:00
runtime0.h
…
runtime_utils.c
…
scheduler.c
py: Add port-agnostic inline functions for event handling.
2023-12-08 12:47:00 +11:00
scope.c
…
scope.h
…
sequence.c
…
showbc.c
…
smallint.c
…
smallint.h
…
stackctrl.c
…
stackctrl.h
…
stream.c
…
stream.h
extmod/vfs_reader: Add file ioctl to set read buffer size.
2023-11-09 11:20:31 +11:00
unicode.c
…
unicode.h
…
usermod.cmake
…
vm.c
…
vmentrytable.h
…
vstr.c
…
warning.c
…