summaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)Author
2020-06-09Consolidated rtos-master.c and master.crtosAditya Naik
2020-06-09Master mergeAditya Naik
2020-06-09Added ports dirAditya Naik
2020-06-09Moved nanopb files to library dir; changed main filenamesAditya Naik
2020-06-08This CL adds a major refactor to the protocol implementation by moving away ↵Aditya Naik
from protobuf for non-nested messages, simplifying the communications and reducing encoding/decoding overhead for both the master and slave. Smaller changes added include changes in address schemes and changes to the relevant macros to match the addressing changes. Changes by this CL have been tested to work with multiple slaves on different platforms (STM32 HAL-based and Micropython based). Documentation of the refactored protocol to specify the exact byte ordering for each message is pending. Author: Aditya Naik Reviewers: None Task list: None
2020-06-01Renamed master and slave files, small edits to codeAditya Naik
2020-04-22Added dataflow protocol filesAditya Naik
2020-04-22Manually add MDRAditya Naik
2020-04-09RTOS testsAditya Naik
2020-04-09Compiles with freertosAditya Naik
2020-04-09Compiles with freertosAditya Naik
2020-04-09main.c and corresponding makefileAditya Naik
2020-04-09Added cient code to master hsAditya Naik