..
argcheck.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
asmarm.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
asmarm.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
asmbase.c
py/asm: Remove need for dummy_data when doing initial assembler passes.
2016-12-09 22:50:58 +11:00
asmbase.h
py/asm: Remove need for dummy_data when doing initial assembler passes.
2016-12-09 22:50:58 +11:00
asmthumb.c
py/asmthumb: Use existing macro to properly clear the D-cache.
2017-08-23 11:32:27 +10:00
asmthumb.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
asmx64.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
asmx64.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
asmx86.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
asmx86.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
asmxtensa.c
py/asm: Remove need for dummy_data when doing initial assembler passes.
2016-12-09 22:50:58 +11:00
asmxtensa.h
Merge tag 'v1.9.1'
2017-06-20 10:56:05 -07:00
bc.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
bc.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
bc0.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
binary.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
binary.h
py/binary: Change internal bytearray typecode from 0 to 1.
2017-08-17 16:19:35 +10:00
builtin.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
builtinevex.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
builtinhelp.c
Fix problems that prevented use of internal frozen modules:
2017-07-16 16:00:41 -07:00
builtinimport.c
py: Only load frozen modules when the filename has the prefix. ( #235 )
2017-09-05 22:01:17 -04:00
compile.c
py/compile: Remove unused pn_colon code when compiling func params.
2017-08-21 22:00:34 +10:00
compile.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emit.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emitbc.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emitcommon.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emitglue.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
emitglue.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emitinlinethumb.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
emitinlinextensa.c
py/emitinline: Move common code for end of final pass to compiler.
2016-12-09 21:23:17 +11:00
emitnative.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
formatfloat.c
py/formatfloat: Don't post-increment variable that won't be used again.
2017-08-21 22:04:23 +10:00
formatfloat.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
frozenmod.c
Fix issue #207 , esp8266 file operations problems ( #222 )
2017-09-01 16:12:26 -04:00
frozenmod.h
Fix issue #207 , esp8266 file operations problems ( #222 )
2017-09-01 16:12:26 -04:00
gc.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
gc.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
grammar.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
ioctl.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
lexer.c
all: Raise exceptions via mp_raise_XXX
2017-08-13 22:52:33 +10:00
lexer.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
makeqstrdata.py
py/makeqstrdata.py: Compute the qstr hash from bytes, not characters.
2016-09-02 14:32:47 +10:00
makeqstrdefs.py
Merge tag 'v1.9.1'
2017-06-20 10:56:05 -07:00
makeversionhdr.py
Modernize module and class static dicts; update freetouch
2017-08-27 15:02:50 -04:00
malloc.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
map.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
misc.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
mkenv.mk
Added ability to freeze multiple directories; freeze neopixel library in cpx build ( #199 )
2017-08-23 11:05:59 -07:00
mkrules.mk
Freeze libraries needed by adafruit_circuitplayground library into firmware.
2017-10-08 10:54:46 -06:00
modarray.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modbuiltins.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
modcmath.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modcollections.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modgc.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modio.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
modmath.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
modmicropython.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modstruct.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
modsys.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
modthread.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
moduerrno.c
py/moduerrno: Make list of errno codes configurable.
2017-02-22 12:58:11 +11:00
mpconfig.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
mperrno.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
mphal.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
mpprint.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
mpprint.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
mpstate.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
mpstate.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
mpthread.h
all: Unify header guard usage.
2017-07-18 11:57:39 +10:00
mpz.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
mpz.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
nativeglue.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
nlr.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
nlrsetjmp.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
nlrthumb.c
py: Fix nlrthumb.c when DEBUG=1 is defined
2016-07-21 00:54:21 +03:00
nlrx64.c
py/nlrx64: Fixes to support Mac OS.
2017-03-08 22:36:02 +11:00
nlrx86.c
py/nlrx86: Better check for Zephyr (requires 1.7).
2017-03-26 00:33:23 +03:00
nlrxtensa.c
py/nlrxtensa: Convert from assembler to C file with inline asm.
2017-03-06 17:13:16 +11:00
obj.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
obj.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objarray.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objarray.h
all: Unify header guard usage.
2017-07-18 11:57:39 +10:00
objattrtuple.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objbool.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objboundmeth.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objcell.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objclosure.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objcomplex.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objdict.c
py/modsys: Initial implementation of sys.getsizeof().
2017-08-11 09:43:07 +03:00
objenumerate.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objexcept.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objexcept.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objfilter.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objfloat.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objfun.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
objfun.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objgenerator.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objgenerator.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objgetitemiter.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objint.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objint.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objint_longlong.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objint_mpz.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objlist.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objlist.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objmap.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objmodule.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objmodule.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objnamedtuple.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objnamedtuple.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objnone.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objobject.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objpolyiter.c
py: Add iter_buf to getiter type method.
2017-02-16 18:38:06 +11:00
objproperty.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objproperty.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objrange.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objreversed.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objset.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objsingleton.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objslice.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objstr.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objstr.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objstringio.c
py/objstringio: Fix regression with handling SEEK_SET.
2017-08-20 22:02:41 +03:00
objstringio.h
py/objstringio: If created from immutable object, follow copy on write policy.
2017-06-09 17:33:01 +03:00
objstrunicode.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objtuple.c
all: Raise exceptions via mp_raise_XXX
2017-08-13 22:52:33 +10:00
objtuple.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objtype.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
objtype.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
objzip.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
opmethods.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
parse.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
parse.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
parsenum.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
parsenum.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
parsenumbase.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
parsenumbase.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
persistentcode.c
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. ( #218 )
2017-08-31 15:27:50 -04:00
persistentcode.h
py: Factor out persistent-code reader into separate files.
2016-11-16 18:13:50 +11:00
py.mk
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
qstr.c
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
2017-08-15 11:53:36 +10:00
qstr.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
qstrdefs.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
reader.c
all: Don't include system errno.h when it's not needed.
2017-07-24 18:43:14 +10:00
reader.h
py: Allow lexer to raise exceptions during construction.
2017-03-14 11:52:05 +11:00
repl.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
repl.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
ringbuf.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
runtime.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
runtime.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
runtime0.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
runtime_utils.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
scheduler.c
py: Add micropython.schedule() function and associated runtime code.
2017-03-20 15:20:26 +11:00
scope.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
scope.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
sequence.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
showbc.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
smallint.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
smallint.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
stackctrl.c
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
stackctrl.h
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
2017-08-25 22:17:07 -04:00
stream.c
py/stream: seek: Consistently handle negative offset for SEEK_SET.
2017-08-20 22:02:41 +03:00
stream.h
py/objstringio: Fix regression with handling SEEK_SET.
2017-08-20 22:02:41 +03:00
unicode.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
unicode.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
vm.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
vmentrytable.h
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
vstr.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00
warning.c
all: Use the name MicroPython consistently in comments
2017-07-31 18:35:40 +10:00