.. |
argcheck.c
|
py: Shorten error messages by using contractions and some rewording.
|
6 years ago |
asmarm.c
|
py/asmarm: Use __builtin___clear_cache instead of __clear_cache.
|
5 years ago |
asmarm.h
|
py: Add support to save native, viper and asm code to .mpy files.
|
6 years ago |
asmbase.c
|
py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.
|
5 years ago |
asmbase.h
|
py/persistentcode: Add ability to relocate loaded native code.
|
5 years ago |
asmthumb.c
|
py/asmthumb: Support asm_thumb code running on normal ARM processors.
|
6 years ago |
asmthumb.h
|
py: Add support to save native, viper and asm code to .mpy files.
|
6 years ago |
asmx64.c
|
py: Add support to save native, viper and asm code to .mpy files.
|
6 years ago |
asmx64.h
|
py: Add support to save native, viper and asm code to .mpy files.
|
6 years ago |
asmx86.c
|
py/asmx86: Remove unused 5th argument facility.
|
5 years ago |
asmx86.h
|
py/asmx86: Remove unused 5th argument facility.
|
5 years ago |
asmxtensa.c
|
py: Add new Xtensa-Windowed arch for native emitter.
|
5 years ago |
asmxtensa.h
|
py/asmxtensa: Add support for Xtensa with windowed registers.
|
5 years ago |
bc.c
|
py/bc: Don't include mp_decode_uint funcs when not needed.
|
5 years ago |
bc.h
|
py/persistentcode: Add ability to relocate loaded native code.
|
5 years ago |
bc0.h
|
py: Split RAISE_VARARGS opcode into 3 separate ones.
|
5 years ago |
binary.c
|
py/binary: Change mp_uint_t to size_t for index, size, align args.
|
5 years ago |
binary.h
|
py/binary: Change mp_uint_t to size_t for index, size, align args.
|
5 years ago |
builtin.h
|
extmod/modbluetooth: Rename module to "ubluetooth".
|
5 years ago |
builtinevex.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
builtinhelp.c
|
py: Automatically provide weak links from "foo" to "ufoo" module name.
|
5 years ago |
builtinimport.c
|
py/builtinimport: Raise exception on empty module name.
|
5 years ago |
compile.c
|
py/compile: Coalesce error message for break/continue outside loop.
|
5 years ago |
compile.h
|
py: Add global default_emit_opt variable to make emit kind persistent.
|
5 years ago |
dynruntime.h
|
py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.
|
5 years ago |
dynruntime.mk
|
py/dynruntime: Add support for float API to make/get floats.
|
5 years ago |
emit.h
|
py: Add new Xtensa-Windowed arch for native emitter.
|
5 years ago |
emitbc.c
|
py: Remove commented-out debug printf's from emitbc and objlist.
|
5 years ago |
emitcommon.c
|
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
|
6 years ago |
emitglue.c
|
py: Integrate sys.settrace feature into the VM and runtime.
|
5 years ago |
emitglue.h
|
py: Integrate sys.settrace feature into the VM and runtime.
|
5 years ago |
emitinlinethumb.c
|
py/compile: Support multiple inline asm emitters.
|
6 years ago |
emitinlinextensa.c
|
py/compile: Support multiple inline asm emitters.
|
6 years ago |
emitnarm.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnative.c
|
py/nativeglue: Add new header file with native function table typedef.
|
5 years ago |
emitnthumb.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnx64.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnx86.c
|
py/nativeglue: Add new header file with native function table typedef.
|
5 years ago |
emitnxtensa.c
|
py/emitnative: Add support for return/break/continue in try and with.
|
6 years ago |
emitnxtensawin.c
|
py: Add new Xtensa-Windowed arch for native emitter.
|
5 years ago |
formatfloat.c
|
py/formatfloat: Fix case where floats could render with negative digits.
|
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
|
various: Update early copyright years to match actual edit history.
|
6 years ago |
gc.c
|
various: Add and update my copyright line based on git history.
|
6 years ago |
gc.h
|
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
|
6 years ago |
grammar.h
|
py: Add support for matmul operator @ as per PEP 465.
|
5 years ago |
lexer.c
|
py: Add support for matmul operator @ as per PEP 465.
|
5 years ago |
lexer.h
|
py: Remove 3 obsolete commented-out lines from header files.
|
5 years ago |
makemoduledefs.py
|
py/makedefs: Use io.open with utf-8 encoding when processing source.
|
6 years ago |
makeqstrdata.py
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
makeqstrdefs.py
|
py/makeqstrdefs.py: Remove unused blacklist.
|
5 years ago |
makeversionhdr.py
|
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
|
6 years ago |
malloc.c
|
py/malloc: Give a compile warning if using finaliser without GC.
|
6 years ago |
map.c
|
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
|
6 years ago |
misc.h
|
py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.
|
6 years ago |
mkenv.mk
|
tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.
|
5 years ago |
mkrules.mk
|
py/mkrules.mk: Add warning/error for invalid frozen config.
|
5 years ago |
modarray.c
|
py/modarray: Rename "array" module to "uarray".
|
5 years ago |
modbuiltins.c
|
py: Clean up commented-out code and comments about exception hierarchy.
|
5 years ago |
modcmath.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
7 years ago |
modcollections.c
|
py/objdeque: Implement ucollections.deque type with fixed size.
|
7 years ago |
modgc.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
7 years ago |
modio.c
|
py/modio: Call mp_import_name to do resource stream import.
|
5 years ago |
modmath.c
|
py/modmath: Implement math.isclose() for non-complex numbers.
|
5 years ago |
modmicropython.c
|
py/scheduler: Rename sched_stack to sched_queue.
|
5 years ago |
modstruct.c
|
py/binary: Change mp_uint_t to size_t for index, size, align args.
|
5 years ago |
modsys.c
|
py/modsys: Report .mpy version in sys.implementation.
|
5 years ago |
modthread.c
|
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
|
6 years ago |
moduerrno.c
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
mpconfig.h
|
py/objslice: Add support for indices() method on slice objects.
|
5 years ago |
mperrno.h
|
py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.
|
7 years ago |
mphal.h
|
lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
|
5 years ago |
mpprint.c
|
py/mpprint: Support printing %ld and %lu formats on 64-bit archs.
|
6 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
|
extmod/modbluetooth: Add low-level Python BLE API.
|
5 years ago |
mpthread.h
|
all: Unify header guard usage.
|
7 years ago |
mpz.c
|
py/mpz: Avoid undefined behavior at integer overflow in mpz_hash.
|
7 years ago |
mpz.h
|
py/mpz: Simplify handling of borrow and quo adjustment in mpn_div.
|
7 years ago |
nativeglue.c
|
py/nativeglue: Add float new/get functions with both single and double.
|
5 years ago |
nativeglue.h
|
py/nativeglue: Add float new/get functions with both single and double.
|
5 years ago |
nlr.c
|
py/nlr: Fix missing trailing characters in comments in nlr.c
|
7 years ago |
nlr.h
|
powerpc: Add initial port to bare metal PowerPC arch.
|
5 years ago |
nlrpowerpc.c
|
powerpc: Add initial port to bare metal PowerPC arch.
|
5 years ago |
nlrsetjmp.c
|
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
|
7 years ago |
nlrthumb.c
|
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
|
5 years ago |
nlrx64.c
|
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
|
5 years ago |
nlrx86.c
|
py/nlrx86: Silence possible warnings about unused nlr argument.
|
5 years ago |
nlrxtensa.c
|
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
|
5 years ago |
obj.c
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
obj.h
|
py/objslice: Inline fetching of slice paramters in str_subscr().
|
5 years ago |
objarray.c
|
py/objarray: Fix amount of free space in array when doing slice assign.
|
5 years ago |
objarray.h
|
py/objarray: Introduce "memview_offset" alias for "free" field of object
|
6 years ago |
objattrtuple.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objbool.c
|
all: Remove inclusion of internal py header files.
|
7 years ago |
objboundmeth.c
|
py/objboundmeth: Support loading generic attrs from the method.
|
6 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
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objdeque.c
|
py/objdeque: Fix sign extension bug when computing len of deque object.
|
7 years ago |
objdict.c
|
py/objdict: Support ujson.dump() of OrderedDict objects.
|
5 years ago |
objenumerate.c
|
py/objenumerate: Check for valid args in enumerate constructor.
|
5 years ago |
objexcept.c
|
py: Clean up commented-out code and comments about exception hierarchy.
|
5 years ago |
objexcept.h
|
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
|
7 years ago |
objfilter.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objfloat.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objfun.c
|
py: Rework and compress second part of bytecode prelude.
|
5 years ago |
objfun.h
|
py: Integrate sys.settrace feature into the VM and runtime.
|
5 years ago |
objgenerator.c
|
py/objgenerator: Allow pend_throw to an unstarted generator.
|
5 years ago |
objgenerator.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
objgetitemiter.c
|
all: Remove inclusion of internal py header files.
|
7 years ago |
objint.c
|
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
|
5 years ago |
objint.h
|
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
|
7 years ago |
objint_longlong.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objint_mpz.c
|
py: remove "if (0)" and "if (false)" branches.
|
6 years ago |
objlist.c
|
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
|
5 years ago |
objlist.h
|
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
|
7 years ago |
objmap.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objmodule.c
|
extmod/modbluetooth: Rename module to "ubluetooth".
|
5 years ago |
objmodule.h
|
py: Automatically provide weak links from "foo" to "ufoo" module name.
|
5 years ago |
objnamedtuple.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objnamedtuple.h
|
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
|
7 years ago |
objnone.c
|
all: Remove inclusion of internal py header files.
|
7 years ago |
objobject.c
|
py/objobject: Fix __setattr__/__delattr__ to build in nanbox mode.
|
5 years ago |
objpolyiter.c
|
all: Remove inclusion of internal py header files.
|
7 years ago |
objproperty.c
|
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
|
5 years ago |
objrange.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objreversed.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
objset.c
|
py/objset: Remove unused forward declaration and clean up whitespace.
|
6 years ago |
objsingleton.c
|
py/objsingleton: Use mp_generic_unary_op for singleton objects.
|
5 years ago |
objslice.c
|
py/objslice: Inline fetching of slice paramters in str_subscr().
|
5 years ago |
objstr.c
|
py/objstr: Don't use inline GET_STR_DATA_LEN for object-repr D.
|
5 years ago |
objstr.h
|
py/objstr: Don't use inline GET_STR_DATA_LEN for object-repr D.
|
5 years ago |
objstringio.c
|
py/objstringio: Slightly optimize stringio_copy_on_write for code size.
|
5 years ago |
objstringio.h
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
8 years ago |
objstrunicode.c
|
py/objslice: Inline fetching of slice paramters in str_subscr().
|
5 years ago |
objtuple.c
|
py/objtuple: Allow compatible subclasses of tuple in mp_obj_tuple_get.
|
5 years ago |
objtuple.h
|
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
|
7 years ago |
objtype.c
|
py/runtime: Don't allocate iter buf for user-defined types.
|
5 years ago |
objtype.h
|
py/runtime: Don't allocate iter buf for user-defined types.
|
5 years ago |
objzip.c
|
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
|
6 years ago |
opmethods.c
|
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
|
7 years ago |
parse.c
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
parse.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
parsenum.c
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 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: Move loading of rodata/bss to before obj/raw-code.
|
5 years ago |
persistentcode.h
|
py/persistentcode: Make ARM Thumb archs support multiple sub-archs.
|
5 years ago |
profile.c
|
py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.
|
5 years ago |
profile.h
|
py/profile: Add debugging for sys.settrace feature.
|
5 years ago |
py.mk
|
extmod: Add VFS littlefs bindings.
|
5 years ago |
pystack.c
|
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
|
7 years ago |
pystack.h
|
py: Introduce a Python stack for scoped allocation.
|
7 years ago |
qstr.c
|
py/qstr: Raise exception in qstr_from_strn if str to intern is too long.
|
5 years ago |
qstr.h
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
qstrdefs.h
|
py/modbuiltins: Make oct/hex work when !MICROPY_PY_BUILTINS_STR_OP_MODULO
|
6 years ago |
reader.c
|
py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.
|
7 years ago |
reader.h
|
py: Allow lexer to raise exceptions during construction.
|
8 years ago |
repl.c
|
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
|
5 years ago |
repl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
ringbuf.c
|
py/ringbuf: Add peek16 method.
|
5 years ago |
ringbuf.h
|
py/ringbuf: Add peek16 method.
|
5 years ago |
runtime.c
|
py/runtime: Don't allocate iter buf for user-defined types.
|
5 years ago |
runtime.h
|
py: Remove 3 obsolete commented-out lines from header files.
|
5 years ago |
runtime0.h
|
py/nativeglue: Add new header file with native function table typedef.
|
5 years ago |
runtime_utils.c
|
py: mp_call_function_*_protected(): Pass-thru return value if possible.
|
7 years ago |
scheduler.c
|
py/scheduler: Rename sched_stack to sched_queue.
|
5 years ago |
scope.c
|
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
|
6 years ago |
scope.h
|
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
|
6 years ago |
sequence.c
|
py/objslice: Add support for indices() method on slice objects.
|
5 years ago |
showbc.c
|
py: Rework and compress second part of bytecode prelude.
|
5 years ago |
smallint.c
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
smallint.h
|
py: Extend nan-boxing config to have 47-bit small integers.
|
7 years ago |
stackctrl.c
|
py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.
|
7 years ago |
stackctrl.h
|
all: Use the name MicroPython consistently in comments
|
7 years ago |
stream.c
|
py: Update my copyright info on some files.
|
6 years ago |
stream.h
|
py/stream.h: Add MP_STREAM_POLL_NVAL constant.
|
5 years ago |
unicode.c
|
py/unicode: Fix check for valid utf8 being stricter about contn chars.
|
6 years ago |
unicode.h
|
py/objstr: Add check for valid UTF-8 when making a str from bytes.
|
7 years ago |
vm.c
|
py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.
|
5 years ago |
vmentrytable.h
|
py: Split RAISE_VARARGS opcode into 3 separate ones.
|
5 years ago |
vstr.c
|
various: Add and update my copyright line based on git history.
|
6 years ago |
warning.c
|
py: Update my copyright info on some files.
|
6 years ago |