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
/
windows
Age
Commit message (
Expand
)
Author
2014-04-17
build: Simplify build directory layout by putting all headers in genhdr.
Damien George
2014-04-16
build directory can now be renamed
Andrew Scheller
2014-04-08
windows: Use most of the source files from unix/ port.
Damien George
2014-04-08
Improve REPL detecting when input needs to continue.
Damien George
2014-04-08
unix, windows: There's no "help" builtin.
Paul Sokolovsky
2014-04-07
Add uPy welcome message to UNIX and Windows ports; update Teensy port.
Damien George
2014-04-07
windows: Make it compile with latest changes to py core.
Damien George
2014-03-31
py: Remove old "run time" functions that were 1 liners.
Damien George
2014-03-30
Rename rt_* to mp_*.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-13
windows: Change MICROPY_FLOAT config to new scheme.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
2014-02-15
Change mp_obj_type_t.name from const char * to qstr.
Damien George
2014-02-04
Use qstr id to create sys module.
Paul Sokolovsky
2014-01-30
windows: Make windows/main.c independent from unix/main.c
Markus Siemens
2014-01-28
Added Windows port (see #233)
Markus Siemens