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-03-08
Implement ROMable modules. Add math module.
Damien George
2014-02-22
Add arbitrary precision integer support.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-14
Allow ports to define statically builtin functions.
Paul Sokolovsky
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 1.
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-16
Add empty "micropython" module to allow more seamless CPython portability.
Paul Sokolovsky
2014-01-13
Cleanup built-ins, and fix some compiler warnings/errors.
Damien George
2014-01-12
Add framework to support alternative implementations of long int Python type.
Paul Sokolovsky
2014-01-12
Add WORD_MSBIT_HIGH define - machine_int_t with the highest bit set.
Paul Sokolovsky
2014-01-12
Move BITS_PER_BYTE, BITS_PER_WORD to mpconfig.h for reuse.
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
Enable slice support in config.
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