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
2014-03-16
unix: Clean up includes.
xbe
2014-03-08
unix: Make usage info reflect actual usage of -X option.
Damien George
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-03-04
unix: Add to usage print-out telling about -X option.
Damien George
2014-03-04
unix: Allow to set heap size using "-X heapsize=N" option.
Paul Sokolovsky
2014-03-03
unix: Add GC support for ARM architecture.
Paul Sokolovsky
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
2014-02-26
GC: Fix printf formats for debugging; add gc_dump_alloc_table.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-16
Make DEBUG_printf() a proper function, implementation is port-dependent.
Paul Sokolovsky
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-14
Merge pull request #291 from GordonMcGregor/osx_build
Damien George
2014-02-14
Merge pull request #288 from pfalcon/port-builtins
Damien George
2014-02-14
OS X compatible -map syntax for LDFLAGS
Gordon McGregor
2014-02-14
ffi: Implement ffivar.get()/set() methods.
Paul Sokolovsky
2014-02-14
Allow ports to define statically builtin functions.
Paul Sokolovsky
2014-02-12
unix Makefile: Split off optimization options to COPT variable.
Paul Sokolovsky
2014-02-11
Merge pull request #278 from pfalcon/unix-gc
Damien George
2014-02-11
More GC debugging improvements.
Paul Sokolovsky
2014-02-11
unix: Implement garbage collection support.
Paul Sokolovsky
2014-02-11
Enable link map file generation.
Paul Sokolovsky
2014-02-11
Rename str_join -> strjoin to make it not clash with objstr's one.
Paul Sokolovsky
2014-02-10
Fix some int casting that failed on 64 bit architecture.
Damien George
2014-02-10
socket: Tighten up int-to-str conversion.
Paul Sokolovsky
2014-02-10
socket: Make sure that symbol definitions are const.
Paul Sokolovsky
2014-02-09
unix: Implement time.sleep().
Paul Sokolovsky
2014-02-08
unix microsocket: Add dummy makefile() method.
Paul Sokolovsky
2014-02-08
ffi: Fix mp_obj_str_get_data() return type.
Paul Sokolovsky
2014-02-08
io.File, socket types: Add fileno() method.
Paul Sokolovsky
2014-02-08
Rename "rawsocket" module to "microsocket".
Paul Sokolovsky
2014-02-08
Make mp_obj_str_get_data return char* instead of byte*.
Damien George
2014-02-06
Implement fixed buffer vstrs; use them for import path.
Damien George
2014-02-05
Search paths properly on import and execute __init__.py if it exists.
Damien George
2014-02-05
Remove older import helpers, no longer used.
Paul Sokolovsky
2014-02-05
unix: Be sure to add current/base dir of a script to sys.path.
Paul Sokolovsky
2014-02-05
unix: Initialize sys.path from MICROPYPATH environment variable.
Paul Sokolovsky
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
2014-02-02
unix time.clock(): Actually return float value.
Paul Sokolovsky
2014-02-02
unix: Add basic time module (with time() and clock() functions).
Paul Sokolovsky
2014-02-01
unix: libffi include path now found using pkg-config.
Damien George
2014-02-01
Add mpconfigport.mk file to configure which modules to include into build.
Paul Sokolovsky
2014-01-29
py: Add compile option to enable/disable source line numbers.
Damien George
2014-01-29
Add qstr_info() function and bindings for unix port.
Damien George
2014-01-28
unix: Fix compile warnings for ffi module on 64-bit machine.
Damien George
2014-01-29
unix: Initial implementation of FFI module.
Paul Sokolovsky
2014-01-26
Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.
Damien George
2014-01-26
Merge pull request #226 from pfalcon/make-debug
Damien George
2014-01-26
unix socket: Add setsockopt() method.
Paul Sokolovsky
2014-01-26
unix socket: Add few more socket constants.
Paul Sokolovsky
[next]