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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
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-07
Add input command for unix
Dave Hylands
2014-05-07
stream: Make non-blcoking stream support configurable.
Paul Sokolovsky
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-17
py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal.
Damien George
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
unix modtime: Convert to static module structures.
Paul Sokolovsky
2014-04-17
py: Add cmath module, for complex math. Disabled by default.
Damien George
2014-04-15
Move entry_table to separated header file.
AZ Huang
2014-04-14
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-13
py: Add property object, with basic functionality.
Damien George
2014-04-13
stmhal: Update for static mod sys.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
py: Make globals and locals proper dictionary objects.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-04-02
unix: Enable GC.
Paul Sokolovsky
2014-03-08
Implement ROMable modules. Add math module.
Damien George
2014-02-28
MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk
Paul Sokolovsky
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-14
Allow ports to define statically builtin functions.
Paul Sokolovsky
2014-02-06
Implement fixed buffer vstrs; use them for import path.
Damien George
2014-01-29
py: Add compile option to enable/disable source line numbers.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-17
Add long int implementation using C long long type, enable for unix port.
Paul Sokolovsky
2014-01-07
Factor and simplify Makefile's and mpconfig, part 2.
Damien George
2014-01-07
Factor and simplify Makefile's and mpconfig.
Damien George
2014-01-04
Convert USE_READLINE config option to be consistent with others.
Paul Sokolovsky
2014-01-04
Move INT_FMT, etc. declaration into global mpconfig.h .
Paul Sokolovsky
2014-01-03
Rename default config file to mpconfig.h, and port's to mpconfigport.h.
Paul Sokolovsky
[prev]