circuitpython/windows
Damien George d17926db71 Rename rt_* to mp_*.
Mostly just a global search and replace.  Except rt_is_true which
becomes mp_obj_is_true.

Still would like to tidy up some of the names, but this will do for now.
2014-03-30 13:35:08 +01:00
..
Makefile Added Windows port (see #233) 2014-01-28 18:21:05 +01:00
file.c Added Windows port (see #233) 2014-01-28 18:21:05 +01:00
main.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00
mpconfigport.h windows: Change MICROPY_FLOAT config to new scheme. 2014-03-13 00:36:34 +00:00
qstrdefsport.h Change mp_method_t.name from const char * to qstr. 2014-03-26 20:15:40 +00:00