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-08-04
Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.
Damien George
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-29
Merge pull request #738 from dhylands/except-args
Damien George
2014-07-28
py: Implement __file__ attribute for modules.
Paul Sokolovsky
2014-07-27
py: Change stream protocol API: fns return uint; is_text for text.
Damien George
2014-07-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
2014-07-19
Merge pull request #757 from stinos/windows-fsync
Damien George
2014-07-19
py: Add stream reading of n unicode chars; unicode support by default.
Damien George
2014-07-16
Add fsync for windows, i.e. _commit. See dce8876
stijn
2014-07-13
unix: file: No fsync() on Windows.
Paul Sokolovsky
2014-07-13
unix: file: Implement .flush() method.
Paul Sokolovsky
2014-07-13
unix: Allow to disable MICROPY_EMIT_X64 from commandline.
Paul Sokolovsky
2014-07-09
moductypes: Foreign data interface module, roughly based on ctype ideas.
Paul Sokolovsky
2014-07-03
py: Implement sys.maxsize, standard way to check platform "bitness".
Paul Sokolovsky
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-01
stackctrl: Add "mp_" prefix.
Paul Sokolovsky
2014-07-01
modffi: Add special 'C' code for passing a callback function pointer.
Paul Sokolovsky
2014-06-29
Merge pull request #730 from stinos/windows-mpconfig
Paul Sokolovsky
2014-06-29
modffi: Support short types.
Paul Sokolovsky
2014-06-29
windows: Sync mpconfigport.h with the unix' version
stijn
2014-06-28
unix: Fix mpconfig.h not being included before misc.h
stijn
2014-06-28
unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.
Damien George
2014-06-27
py: Move stack_ctrl_init() to mp_init().
Paul Sokolovsky
2014-06-27
Merge pull request #717 from stinos/dead-code
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky
2014-06-25
unix: Remove unused CTRL-D definition
stijn
2014-06-24
Merge pull request #690 from stinos/msvc-gc
Paul Sokolovsky
2014-06-24
modsocket: Fix uClibc detection.
Paul Sokolovsky
2014-06-24
unix: Dump default heap size in usage message.
Paul Sokolovsky
2014-06-22
unix: Don't error out on #warning directive.
Paul Sokolovsky
2014-06-22
modsocket: Workaround uClibc issue with numeric port for getaddrinfo().
Paul Sokolovsky
2014-06-22
modsocket: Add call to freeaddrinfo().
Paul Sokolovsky
2014-06-22
unix: uClibc doesn't like NULL as a buffer arg to realpath().
Paul Sokolovsky
2014-06-22
gc: Use simple cast instead of union to silence compiler
stijn
2014-06-22
windows: Enable GC and implement bss start and end symbols
stijn
2014-06-22
py: Support arm and thumb ARM ISAs, in addition to thumb2.
Paul Sokolovsky
2014-06-20
unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.
Paul Sokolovsky
2014-06-20
unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage.
Paul Sokolovsky
2014-06-20
unix: Refactor order file munging fo MacOSX.
Paul Sokolovsky
2014-06-20
unix: Group CFLAGS related stuff together.
Paul Sokolovsky
2014-06-20
unix: Allow to override compiler warning options without touching the rest.
Paul Sokolovsky
2014-06-19
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-08
Provide definition of alloca() in mpconfigport.h.
Damien George
2014-06-08
Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-alloca
Damien George
2014-06-07
modsys: Add optional support for sys.platform.
Paul Sokolovsky
2014-06-07
Merge pull request #672 from marcusva/makefile
Damien George
2014-06-07
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Marcus von Appen
2014-06-07
- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and Windows
Marcus von Appen
2014-06-07
- Let the build environment decide about the toolchain to be used, in case
Marcus von Appen
2014-06-07
Merge pull request #662 from stinos/windows-pathsep
Damien George
[next]