.. |
argcheck.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmarm.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmarm.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmbase.c
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
8 years ago |
asmbase.h
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
8 years ago |
asmthumb.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmthumb.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmx64.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmx64.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmx86.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmx86.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
asmxtensa.c
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
8 years ago |
asmxtensa.h
|
py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.
|
8 years ago |
bc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
bc.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
bc0.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
binary.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
binary.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
builtin.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
builtinevex.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
builtinhelp.c
|
py/builtinhelp: Implement help('modules') to list available modules.
|
8 years ago |
builtinimport.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
compile.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
compile.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emit.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitbc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitcommon.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitglue.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitglue.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitinlinethumb.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
emitinlinextensa.c
|
py/emitinline: Move common code for end of final pass to compiler.
|
8 years ago |
emitnative.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
formatfloat.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
formatfloat.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
frozenmod.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
frozenmod.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
gc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
gc.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
grammar.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
lexer.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
lexer.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
makeqstrdata.py
|
py/makeqstrdata.py: Compute the qstr hash from bytes, not characters.
|
8 years ago |
makeqstrdefs.py
|
py/makeqstrdefs.py: Make script run correctly with Python 2.6.
|
8 years ago |
makeversionhdr.py
|
py/makeversionhdr.py: Update to parse new release line in docs/conf.py.
|
7 years ago |
malloc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
map.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
misc.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mkenv.mk
|
various: Spelling fixes
|
8 years ago |
mkrules.mk
|
py/mkrules.mk: Show frozen modules sizes together with executable size.
|
7 years ago |
modarray.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modbuiltins.c
|
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
|
7 years ago |
modcmath.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modcollections.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modgc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modio.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modmath.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modmicropython.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modstruct.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
modsys.c
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
modthread.c
|
py/modthread: Raise RuntimeError in release() if lock is not acquired.
|
8 years ago |
moduerrno.c
|
py/moduerrno: Make list of errno codes configurable.
|
8 years ago |
mpconfig.h
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
mperrno.h
|
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
|
7 years ago |
mphal.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpprint.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpprint.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpstate.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpstate.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpthread.h
|
all: Unify header guard usage.
|
7 years ago |
mpz.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
mpz.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
nativeglue.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
nlr.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
nlrsetjmp.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
nlrthumb.c
|
py: Fix nlrthumb.c when DEBUG=1 is defined
|
8 years ago |
nlrx64.c
|
py/nlrx64: Fixes to support Mac OS.
|
8 years ago |
nlrx86.c
|
py/nlrx86: Better check for Zephyr (requires 1.7).
|
8 years ago |
nlrxtensa.c
|
py/nlrxtensa: Convert from assembler to C file with inline asm.
|
8 years ago |
obj.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
obj.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objarray.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objarray.h
|
all: Unify header guard usage.
|
7 years ago |
objattrtuple.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objbool.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objboundmeth.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objcell.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objclosure.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objcomplex.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objdict.c
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
objenumerate.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objexcept.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objexcept.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objfilter.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objfloat.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objfun.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objfun.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objgenerator.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objgenerator.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objgetitemiter.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objint.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objint.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objint_longlong.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objint_mpz.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objlist.c
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
objlist.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objmap.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objmodule.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objmodule.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objnamedtuple.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objnone.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objobject.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objpolyiter.c
|
py: Add iter_buf to getiter type method.
|
8 years ago |
objproperty.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objrange.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objreversed.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objset.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objsingleton.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objslice.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objstr.c
|
py/objstr: Raise an exception for wrong type on RHS of str binary op.
|
7 years ago |
objstr.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objstringio.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objstringio.h
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
8 years ago |
objstrunicode.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objtuple.c
|
py/objtuple: Allow to use inplace-multiplication operator on tuples.
|
7 years ago |
objtuple.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objtype.c
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
objtype.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objzip.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
opmethods.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parse.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parse.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenum.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenum.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenumbase.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenumbase.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
persistentcode.c
|
py/persistentcode: Allow to compile with complex numbers disabled.
|
8 years ago |
persistentcode.h
|
py: Factor out persistent-code reader into separate files.
|
8 years ago |
py.mk
|
all: Make use of $(TOP) variable in Makefiles, instead of "..".
|
7 years ago |
qstr.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
qstr.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
qstrdefs.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
reader.c
|
all: Don't include system errno.h when it's not needed.
|
7 years ago |
reader.h
|
py: Allow lexer to raise exceptions during construction.
|
8 years ago |
repl.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
repl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
ringbuf.h
|
all: Unify header guard usage.
|
7 years ago |
runtime.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
runtime.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
runtime0.h
|
py/modsys: Initial implementation of sys.getsizeof().
|
7 years ago |
runtime_utils.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
scheduler.c
|
py: Add micropython.schedule() function and associated runtime code.
|
8 years ago |
scope.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
scope.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
sequence.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
showbc.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
smallint.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
smallint.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stackctrl.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stackctrl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stream.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stream.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
unicode.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
unicode.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
vm.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
vmentrytable.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
vstr.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
warning.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |