<feed xmlns='http://www.w3.org/2005/Atom'>
<title>uctrl-hs-proto/src, branch ports</title>
<subtitle>Protobuf-based protocol for distributed embedded architectures. STM32F4 based</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/'/>
<entry>
<title>Moved all F4-specific files to the HAL port directory</title>
<updated>2020-06-10T19:19:22+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-10T19:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=c67e5c72e59dbe0688ff7c937696a221d0089d7a'/>
<id>c67e5c72e59dbe0688ff7c937696a221d0089d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added port files for STM32F405RG and minor address change to slave</title>
<updated>2020-06-09T19:29:12+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-09T19:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=ab6f8af31993a882adeeaefb83f00f607c16d9ee'/>
<id>ab6f8af31993a882adeeaefb83f00f607c16d9ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved nanopb files to library dir; changed main filenames</title>
<updated>2020-06-09T16:40:35+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-09T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=16d4cd12cb4bdfc3eda3ec6019d093f971d8aca8'/>
<id>16d4cd12cb4bdfc3eda3ec6019d093f971d8aca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Routing bugfix</title>
<updated>2020-06-08T21:42:24+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-08T21:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=da242057530c1181d07d72c710ec362163b4fb47'/>
<id>da242057530c1181d07d72c710ec362163b4fb47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This CL adds a major refactor to the protocol implementation by moving away 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.</title>
<updated>2020-06-08T19:40:38+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-05T00:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=eec8547279d2f09874087f265793c451432f1db6'/>
<id>eec8547279d2f09874087f265793c451432f1db6</id>
<content type='text'>
Author:    Aditya Naik
Reviewers: None
Task list: None
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author:    Aditya Naik
Reviewers: None
Task list: None
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed master and slave files, small edits to code</title>
<updated>2020-06-01T17:22:51+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-06-01T17:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=02935126630c673f61fb61654c961de0cae492f5'/>
<id>02935126630c673f61fb61654c961de0cae492f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added slave file, handshake to slave</title>
<updated>2020-05-28T20:58:00+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-05-28T20:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=610f284322974bb88021e94b36f9da046b732257'/>
<id>610f284322974bb88021e94b36f9da046b732257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This CL adds bookkeeping structures for routing, including the routing 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.</title>
<updated>2020-05-28T18:40:31+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-05-15T18:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=bb639c42d04457fe37f3cbd9a407296b2047cb45'/>
<id>bb639c42d04457fe37f3cbd9a407296b2047cb45</id>
<content type='text'>
Author:     Aditya Naik
Reviewers:  None
Task list:  ef9e3917106842259ce2c32f40d7e9be
     	    2f0c741a66db4b79904e295356b657cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Author:     Aditya Naik
Reviewers:  None
Task list:  ef9e3917106842259ce2c32f40d7e9be
     	    2f0c741a66db4b79904e295356b657cd
</pre>
</div>
</content>
</entry>
<entry>
<title>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.</title>
<updated>2020-05-14T15:03:33+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-04-27T20:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=f5109a42e901608515b57e5256f56a841a0a05c1'/>
<id>f5109a42e901608515b57e5256f56a841a0a05c1</id>
<content type='text'>
Commit by:   Aditya Naik
Reviewed by: None
Task list:   2cabf06b6a354e83aed9a1c7ff22bd14
       	     49ca5b3a768a48778259d3a449890ccb
	     d34854d85c7947f5b63bc897136c6c28
	     88a636ba03c24d3bac77ccc9ab9822db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit by:   Aditya Naik
Reviewed by: None
Task list:   2cabf06b6a354e83aed9a1c7ff22bd14
       	     49ca5b3a768a48778259d3a449890ccb
	     d34854d85c7947f5b63bc897136c6c28
	     88a636ba03c24d3bac77ccc9ab9822db
</pre>
</div>
</content>
</entry>
<entry>
<title>Added dataflow protocol files</title>
<updated>2020-04-22T20:30:15+00:00</updated>
<author>
<name>Aditya Naik</name>
</author>
<published>2020-04-22T20:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/uctrl-hs-proto/commit/?id=42a683033594289ddc520dffec652967e366e785'/>
<id>42a683033594289ddc520dffec652967e366e785</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
