..
const.py
py/modmicropython: Add micropython.const, alias for identity function.
6 years ago
const.py.exp
py/parse: Treat constants that start with underscore as private.
7 years ago
const2.py
py/modmicropython: Add micropython.const, alias for identity function.
6 years ago
const2.py.exp
tests/micropython: Add tests for const names being replaced in parser.
6 years ago
const_error.py
py/modmicropython: Add micropython.const, alias for identity function.
6 years ago
const_error.py.exp
tests: Add tests for SyntaxError, TypeError, and other missing things.
8 years ago
decorator.py
tests: Add tests for things that are not already tested.
8 years ago
decorator.py.exp
tests: Add tests for things that are not already tested.
8 years ago
decorator_error.py
tests: Add tests for SyntaxError, TypeError, and other missing things.
8 years ago
decorator_error.py.exp
tests: Add tests for SyntaxError, TypeError, and other missing things.
8 years ago
heapalloc.py
py: Fallback to stack alloca for Python-stack if heap alloc fails.
8 years ago
heapalloc.py.exp
py: Fallback to stack alloca for Python-stack if heap alloc fails.
8 years ago
meminfo.py
tests: Add missing tests for builtins, and many other things.
8 years ago
meminfo.py.exp
tests/meminfo: Update for addition of "max free sz" output.
7 years ago
memstats.py
tests: Add missing tests for builtins, and many other things.
8 years ago
memstats.py.exp
tests: Add missing tests for builtins, and many other things.
8 years ago
native_closure.py
tests: Add specific test for closures in native emitter.
8 years ago
native_closure.py.exp
tests: Add specific test for closures in native emitter.
8 years ago
native_const.py
tests: Remove obsolete test; don't use fp in micropython/ tests.
8 years ago
native_const.py.exp
tests: Remove obsolete test; don't use fp in micropython/ tests.
8 years ago
native_misc.py
tests: Add tests for SyntaxError, TypeError, and other missing things.
8 years ago
native_misc.py.exp
tests: Add tests for SyntaxError, TypeError, and other missing things.
8 years ago
viper_addr.py
py/viper: Allow casting of Python integers to viper pointers.
7 years ago
viper_addr.py.exp
py/viper: Allow casting of Python integers to viper pointers.
7 years ago
viper_args.py
py: Allow viper functions to take up to 4 arguments.
8 years ago
viper_args.py.exp
py: Allow viper functions to take up to 4 arguments.
8 years ago
viper_binop_arith.py
py: Implement native multiply operation in viper emitter.
8 years ago
viper_binop_arith.py.exp
py: Implement native multiply operation in viper emitter.
8 years ago
viper_binop_comp.py
tests: Add tests for viper binary operations.
8 years ago
viper_binop_comp.py.exp
tests: Add tests for viper binary operations.
8 years ago
viper_binop_comp_imm.py
asmarm: Fix bug with encoding small negative ints using MVN instruction.
8 years ago
viper_binop_comp_imm.py.exp
asmarm: Fix bug with encoding small negative ints using MVN instruction.
8 years ago
viper_binop_multi_comp.py
py: Partially fix viper multi-comparison; add test for it.
8 years ago
viper_binop_multi_comp.py.exp
py: Partially fix viper multi-comparison; add test for it.
8 years ago
viper_cond.py
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_cond.py.exp
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_error.py
py/emitnative: Raise ViperTypeError for unsupported unary ops.
7 years ago
viper_error.py.exp
py/emitnative: Raise ViperTypeError for unsupported unary ops.
7 years ago
viper_misc.py
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_misc.py.exp
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr8_load.py
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_ptr8_load.py.exp
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_ptr8_store.py
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_ptr8_store.py.exp
tests: Add more tests for viper, including tests for ViperTypeError's.
8 years ago
viper_ptr16_load.py
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr16_load.py.exp
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr16_store.py
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr16_store.py.exp
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr32_load.py
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr32_load.py.exp
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr32_store.py
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_ptr32_store.py.exp
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
7 years ago
viper_subscr.py
py: Implement implicit cast to obj for viper load/store index/value.
8 years ago
viper_subscr.py.exp
py: Implement implicit cast to obj for viper load/store index/value.
8 years ago