| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-24 | Master mergerefactor | Aditya Naik | |
| 2020-06-22 | Newer proto file for dataflow | Aditya Naik | |
| 2020-06-22 | Optimizations for master data and command routing handling and corresponding ↵ | Aditya Naik | |
| changes for slave data and command decoding. Master no longer decodes data in order send individual datapoints in a packed data_message field individually, but stores and forwards the encoded data message and MDR to the slaves during routing. This significantly optimizes data routing by reducing the time taken to decode and encode every single packed datapoint. Task List: None | |||
| 2020-06-18 | This CL adds support for dataflow branch 2, which includes master processing ↵ | Aditya Naik | |
| 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 | |||
| 2020-06-15 | I2C speed upgrade for master and slave | Aditya Naik | |
| 2020-06-15 | Ports merge | Aditya Naik | |
| 2020-06-11 | Added UART device initialization for new dev board | Aditya Naik | |
| 2020-06-10 | Port macros | Aditya Naik | |
| 2020-06-10 | Moved all F4-specific files to the HAL port directory | Aditya Naik | |
| 2020-06-09 | Added port files for STM32F405RG and minor address change to slave | Aditya Naik | |
| 2020-06-09 | Added ports dir | Aditya Naik | |
| 2020-06-09 | Moved nanopb files to library dir; changed main filenames | Aditya Naik | |
| 2020-06-08 | master merge | Aditya Naik | |
| 2020-06-08 | Routing bugfix | Aditya Naik | |
| 2020-06-08 | Routing bugfix | Aditya Naik | |
| 2020-06-08 | This 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-08 | Master changes and TODO | Aditya Naik | |
| 2020-06-08 | Dataflow DF_RX_DOC changes | Aditya Naik | |
| 2020-06-08 | Addressing changes | Aditya Naik | |
| 2020-06-05 | Debugged DF DOC/CTS errors | Aditya Naik | |
| 2020-06-05 | Dataflow errors, switching CTS to bytes TX | Aditya Naik | |
| 2020-06-04 | Testing micropython slave | Aditya Naik | |
| 2020-06-01 | Renamed master and slave files, small edits to code | Aditya Naik | |
| 2020-05-28 | Added slave file, handshake to slave | Aditya Naik | |
| 2020-05-28 | This CL adds bookkeeping structures for routing, including the routing ↵ | Aditya Naik | |
| buffer, routing index buffer, and the routing table. It also adds the main routing function, slave-side implementation of receiving subscribed data and master implementation of managed data in the routing buffer. This CL supports only routing data (branch 1) and only honors subscriptions based on module ID. CL also adds minor changes to the dataflow process, including inserting data into the routing buffer and incrementing routing pointer. CL also adds a configuration macro MASTER_I2C_BUS_INTERVAL in config.h to delay master I2C operations in order to minimize I2C timeout errors on the bus. Author: Aditya Naik Reviewers: None Task list: ef9e3917106842259ce2c32f40d7e9be 2f0c741a66db4b79904e295356b657cd | |||
| 2020-05-14 | This CL adds structures for bookkeeping for dataflow based on the dataflow ↵ | Aditya Naik | |
| 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 | |||
| 2020-04-22 | Added dataflow protocol files | Aditya Naik | |
| 2020-04-22 | Manually added MDR | Aditya Naik | |
| 2020-04-22 | Manually add MDR | Aditya Naik | |
| 2020-04-22 | Better idea: treat hs as done, manually add MDR | Aditya Naik | |
| 2020-04-22 | Better idea: treat hs as done, manually add MDR | Aditya Naik | |
| 2020-04-21 | New working main file | Aditya Naik | |
| 2020-04-10 | Newer handshake proto | Aditya Naik | |
| 2020-04-09 | Master roggle | Aditya Naik | |
| 2020-04-09 | main.c and corresponding makefile | Aditya Naik | |
| 2020-04-09 | Added cient code to master hs | Aditya Naik | |
| 2020-04-09 | Added cient code to master hs | Aditya Naik | |
| 2020-04-09 | Added cient code to master hs | Aditya Naik | |
| 2020-04-09 | Added cient code to master hs | Aditya Naik | |
| 2020-04-09 | Project refactor | Aditya Naik | |
| 2020-04-09 | Older changes | Aditya Naik | |
| 2020-04-07 | Removed encoding callback | Aditya Naik | |
| 2020-04-07 | RTOS prep changes | Aditya Naik | |
| 2020-04-07 | Debug/testing block corrections | Aditya Naik | |
| 2020-04-07 | Debug/testing block corrections | Aditya Naik | |
| 2020-04-07 | MDR decode works with pointer | Aditya Naik | |
| 2020-04-07 | MDR decode works but not with pointer structure | Aditya Naik | |
| 2020-04-07 | Branching off main hs | Aditya Naik | |
| 2020-04-07 | Working on MDR decoding in main-hs | Aditya Naik | |
| 2020-04-03 | Working MDR decode on master | Aditya Naik | |
