You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George bdbc869f9e py/persistentcode: Bump .mpy sub-version to 6.3. 8 months ago
..
argcheck.c py: Remove the word "yet" from exception messages. 2 years ago
asmarm.c py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmarm.h py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmbase.c all: Fix spelling mistakes based on codespell check. 2 years ago
asmbase.h py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
asmthumb.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
asmthumb.h py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmx64.c py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmx64.h py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmx86.c py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmx86.h py/asm: Add ASM_NOT_REG and ASM_NEG_REG macros for unary ops. 8 months ago
asmxtensa.c py/asmxtensa: Optimise asm_xtensa_mov_reg_i32_optimised() for tiny ints. 8 months ago
asmxtensa.h py/asmxtensa: Optimise asm_xtensa_mov_reg_i32_optimised() for tiny ints. 8 months ago
bc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
bc.h py/emitglue: Include fun_data_len in mp_raw_code_t only when saving. 9 months ago
bc0.h py: Change jump-if-x-or-pop opcodes to have unsigned offset argument. 3 years ago
binary.c py/binary: Support half-float 'e' format in struct pack/unpack. 8 months ago
binary.h py/binary: Change mp_uint_t to size_t for index, size, align args. 5 years ago
builtin.h py/makemoduledefs.py: Automatically declare delegation attr functions. 1 year ago
builtinevex.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
builtinhelp.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
builtinimport.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
compile.c py/compile: Add option to allow compiling top-level await. 8 months ago
compile.h py/compile: Add option to allow compiling top-level await. 8 months ago
dynruntime.h py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array. 7 months ago
dynruntime.mk py/dynruntime.mk: Allow building assembly source in natmods. 2 years ago
emit.h py/compile: Fix scope of assignment expression target in comprehensions. 2 years ago
emitbc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
emitcommon.c py/compile: Fix scope of assignment expression target in comprehensions. 2 years ago
emitglue.c py/emitglue: Make mp_emit_glue_assign_native's fun_data arg a const ptr. 9 months ago
emitglue.h py/emitglue: Add explicit cast of proto_fun to uint8_t pointer. 8 months ago
emitinlinethumb.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
emitinlinextensa.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
emitnarm.c py/emitnative: Access qstr values using indirection table qstr_table. 2 years ago
emitnative.c py/emitnative: Implement viper unary ops positive, negative and invert. 8 months ago
emitnthumb.c py/emitnative: Access qstr values using indirection table qstr_table. 2 years ago
emitnx64.c py/emitnative: Access qstr values using indirection table qstr_table. 2 years ago
emitnx86.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
emitnxtensa.c py/emitnative: Access qstr values using indirection table qstr_table. 2 years ago
emitnxtensawin.c py/emitnative: Access qstr values using indirection table qstr_table. 2 years ago
formatfloat.c all: Fix various spelling mistakes found by codespell 2.2.6. 1 year ago
formatfloat.h all: Use the name MicroPython consistently in comments 7 years ago
frozenmod.c py: Rework bytecode and .mpy file format to be mostly static data. 3 years ago
frozenmod.h py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
gc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
gc.h py/gc: Add "max new split" value in result of gc.mem_free(). 1 year ago
grammar.h py/compile: Implement PEP 526, syntax for variable annotations. 4 years ago
lexer.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
lexer.h py/builtinevex: Handle invalid filenames for execfile. 1 year ago
make_root_pointers.py py/make_root_pointers: Add MP_REGISTER_ROOT_POINTER parser/generator. 2 years ago
makecompresseddata.py all: Fix spelling mistakes based on codespell check. 2 years ago
makemoduledefs.py py/makemoduledefs.py: Automatically declare delegation attr functions. 1 year ago
makeqstrdata.py py/makeqstrdata.py: Ensure that scope names get low qstr values. 8 months ago
makeqstrdefs.py py/makeqstrdefs.py: Stop generating temporary intermediate file. 11 months ago
makeversionhdr.py py/makeversionhdr.py: Reinstate MICROPY_GIT_HASH in mpversion.h. 9 months ago
malloc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
map.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
misc.h py/misc: Remove m_new_obj[_var]_with_finaliser macros. 9 months ago
mkenv.mk windows: Use the MicroPython logo as application icon. 1 year ago
mkrules.cmake py/mkrules.mk: List hash files as byproducts. 11 months ago
mkrules.mk ports: Fix handling of paths containing spaces in Makefiles. 10 months ago
modarray.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modbuiltins.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modcmath.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modcollections.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
moderrno.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modgc.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modio.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modmath.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modmicropython.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modstruct.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modsys.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
modthread.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
mpconfig.h py/compile: Add option to allow compiling top-level await. 8 months ago
mperrno.h all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 1 year ago
mphal.h ports: Fix sys.stdout.buffer.write() return value. 11 months ago
mpprint.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
mpprint.h py/mpprint: Fix formatting typo with mp_print_ext_t struct name. 2 years ago
mpstate.c all: Use the name MicroPython consistently in comments 7 years ago
mpstate.h py/mpstate: Don't declare mp_thread_get_state(). 8 months ago
mpthread.h py/modthread: Return thread id from start_new_thread(). 1 year ago
mpz.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
mpz.h py/mpz: Fix bugs with bitwise of -0 by ensuring all 0's are positive. 3 years ago
nativeglue.c py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array. 7 months ago
nativeglue.h py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array. 7 months ago
nlr.c py/nlr: Implement jump callbacks. 1 year ago
nlr.h py/nlr: Implement jump callbacks. 1 year ago
nlraarch64.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrmips.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrpowerpc.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrsetjmp.c py/nlrsetjmp: Use MP_NLR_JUMP_HEAD macro to simplify code. 1 year ago
nlrthumb.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrx64.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrx86.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
nlrxtensa.c py/nlr: Add "memory" to asm clobbers list in nlr_jump. 8 months ago
obj.c py/obj: Introduce mp_obj_malloc_with_finaliser to allocate and set type. 9 months ago
obj.h py/objfun: Split viper fun type out to separate mp_type_fun_viper type. 9 months ago
objarray.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objarray.h py/objarray: Raise error on out-of-bound memoryview slice start. 2 years ago
objattrtuple.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objbool.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objboundmeth.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objcell.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objclosure.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objcomplex.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objdeque.c py/objdeque: Expand implementation to be doubly-ended and support iter. 8 months ago
objdict.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objenumerate.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objexcept.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objexcept.h py/obj: Convert make_new into a mp_obj_type_t slot. 2 years ago
objfilter.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objfloat.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objfun.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objfun.h py/emitnative: Simplify layout and loading of native function prelude. 9 months ago
objgenerator.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objgenerator.h all: Use the name MicroPython consistently in comments 7 years ago
objgetitemiter.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objint.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objint.h py/modsys: Use consistent naming pattern for module-level const objects. 5 years ago
objint_longlong.c py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE. 1 year ago
objint_mpz.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objlist.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objlist.h py/obj: Convert make_new into a mp_obj_type_t slot. 2 years ago
objmap.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objmodule.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objmodule.h py/makemoduledefs.py: Automatically declare delegation attr functions. 1 year ago
objnamedtuple.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objnamedtuple.h py/obj: Convert make_new into a mp_obj_type_t slot. 2 years ago
objnone.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objobject.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objpolyiter.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objproperty.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objrange.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objreversed.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objset.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objsingleton.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objslice.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objstr.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objstr.h py/objstr: Add a macro to define a bytes object at compile time. 8 months ago
objstringio.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objstringio.h py/objstringio: If created from immutable object, follow copy on write policy. 8 years ago
objstrunicode.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objtuple.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
objtuple.h all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
objtype.c py/makeqstrdata.py: Ensure that scope names get low qstr values. 8 months ago
objtype.h py/obj: Optimise code size and performance for make_new as a slot. 2 years ago
objzip.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
opmethods.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
pairheap.c py/pairheap: Properly unlink node on pop and delete. 5 years ago
pairheap.h py/pairheap: Add helper function to initialise a new node. 5 years ago
parse.c py/parse: Zero out dangling parse tree pointer to fix potential GC leak. 8 months ago
parse.h py/parse: Factor obj extract code to mp_parse_node_extract_const_object. 3 years ago
parsenum.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
parsenum.h py/parsenum: Optimise when building with complex disabled. 2 years ago
parsenumbase.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
parsenumbase.h all: Use the name MicroPython consistently in comments 7 years ago
persistentcode.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
persistentcode.h py/persistentcode: Bump .mpy sub-version to 6.3. 7 months ago
profile.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
profile.h py: Rework bytecode and .mpy file format to be mostly static data. 3 years ago
py.cmake all: Rename *umodule*.c to remove the "u" prefix. 1 year ago
py.mk py/py.mk: Remove extra build dir created for frozen_content. 10 months ago
pystack.c py: Introduce and use mp_raise_type_arg helper. 3 years ago
pystack.h all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
qstr.c py/makeqstrdata.py: Ensure that scope names get low qstr values. 8 months ago
qstr.h py/qstr: Add support for MICROPY_QSTR_BYTES_IN_HASH=0. 10 months ago
qstrdefs.h py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
reader.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
reader.h py/builtinevex: Handle invalid filenames for execfile. 1 year ago
repl.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
repl.h py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
ringbuf.c py/ringbuf: Implement put_bytes/get_bytes functions. 2 years ago
ringbuf.h py/ringbuf: Implement put_bytes/get_bytes functions. 2 years ago
runtime.c extmod/machine_usb_device: Add support for Python USB devices. 8 months ago
runtime.h py/modthread: Move thread state initialisation to shared function. 8 months ago
runtime0.h py/emitglue: Simplify mp_raw_code_t's kind and scope_flags members. 9 months ago
runtime_utils.c py: mp_call_function_*_protected(): Pass-thru return value if possible. 7 years ago
scheduler.c py: Add port-agnostic inline functions for event handling. 11 months ago
scope.c py/makeqstrdata.py: Ensure that scope names get low qstr values. 8 months ago
scope.h py/emitglue: Include fun_data_len in mp_raw_code_t only when saving. 9 months ago
sequence.c all: Fix spelling mistakes based on codespell check. 2 years ago
showbc.c py/emitglue: Include fun_data_len in mp_raw_code_t only when saving. 9 months ago
smallint.c all: Use the name MicroPython consistently in comments 7 years ago
smallint.h py/smallint: Introduce MP_SMALL_INT_BITS macro. 3 years ago
stackctrl.c py/stackctrl: Add gcc pragmas to ignore dangling-pointer warning. 2 years ago
stackctrl.h py/stackctrl: Prevent unused-var warning when stack checking disabled. 3 years ago
stream.c py/stream: Factor stream implementations. 8 months ago
stream.h py/stream: Factor stream implementations. 8 months ago
unicode.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
unicode.h py/objstr: Add check for valid UTF-8 when making a str from bytes. 7 years ago
usermod.cmake rp2: Add support for USER_C_MODULES to CMake build system. 4 years ago
vm.c py/emitglue: Introduce mp_proto_fun_t as a more general mp_raw_code_t. 9 months ago
vmentrytable.h py/vmentrytable: Ignore GCC -Woverride-init. 4 years ago
vstr.c all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
warning.c py: Update my copyright info on some files. 6 years ago