summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAditya Naik2020-06-17 16:55:22 -0400
committerAditya Naik2020-06-18 16:13:36 -0400
commit0746618ebe57ba8d452ad5cc907ddd478b512898 (patch)
treee9a3599120fdafe1d779a07164f25eb4e6d53132 /makefile
parent8883bdbccf223824935f36a77566d7af19ab4908 (diff)
This CL adds support for dataflow branch 2, which includes master processing of DOC 1, 2, 3 for SOR 1 and SOR 3, adding support for master command processing and routing. Slave command generators and receivers are also added for testing master command functionality. CL also adds minor changes to debug scripts and overall cleanup; changes to dataflow structures to support command functionality; dedicated function for handling CTS reception from slaves.
Task list: b1d2ba1914ab4621bd004ad0a636e09d 2c17aeea4e73433fa5a49d310c7526b1 5e15eda1eecb482a9bd4e6ec4ef2af0e 75b4f8b2792a4be69caf830c720d3e7c
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 22224c0..c71087a 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
# Target also determines which file is being compiled
-TARGET = master
+TARGET = slave-cmd
######################################