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
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2014-10-06
py: Try to autodetect machine endianness when not defined by port.
Damien George
2014-09-17
py: Add native json printing using existing print framework.
Damien George
2014-09-07
Remove skeletal modselect from extmod and just put it in stmhal.
Damien George
2014-09-07
py: Add ioctl method to stream protocol; add initial modselect.
Damien George
2014-09-06
py: Add support for emitting native x86 machine code.
Damien George
2014-09-06
py: Correctly set sys.maxsize value for 64-bit.
Paul Sokolovsky
2014-09-03
Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...
Fabian Vogt
2014-08-27
Basic native ARM emitter
Fabian Vogt
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-08-13
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
Paul Sokolovsky
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-25
Add support for storing args during an exception raised by an irq.
Dave Hylands
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-06-30
Merge pull request #710 from iabdalkader/assert
Damien George
2014-06-28
py: Add missing #endif.
Damien George
2014-06-28
Merge branch 'master' into unicode
Damien George
2014-06-27
py: Allow to disable array module and bytearray type.
Paul Sokolovsky
2014-06-27
mpconfig.h: Add MICROPY_PY_BUILTINS_STR_UNICODE.
Paul Sokolovsky
2014-06-27
py: Add portable framework to query/check C stack usage.
Paul Sokolovsky
2014-06-21
Fix asser_func warning/error
mux
2014-06-20
py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT.
Paul Sokolovsky
2014-06-12
py: Revert change of include, "" back to <> for mpconfigport.h.
Damien George
2014-06-11
py: Fix static defn in qstr; include mpconfigport.h with "" (not <>).
Damien George
2014-06-05
modgc: Implement return value for gc.collect(), enable on Unix.
Paul Sokolovsky
2014-06-01
py: Add option to disable set() object (enabled by default).
Damien George
2014-06-01
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Damien George
2014-05-25
py: Don't automatically intern strings in parser.
Damien George
2014-05-24
Rename configuration variables controling Python features.
Damien George
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-19
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Paul Sokolovsky
2014-05-15
objstringio: Implement io.BytesIO.
Paul Sokolovsky
2014-05-11
py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.
Damien George
2014-05-10
py, lexer: Add allocation policy config; return NULL if can't allocate.
Damien George
2014-05-10
modsys: Enable sys.exit() per port after all.
Paul Sokolovsky
2014-05-10
py: Disable frozenset by default, enable on unix.
Paul Sokolovsky
2014-05-10
objset: Give up and implement frozenset.
Paul Sokolovsky
2014-05-10
py: Rename byte_code to bytecode everywhere.
Damien George
2014-05-09
Merge pull request #568 from stinos/windows-msvc-port
Paul Sokolovsky
2014-05-08
py, compiler: Add basic support for A=const(123).
Damien George
2014-05-08
Windows MSVC port
stijn
2014-05-07
stream: Make non-blcoking stream support configurable.
Paul Sokolovsky
2014-05-06
modgc: Add new module for GC-related functionality.
Paul Sokolovsky
2014-05-05
py: Turn down amount of RAM parser and compiler use.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-01
py: Add tentative scheme for error messages configuration.
Paul Sokolovsky
2014-04-30
py: Abstract no-return attribute for functions a bit.
Paul Sokolovsky
[prev]
[next]