circuitpython/py
2024-07-27 08:06:20 -04:00
..
argcheck.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
asmarm.c py/asmarm: Add asm_arm_ldrh_reg_reg_offset() helper func. 2022-05-23 14:21:16 +10:00
asmarm.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
asmbase.c spelling 2023-09-20 11:23:39 -05:00
asmbase.h py/emit: Suppress unreachable bytecode/native code that follows jump. 2022-06-20 22:28:18 +10:00
asmthumb.c all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
asmthumb.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
asmx64.c py/asmx64: Support full range of regs in asm_x64_lea_disp_to_r64. 2022-05-17 14:25:51 +10:00
asmx64.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
asmx86.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
asmx86.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
asmxtensa.c py/asmxtensa: Fix use of l32i/s32i when offset won't fit in encoding. 2022-03-30 16:32:17 +11:00
asmxtensa.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
bc.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
bc.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
bc0.h py: Change jump-if-x-or-pop opcodes to have unsigned offset argument. 2022-03-28 15:43:09 +11:00
binary.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
binary.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
builtin.h wip: continuing compilation fixes; mp_obj_alloc everywhere 2023-08-07 20:45:57 -04:00
builtinevex.c py/builtinevex: Handle invalid filenames for execfile. 2023-10-12 15:17:59 +11:00
builtinhelp.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
builtinimport.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
circuitpy_defns.mk Enable deep sleep on all ESP chips 2024-06-13 10:26:33 -07:00
circuitpy_mkenv.mk fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
circuitpy_mpconfig.h guard2once -s ... 2024-05-19 20:40:44 -04:00
circuitpy_mpconfig.mk Enable deep sleep on all ESP chips 2024-06-13 10:26:33 -07:00
compile.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
compile.h py: Pass in address to compiled module instead of returning it. 2022-12-08 12:27:23 +11:00
dynruntime.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
dynruntime.mk py/dynruntime.mk: Allow building assembly source in natmods. 2022-08-11 14:00:13 +10:00
emit.h py/compile: Fix scope of assignment expression target in comprehensions. 2023-03-09 12:13:12 +11:00
emitbc.c spelling 2023-09-20 11:23:39 -05:00
emitcommon.c py/compile: Fix scope of assignment expression target in comprehensions. 2023-03-09 12:13:12 +11:00
emitglue.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
emitglue.h py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitinlinethumb.c Fix pointer-ness, const-ness of compressed messages 2023-10-25 21:40:11 +02:00
emitinlinextensa.c Fix pointer-ness, const-ness of compressed messages 2023-10-25 21:40:11 +02:00
emitnarm.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnative.c Fix native emitter compile 2023-10-24 14:48:02 -07:00
emitnthumb.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnx64.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnx86.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnxtensa.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
emitnxtensawin.c py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
enum.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
enum.h CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
formatfloat.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
formatfloat.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
frozenmod.c py: Rework bytecode and .mpy file format to be mostly static data. 2022-02-24 18:08:43 +11:00
frozenmod.h py/builtin: Clean up and simplify import_stat and builtin_open config. 2022-05-25 13:04:45 +10:00
gc.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
gc.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
grammar.h Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
lexer.c py/lexer: Change token position for new lines. 2023-11-03 15:56:10 +11:00
lexer.h py/builtinevex: Handle invalid filenames for execfile. 2023-10-12 15:17:59 +11:00
make_root_pointers.py py/make_root_pointers: Add MP_REGISTER_ROOT_POINTER parser/generator. 2022-07-18 13:48:23 +10:00
makecompresseddata.py all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
makemoduledefs.py py/makemoduledefs.py: Automatically declare delegation attr functions. 2023-06-14 19:03:46 +10:00
makeqstrdata.py wip: fixing compilation 2024-07-26 18:38:46 -04:00
makeqstrdefs.py wip: fixing compilation 2024-07-26 18:38:46 -04:00
maketranslationdata.py wip: fixing compilation 2024-07-26 18:38:46 -04:00
makeversionhdr.py wip: fixing compilation 2024-07-26 18:38:46 -04:00
malloc.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
map.c py/map: Clear value when re-using slot with ordered dictionaries. 2023-01-13 14:21:32 +11:00
misc.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mkenv.mk MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mkrules.cmake py/mkrules.mk: List hash files as byproducts. 2023-12-15 15:48:07 +11:00
mkrules.mk MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
modarray.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modbuiltins.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
modcmath.c all: Remove third argument to MP_REGISTER_MODULE. 2022-06-02 16:31:37 +10:00
modcollections.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
moderrno.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
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 Merge remote-tracking branch 'adafruit/main' into v1.20-merge 2023-10-11 11:21:57 -07:00
modmath.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
modmicropython.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
modstruct.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
modsys.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
modthread.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mpconfig.h wip: fixing compilation 2024-07-26 18:38:46 -04:00
mperrno.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mphal.h ports: Fix sys.stdout.buffer.write() return value. 2023-12-22 10:32:46 +11:00
mpprint.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mpprint.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mpstate.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mpstate.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
mpthread.h py/modthread: Return thread id from start_new_thread(). 2023-09-03 18:49:18 +10:00
mpz.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
mpz.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nativeglue.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nativeglue.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlr.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlr.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlraarch64.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrmips.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrpowerpc.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrsetjmp.c py/nlrsetjmp: Use MP_NLR_JUMP_HEAD macro to simplify code. 2023-06-02 21:47:34 +10:00
nlrthumb.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrx64.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrx86.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
nlrxtensa.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
obj.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
obj.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objarray.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objarray.h py/objarray: Raise error on out-of-bound memoryview slice start. 2023-01-20 16:31:37 +11:00
objattrtuple.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objbool.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objboundmeth.c py/objboundmeth: Optimise check for types in binary_op. 2023-10-13 15:29:09 +11:00
objcell.c py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
objclosure.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objcomplex.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
objdeque.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objdict.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objenumerate.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objexcept.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
objexcept.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objfilter.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objfloat.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objfun.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objfun.h wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
objgenerator.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objgenerator.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
objgetitemiter.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objint.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objint.h change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
objint_longlong.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objint_mpz.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objlist.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objlist.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objmap.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objmodule.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objmodule.h py/makemoduledefs.py: Automatically declare delegation attr functions. 2023-06-14 19:03:46 +10:00
objnamedtuple.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objnamedtuple.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objnone.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objobject.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
objpolyiter.c py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
objproperty.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objproperty.h Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
objrange.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objreversed.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objset.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objsingleton.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
objslice.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objstr.c wip: blink works on trinket M0 2024-07-27 08:06:20 -04:00
objstr.h change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
objstringio.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objstringio.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
objstrunicode.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objtraceback.c convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
objtraceback.h add traceback object 2021-08-04 12:10:57 +05:30
objtuple.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objtuple.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objtype.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
objtype.h change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
objzip.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
opmethods.c Fix subclassing dict 2024-01-23 15:39:57 -08:00
pairheap.c
pairheap.h
parse.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
parse.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
parsenum.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
parsenum.h initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
parsenumbase.c codeformat 2021-04-19 22:22:44 -07:00
parsenumbase.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
persistentcode.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
persistentcode.h py/persistentcode: Bump .mpy sub-version. 2023-10-16 11:25:31 +11:00
profile.c py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 2023-08-30 10:58:04 +10:00
profile.h py: Rework bytecode and .mpy file format to be mostly static data. 2022-02-24 18:08:43 +11:00
proto.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
proto.h guard2once -s ... 2024-05-19 20:40:44 -04:00
py.cmake MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
py.mk MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
pystack.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
pystack.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
qstr.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
qstr.h wip: fixing compilation 2024-07-26 18:38:46 -04:00
qstrdefs.h change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
reader.c py/builtinevex: Handle invalid filenames for execfile. 2023-10-12 15:17:59 +11:00
reader.h py/builtinevex: Handle invalid filenames for execfile. 2023-10-12 15:17:59 +11:00
repl.c Disable warnings during REPL autocomplete 2024-02-29 11:58:06 -08:00
repl.h py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 2022-03-10 10:58:33 +11:00
ringbuf.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
ringbuf.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
runtime.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
runtime.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
runtime0.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
runtime_utils.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
scheduler.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
scope.c py: Rework bytecode and .mpy file format to be mostly static data. 2022-02-24 18:08:43 +11:00
scope.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
sequence.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
showbc.c py: Change jump-if-x-or-pop opcodes to have unsigned offset argument. 2022-03-28 15:43:09 +11:00
smallint.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
smallint.h py/smallint: Introduce MP_SMALL_INT_BITS macro. 2022-03-25 12:23:43 +11:00
stackctrl.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
stackctrl.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
stream.c MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
stream.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
unicode.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
unicode.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
usermod.cmake rp2: Add support for USER_C_MODULES to CMake build system. 2021-03-31 00:26:01 +11:00
vm.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
vmentrytable.h MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
vstr.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
warning.c Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00