summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAditya Naik2020-04-27 16:13:09 -0400
committerAditya Naik2020-05-14 11:03:33 -0400
commitf5109a42e901608515b57e5256f56a841a0a05c1 (patch)
treeb7bea963c1b6993695c50021af6db17c266fd4f8 /.gitignore
parent42a683033594289ddc520dffec652967e366e785 (diff)
This CL adds structures for bookkeeping for dataflow based on the dataflow protocol. It also adds a master and slave-side implementation of a single root-to-tree path in the protocol, which involves SOR=1 (master denoting a slave send operation) and DOC=5 (slave denoting data send operation). CL includes dataflow status typedef, SOR code typedef, DOC/SOR encoding, transmitting and decoding, CTS/data encoding, transmitting and decoding.
Commit by: Aditya Naik Reviewed by: None Task list: 2cabf06b6a354e83aed9a1c7ff22bd14 49ca5b3a768a48778259d3a449890ccb d34854d85c7947f5b63bc897136c6c28 88a636ba03c24d3bac77ccc9ab9822db
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ca19639..6a8c4a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,5 @@ uctrl-firmware.txt
*.o
*.bin
*~
-MDK-ARM/ \ No newline at end of file
+MDK-ARM/
+tmp.org \ No newline at end of file