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
/
Makefile
Age
Commit message (
Expand
)
Author
2013-12-30
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
Paul Sokolovsky
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-30
Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig.
Damien George
2013-12-30
Make "unix" target be crossplatform and support x86, x64, ARM hosts.
Paul Sokolovsky
2013-12-29
Don't error out if build/ directory already exists.
Paul Sokolovsky
2013-12-29
Add unix-cpy, used to test Micro Python byte code against CPython.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-20
Fix a few compiler warnings.
Damien
2013-12-17
unix: include obj.h, and build additional py files.
Damien
2013-11-17
Link showbc.o in unix version.
Damien
2013-11-02
Add basic complex number support.
Damien
2013-10-22
Improve REPL compount statement detection.
Damien
2013-10-20
Abstract out back-end stream functionality from lexer.
Damien
2013-10-18
Implement REPL.
Damien
2013-10-15
Implement basic exception framework, and simple for loop.
Damien
2013-10-12
Separate out mpy core and unix version.
Damien