aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pyexec.h
diff options
context:
space:
mode:
authorDamien George2014-03-13 10:17:51 +0000
committerDamien George2014-03-13 10:17:51 +0000
commit659c19c67c00b156cb6890f926d5cc012d129f24 (patch)
tree303a4e00c9612951c8ab3cfbe926121724173fd1 /stmhal/pyexec.h
parent19438fd30a3184b656221a59062ea32453d0fd16 (diff)
parentf14b92b9e13c9cb9f54a1d740dbea1eeedeccb5b (diff)
Merge pull request #342 from dhylands/stmhal-repl
REPL working on UART6 with STMHAL
Diffstat (limited to 'stmhal/pyexec.h')
-rw-r--r--stmhal/pyexec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stmhal/pyexec.h b/stmhal/pyexec.h
new file mode 100644
index 000000000..cad15af6f
--- /dev/null
+++ b/stmhal/pyexec.h
@@ -0,0 +1,5 @@
+void pyexec_raw_repl(void);
+void pyexec_repl(void);
+bool pyexec_file(const char *filename);
+
+MP_DECLARE_CONST_FUN_OBJ(pyb_set_repl_info_obj);