index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2015-09-20
unix/modjni: jvalue2py: Handle boolean.
Paul Sokolovsky
2015-09-19
unix: Use MICROPY_HAL_H macro for header inclusion.
Alex March
2015-09-19
unix/modjni: py2jvalue: Pass jobject's down to Java.
Paul Sokolovsky
2015-09-18
unix/modjni: py2jvalue: Handle both int and long java types (with TODO for lo...
Paul Sokolovsky
2015-09-17
unix/modjni: jvalue2py: Handle class-containing jvalues.
Paul Sokolovsky
2015-09-16
unix/modjni: Add env() module function.
Paul Sokolovsky
2015-09-15
py/objslice: Make slice attributes (start/stop/step) readable.
Tom Soulanille
2015-09-15
unix/modjni: Return any object type value as a jobject.
Paul Sokolovsky
2015-09-14
unix/modjni: Return Java null as Python None.
Paul Sokolovsky
2015-09-14
unix/modjni: Support static methods.
Paul Sokolovsky
2015-09-13
unix/modjni: Factor out new_jobject(), jvalue2py() functions.
Paul Sokolovsky
2015-09-12
unix: Enable REPL auto-indent.
Damien George
2015-09-12
unix/modjni: Factor out py2jvalue() function.
Paul Sokolovsky
2015-09-11
unix/modjni: "jni" module to interface to JNI-compliant JavaVM.
Paul Sokolovsky
2015-09-03
tests: Add tests to improve coverage of objstr.c.
Damien George
2015-08-31
modffi: dlsym() doesn't set errno, so use ENOENT for OSError.
Paul Sokolovsky
2015-08-30
unix: Allow to build libffi from source and link against it.
Paul Sokolovsky
2015-08-29
py: Treat -m32 flag as part of CC, LD, etc.
Paul Sokolovsky
2015-08-22
unix: Bump default heap size to 1MB (2MB on 64-bit systems).
Paul Sokolovsky
2015-08-20
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Paul Sokolovsky
2015-08-13
py: Add stream_tell method, and use for unix and stmhal file tell.
blmorris
2015-08-05
unix/mpconfigport.h: set MICROPY_PY_SYS_PLATFORM to "darwin" if compiled on OSX
blmorris
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-15
unix: modsocket: Implement inet_pton() in preference of inet_aton().
Paul Sokolovsky
2015-07-14
unix: modsocket: Implement recvfrom().
Paul Sokolovsky
2015-07-12
unix: modsocket: Implement sendto().
Paul Sokolovsky
2015-07-11
unix: socket.getaddrinfo: Port is unsigned value.
Paul Sokolovsky
2015-07-10
unix: socket.getaddrinfo: Accept family & socktype arguments.
Paul Sokolovsky
2015-07-08
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
Paul Sokolovsky
2015-06-21
unix: Add O_WRONLY | O_CREAT to open call when opening file for append ("a").
Ari Suutari
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-03
unix: Update .gitignore; now ignores coverage build.
Damien George
2015-06-03
unix: Prepare upip frozen modules under build/.
Paul Sokolovsky
2015-06-03
unix: Uncompress upip tarball to build directory.
Paul Sokolovsky
2015-06-02
unix: Include upip as fronzen modules inside the standard interpreter.
Paul Sokolovsky
2015-05-30
unix: Print an extra newline to the output on ctrl-D
stijn
2015-05-30
unix: minimal: Don't use readline support.
Paul Sokolovsky
2015-05-30
unix: Allow to override default sys.path value.
Paul Sokolovsky
2015-05-28
tests: Add special tests to test mp_printf function to improve coverage.
Damien George
2015-05-27
unix: Add option to use uPy readline, and enable by default.
Damien George
2015-05-27
unix: Factor out stdio and ctrl-C code to unix_mphal.c file.
Damien George
2015-05-17
Revert "unix: Include stdio.h to allow easy debugging with printf()."
Paul Sokolovsky
2015-05-12
unix: Add some extra coverage tests for vstr and attrtuple.
Damien George
2015-05-10
unix: Include stdio.h to allow easy debugging with printf().
Paul Sokolovsky
2015-05-10
unix: Print unhandled exception to stderr, like CPython does.
Paul Sokolovsky
2015-05-08
unix: Fix thumb2 vs arm native emitter auto-detection.
Paul Sokolovsky
2015-05-08
unix: Make extra-coverage function callable from Python scripts.
Damien George
2015-05-08
unix: Add special function to improve coverage.
Damien George
2015-05-04
modbuiltins: Add NotImplemented builtin constant.
Paul Sokolovsky
[next]