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
0116218fa8
modmachine: Add new module to access hardware, starting with physical memory.
Refactored from "stm" module, provides mem8, mem16, mem32 objects with
array subscript syntax.
|
10 years ago |
.. |
.gitignore
|
unix: Update .gitignore for "fast" and "minimal" builds.
|
10 years ago |
Makefile
|
unix: Remove -Wdouble-promotion from main build, and 2 from coverage.
|
10 years ago |
alloc.c
|
unix: Add target to build "minimal" uPy interpreter.
|
10 years ago |
file.c
|
py: Overhaul and simplify printf/pfenv mechanism.
|
10 years ago |
gccollect.c
|
unix: Add target to build "minimal" uPy interpreter.
|
10 years ago |
input.c
|
input.c: Fix line-endings after recent changes.
|
10 years ago |
input.h
|
unix: Support readline history saving to file, improves interactive usage.
|
10 years ago |
main.c
|
py: Replace py-version.sh with makeversionhdr.py, written in Python.
|
10 years ago |
modffi.c
|
unix/modffi.c: get_buffer is allowed to return NULL if len=0.
|
10 years ago |
modos.c
|
unix: Prefix includes with py/; remove need for -I../py.
|
10 years ago |
modsocket.c
|
py: Overhaul and simplify printf/pfenv mechanism.
|
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
|
modmachine: Add new module to access hardware, starting with physical memory.
|
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
|
py: Add MICROPY_PY_BUILTINS_REVERSED, disable for minimal ports.
|
10 years ago |
qstrdefsport.h
|
modffi: Add .addr() method to just get symbol address.
|
10 years ago |