PyMite.
|
Classes |
| class | ipm::Connection |
| class | ipm::PipeConnection |
| class | ipm::SerialConnection |
| class | ipm::Interactive |
Namespaces |
| namespace | ipm |
| | Interactive PyMite.
|
Functions |
| def | ipm::parse_cmdline |
|
def | ipm::main |
| def | ipm::ser_test |
Variables |
| string | ipm::__usage__ |
|
string | ipm::NEED_PYSERIAL = "Install the pySerial module from http://pyserial.wiki.sourceforge.net/pySerial" |
|
string | ipm::PMVM_EXE = "../platform/desktop/main.out" |
|
string | ipm::IPM_PROMPT = "ipm> " |
|
string | ipm::COMPILE_FN = "<ipm>" |
|
string | ipm::COMPILE_MODE = "single" |
| string | ipm::INIT_MESSAGE |
| string | ipm::HELP_MESSAGE |
|
string | ipm::REPLY_TERMINATOR = '\x04' |
|
string | ipm::EOF_KEY = 'Z' |
PyMite.