.. |
argcheck.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
asmarm.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmarm.h
|
continued WIP: almost compiling
|
5 years ago |
asmbase.c
|
py/asmbase: Revert removal of clearing of label offsets for native emit.
|
5 years ago |
asmbase.h
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
6 years ago |
asmthumb.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmthumb.h
|
continued WIP: almost compiling
|
5 years ago |
asmx64.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmx64.h
|
continued WIP: almost compiling
|
5 years ago |
asmx86.c
|
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
|
5 years ago |
asmx86.h
|
WIP: complete manual inspection of all significant changes
|
5 years ago |
asmxtensa.c
|
py/asm: Remove need for dummy_data when doing initial assembler passes.
|
6 years ago |
asmxtensa.h
|
continued WIP: almost compiling
|
5 years ago |
bc.c
|
Two fixes and translate more strings.
|
5 years ago |
bc.h
|
all: Remove inclusion of internal py header files.
|
5 years ago |
bc0.h
|
py: Clean up unary and binary enum list to keep groups together.
|
5 years ago |
binary.c
|
mp_binary_get_int: avoid undefined behavior
|
3 years ago |
binary.h
|
py/binary: Change internal bytearray typecode from 0 to 1.
|
6 years ago |
builtin.h
|
py/builtinhelp: Change signature of help text var from pointer to array.
|
5 years ago |
builtinevex.c
|
Two fixes and translate more strings.
|
5 years ago |
builtinhelp.c
|
Fix output overflow and make help translatable
|
4 years ago |
builtinimport.c
|
modsys: exc_info: Add traceback
|
4 years ago |
circuitpy_defns.mk
|
Split into shared-module and shared-bindings
|
3 years ago |
circuitpy_mpconfig.h
|
Enable _bleio adapter when _bleio is imported
|
3 years ago |
circuitpy_mpconfig.mk
|
Disable BLE file service for now
|
3 years ago |
compile.c
|
Make the @micropython.native decorator no-op if support isn't enabled
|
3 years ago |
compile.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
emit.h
|
py/emit: Combine setup with/except/finally into one emit function.
|
5 years ago |
emitbc.c
|
py/emit: Combine setup with/except/finally into one emit function.
|
5 years ago |
emitcommon.c
|
py/emit: Combine name and global into one func for load/store/delete.
|
5 years ago |
emitglue.c
|
Validate raw code and mpy read length
|
4 years ago |
emitglue.h
|
py/emitglue: When assigning bytecode only pass bytecode len if needed.
|
5 years ago |
emitinlinethumb.c
|
fix compilation errors in emitinlinethumb.c
|
4 years ago |
emitinlinextensa.c
|
Fix esp and samd
|
5 years ago |
emitnarm.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnative.c
|
Update fix (missing pragma gcc diagnostic push)
|
3 years ago |
emitnthumb.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnx64.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
emitnx86.c
|
py/emitnx86: Fix 32-bit x86 native emitter build by including header.
|
5 years ago |
emitnxtensa.c
|
py: Refactor how native emitter code is compiled with a file per arch.
|
5 years ago |
formatfloat.c
|
py/formatfloat: Fix case where floats could render with negative digits.
|
5 years ago |
formatfloat.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
frozenmod.c
|
merge finished
|
5 years ago |
frozenmod.h
|
Fix issue #207, esp8266 file operations problems (#222)
|
6 years ago |
gc.c
|
Track first free atb for multiple block sizes.
|
3 years ago |
gc.h
|
fix CCCD bonding store; avoid excessive bonding writes
|
3 years ago |
gc_long_lived.c
|
* only make objects long lived if they are on the GC heap
|
3 years ago |
gc_long_lived.h
|
Introduce a long lived section of the heap.
|
5 years ago |
grammar.h
|
py/compile: Combine expr, xor_expr and and_expr into one function.
|
5 years ago |
ioctl.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
lexer.c
|
Two fixes and translate more strings.
|
5 years ago |
lexer.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
makemoduledefs.py
|
Add files via upload
|
4 years ago |
makeqstrdata.py
|
makeqstrdata: reclaim some more bytes on some translations
|
3 years ago |
makeqstrdefs.py
|
Update filter and handle nested quotes
|
5 years ago |
makeversionhdr.py
|
Support internationalisation.
|
5 years ago |
malloc.c
|
WIP: after merge; before testing
|
5 years ago |
map.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
misc.h
|
WIP: after merge; before testing
|
5 years ago |
mkenv.mk
|
Use python3 for mpy-tool
|
4 years ago |
mkrules.mk
|
Update mkrules.mk
|
4 years ago |
modarray.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
modbuiltins.c
|
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disabled as well
|
4 years ago |
modcmath.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
6 years ago |
modcollections.c
|
WIP: after merge; before testing
|
5 years ago |
modgc.c
|
py: Change obsolete "///" comment formatting to normal comments.
|
6 years ago |
modio.c
|
protocols: Allow them to be (optionally) type-safe
|
3 years ago |
modmath.c
|
Two fixes and translate more strings.
|
5 years ago |
modmicropython.c
|
Two fixes and translate more strings.
|
5 years ago |
modstruct.c
|
Improve struct compatibility with CPython
|
4 years ago |
modsys.c
|
modsys: exc_info: Add traceback
|
4 years ago |
modthread.c
|
Two fixes and translate more strings.
|
5 years ago |
moduerrno.c
|
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
|
4 years ago |
mpconfig.h
|
Track first free atb for multiple block sizes.
|
3 years ago |
mperrno.h
|
Support OSError attributes
|
4 years ago |
mphal.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
mpprint.c
|
py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit.
|
5 years ago |
mpprint.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
mpstate.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
mpstate.h
|
Track first free atb for multiple block sizes.
|
3 years ago |
mpthread.h
|
all: Unify header guard usage.
|
6 years ago |
mpz.c
|
py/mpz: Avoid undefined behavior at integer overflow in mpz_hash.
|
5 years ago |
mpz.h
|
py/mpz: Simplify handling of borrow and quo adjustment in mpn_div.
|
5 years ago |
nativeglue.c
|
py/emit: Merge build set/slice into existing build emit function.
|
5 years ago |
nlr.c
|
continued WIP: almost compiling
|
5 years ago |
nlr.h
|
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
|
3 years ago |
nlrsetjmp.c
|
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
|
5 years ago |
nlrthumb.c
|
py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.
|
3 years ago |
nlrx64.c
|
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
|
3 years ago |
nlrx86.c
|
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
|
3 years ago |
nlrxtensa.c
|
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
|
3 years ago |
obj.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
obj.h
|
Revert subscr signature change
|
3 years ago |
objarray.c
|
Revert subscr signature change
|
3 years ago |
objarray.h
|
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
|
5 years ago |
objattrtuple.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objbool.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objboundmeth.c
|
py/objboundmeth: Support __func__ property as in CPython
|
4 years ago |
objcell.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objclosure.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objcomplex.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objdeque.c
|
More make_new fixes for unix build
|
4 years ago |
objdict.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
objenumerate.c
|
fixup micropy
|
4 years ago |
objexcept.c
|
fix printing single-arg exceptions
|
3 years ago |
objexcept.h
|
py/objexcept: Make MP_DEFINE_EXCEPTION public so ports can define excs.
|
5 years ago |
objfilter.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objfloat.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objfun.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
objfun.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objgenerator.c
|
Two fixes and translate more strings.
|
5 years ago |
objgenerator.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
objgetitemiter.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objint.c
|
Implement to_bytes(..., signed=True)
|
3 years ago |
objint.h
|
Handle truth values; speed up smallint checks
|
4 years ago |
objint_longlong.c
|
Two fixes and translate more strings.
|
5 years ago |
objint_mpz.c
|
Two fixes and translate more strings.
|
5 years ago |
objlist.c
|
Remove unneeded native cast.
|
3 years ago |
objlist.h
|
py/obj.h: Move declaration of mp_obj_list_init to objlist.h.
|
5 years ago |
objmap.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objmodule.c
|
Update objmodule.c
|
4 years ago |
objmodule.h
|
py/objmodule: Factor common code for calling __init__ on builtin module.
|
5 years ago |
objnamedtuple.c
|
make types that depend on tuple subscr work
|
3 years ago |
objnamedtuple.h
|
make types that depend on tuple subscr work
|
3 years ago |
objnone.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objobject.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objpolyiter.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objproperty.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objproperty.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
objrange.c
|
remove unnecessary GCC pragmas
|
3 years ago |
objreversed.c
|
Revert subscr signature change
|
3 years ago |
objset.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objsingleton.c
|
all: Remove inclusion of internal py header files.
|
5 years ago |
objslice.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
objstr.c
|
Tweak error messages to reduce code size.
|
3 years ago |
objstr.h
|
cleanup adapter.address; add uniquish suffix to BLE device name
|
4 years ago |
objstringio.c
|
protocols: Allow them to be (optionally) type-safe
|
3 years ago |
objstringio.h
|
py/objstringio: If created from immutable object, follow copy on write policy.
|
6 years ago |
objstrunicode.c
|
remove unnecessary GCC pragmas
|
3 years ago |
objtuple.c
|
make types that depend on tuple subscr work
|
3 years ago |
objtuple.h
|
Revert subscr signature change
|
3 years ago |
objtype.c
|
Don't assume native methods want the native object as self.
|
3 years ago |
objtype.h
|
Check native object in case of early access
|
4 years ago |
objzip.c
|
py changes for supporting superclass constructors that take kwargs
|
4 years ago |
opmethods.c
|
Revert subscr signature change
|
3 years ago |
parse.c
|
Two fixes and translate more strings.
|
5 years ago |
parse.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenum.c
|
Compress all translated strings with Huffman coding.
|
5 years ago |
parsenum.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenumbase.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
parsenumbase.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
persistentcode.c
|
Validate raw code and mpy read length
|
4 years ago |
persistentcode.h
|
py: Factor out persistent-code reader into separate files.
|
6 years ago |
proto.c
|
proto: Use %q format-string shortcut
|
3 years ago |
proto.h
|
protocols: Allow them to be (optionally) type-safe
|
3 years ago |
py.mk
|
Make all `PYTHON` env vars into `PYTHON3`
|
3 years ago |
pystack.c
|
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
|
5 years ago |
pystack.h
|
py: Introduce a Python stack for scoped allocation.
|
5 years ago |
qstr.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
qstr.h
|
Support internationalisation.
|
5 years ago |
qstrdefs.h
|
py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.
|
5 years ago |
reader.c
|
py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.
|
5 years ago |
reader.h
|
py: Allow lexer to raise exceptions during construction.
|
6 years ago |
reload.c
|
move reload exception to reload.c
|
5 years ago |
reload.h
|
move reload exception to reload.c
|
5 years ago |
repl.c
|
Merge pull request #1859 from scottbelden/tabbing
|
4 years ago |
repl.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
ringbuf.h
|
Refine _bleio
|
3 years ago |
runtime.c
|
preserve errno in OSError
|
3 years ago |
runtime.h
|
preserve errno in OSError
|
3 years ago |
runtime0.h
|
WIP: after merge; before testing
|
5 years ago |
runtime_utils.c
|
WIP: after merge; before testing
|
5 years ago |
scheduler.c
|
py: Add micropython.schedule() function and associated runtime code.
|
6 years ago |
scope.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
scope.h
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
sequence.c
|
accomodate excessively old gcc versions for raspbian mpy-cross cross-build
|
3 years ago |
showbc.c
|
mp_bytecode_print_str: avoid undefined behavior
|
3 years ago |
smallint.c
|
all: Use the name MicroPython consistently in comments
|
6 years ago |
smallint.h
|
py: Extend nan-boxing config to have 47-bit small integers.
|
5 years ago |
stackctrl.c
|
WIP: after merge; before testing
|
5 years ago |
stackctrl.h
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
|
6 years ago |
stream.c
|
protocols: Allow them to be (optionally) type-safe
|
3 years ago |
stream.h
|
protocols: Allow them to be (optionally) type-safe
|
3 years ago |
unicode.c
|
py/unicode: Clean up utf8 funcs and provide non-utf8 inline versions.
|
5 years ago |
unicode.h
|
py/objstr: Add check for valid UTF-8 when making a str from bytes.
|
5 years ago |
vm.c
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
vmentrytable.h
|
Refine iMX RT memory layout and add three boards
|
3 years ago |
vstr.c
|
style
|
3 years ago |
warning.c
|
py: Add config option to print warnings/errors to stderr.
|
5 years ago |