summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-05 06:34:10 +0200
committerGitHub <noreply@github.com>2025-04-05 06:34:10 +0200
commitb18c5e09961d8bc0b2368176d9fb23789afebb87 (patch)
tree0f29fbbe829f4d276b0bc3088138c81157fc4c73 /docs
parentf085fd23cd23edfac585d326786b9a42b04da344 (diff)
parent9b7a2a6461a463b08a120c660fcc64b46b65d417 (diff)
Merge pull request #11 from amlel-el-mahrouss/dev
pr: a big commit regarding MBCI, AHCI, and others.
Diffstat (limited to 'docs')
-rw-r--r--docs/md/SPECIFICATION_KERNEL.md2
-rw-r--r--docs/md/SPECIFICATION_MBCI.md34
2 files changed, 35 insertions, 1 deletions
diff --git a/docs/md/SPECIFICATION_KERNEL.md b/docs/md/SPECIFICATION_KERNEL.md
index d9a58d32..ae283428 100644
--- a/docs/md/SPECIFICATION_KERNEL.md
+++ b/docs/md/SPECIFICATION_KERNEL.md
@@ -10,7 +10,7 @@
===================================
-# 1: The Kernel (NeOSKrnl)
+# 1: The Kernel (NeKernel)
===================================
diff --git a/docs/md/SPECIFICATION_MBCI.md b/docs/md/SPECIFICATION_MBCI.md
new file mode 100644
index 00000000..63452a85
--- /dev/null
+++ b/docs/md/SPECIFICATION_MBCI.md
@@ -0,0 +1,34 @@
+===================================
+
+# 0: General Information
+
+===================================
+
+- High Speed Bus Format.
+- Designed for keyboards, mouses, interfaces.
+- A open and cheap alternative to other HCIs.
+
+===================================
+
+# 1: Concepts
+
+===================================
+
+- MBCI Host
+- MBCI Authentication key (24-bit number)
+- MBCI Host Kind and Flags.
+
+===================================
+
+# 2: Pinout
+
+===================================
+
+- VCC (IN) (OUT for MCU)
+- CLK (IN) (OUT for MCU)
+- ACK (BI) (Contains an Acknowledge Packet Frame)
+- D0- (IN) (Starts with the Host Interface Packet Frame)
+- D1- (IN) (Starts with the Host Interface Packet Frame)
+- D0+ (OUT) (Starts with the Host Interface Packet Frame)
+- D1+ (OUT) (Starts with the Host Interface Packet Frame)
+- GND (IN) (OUT for MCU) \ No newline at end of file