git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: integrate gdb support over serial port for bare-metal debugging.
[lunaix-os.git]
/
lunaix-os
/
includes
/
sdbg
/
protocol.h
diff --git a/lunaix-os/includes/sdbg/protocol.h
b/lunaix-os/includes/sdbg/protocol.h
new file mode 100644
(file)
index 0000000..
940194e
--- /dev/null
+++ b/
lunaix-os/includes/sdbg/protocol.h
@@ -0,0
+1,11
@@
+#ifndef __LUNAIX_SDBG_PROTOCOL_H
+#define __LUNAIX_SDBG_PROTOCOL_H
+
+/**
+ * @brief Initialize Serial Debugger
+ *
+ */
+void
+sdbg_init();
+
+#endif /* __LUNAIX_SDBG_H */