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.
 
 
 
 
 
 
Paul Sokolovsky 98c4bc3fac py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. 10 years ago
..
.gitignore unix: Update .gitignore for "fast" and "minimal" builds. 10 years ago
Makefile unix: Add "coverage" target to do coverage testing using gcov. 10 years ago
alloc.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
file.c py, unix: Allow to compile with -Wunused-parameter. 10 years ago
gccollect.c unix: Add target to build "minimal" uPy interpreter. 10 years ago
input.c unix: Prefix includes with py/; remove need for -I../py. 10 years ago
input.h Add input command for unix 11 years ago
main.c py, unix, stmhal: Allow to compile with -Wshadow. 10 years ago
modffi.c modffi: 's' (string) return type: handle NULL properly (return None). 10 years ago
modos.c unix: Prefix includes with py/; remove need for -I../py. 10 years ago
modsocket.c py, unix: Allow to compile with -Wunused-parameter. 10 years ago
modtermios.c unix: Prefix includes with py/; remove need for -I../py. 10 years ago
modtime.c py, unix, lib: Allow to compile with -Wold-style-definition. 10 years ago
mpconfigport.h py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. 10 years ago
mpconfigport.mk unix: Add target to build "minimal" uPy interpreter. 10 years ago
mpconfigport_fast.h unix: fast: Set initial module dict size big to have high pystone score. 10 years ago
mpconfigport_minimal.h unix: Add target to build "minimal" uPy interpreter. 10 years ago
qstrdefsport.h py: Allow to properly disable builtin "set" object. 10 years ago