summaryrefslogtreecommitdiff
path: root/src/main-slave.c
AgeCommit message (Collapse)Author
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-05-28Added slave file, handshake to slaveAditya Naik