<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/drivers, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>Merge pull request #531 from hatmajster/heart-rate-gain-setting</title>
<updated>2022-01-26T20:44:23Z</updated>
<author>
<name>JF</name>
<email>JF002@users.noreply.github.com</email>
</author>
<published>2022-01-26T20:44:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=71c895dc719e81558325772cbd704e1aeaf9288e'/>
<id>71c895dc719e81558325772cbd704e1aeaf9288e</id>
<content type='text'>
Heart rate sensor - HRS gain changed to x8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Heart rate sensor - HRS gain changed to x8</pre>
</div>
</content>
</entry>
<entry>
<title>Hrs3300: changed default gain to x8</title>
<updated>2022-01-25T16:44:11Z</updated>
<author>
<name>hatmajster</name>
<email>hat@code.hub.pl</email>
</author>
<published>2022-01-24T19:28:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b4e956227e69d29e9440e3b125521c4f8d23d649'/>
<id>b4e956227e69d29e9440e3b125521c4f8d23d649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden cast when using it</title>
<updated>2021-12-13T10:47:52Z</updated>
<author>
<name>Yehoshua Pesach Wallach</name>
<email>yehoshuapw@gmail.com</email>
</author>
<published>2021-12-13T10:47:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=464b689a03bca06099fba316b4c6c66c619d5521'/>
<id>464b689a03bca06099fba316b4c6c66c619d5521</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>order ReadHrs, ReadAls bitwise according to bit ordering</title>
<updated>2021-12-13T10:39:34Z</updated>
<author>
<name>Yehoshua Pesach Wallach</name>
<email>yehoshuapw@gmail.com</email>
</author>
<published>2021-12-13T10:39:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4cc95091ab07f0b90c078f087f3826e845443873'/>
<id>4cc95091ab07f0b90c078f087f3826e845443873</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move up file header include to top</title>
<updated>2021-11-15T21:02:49Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-11-05T22:55:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=241d36471daaea03215c289f3dc2bdc2860b5053'/>
<id>241d36471daaea03215c289f3dc2bdc2860b5053</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing standard includes</title>
<updated>2021-11-15T21:02:49Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-11-03T22:02:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=f2918709d92dd49e7e1fffe22be04fc2b47f928b'/>
<id>f2918709d92dd49e7e1fffe22be04fc2b47f928b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update includes to to be relative to src directory</title>
<updated>2021-11-15T21:02:49Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-10-13T20:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c'/>
<id>ac7b2da611fa5ef4cc989a9feb027f66c0ebfc6c</id>
<content type='text'>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unresponsive touch panel after update to 1.7 : don't care if device ids are not the ones we expected (until we know more about these communication and IDs issues).</title>
<updated>2021-11-14T19:32:25Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-11-14T19:32:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=9671a8451fc0bc49fcd06521906d8be53959a74f'/>
<id>9671a8451fc0bc49fcd06521906d8be53959a74f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting following the code review.</title>
<updated>2021-11-07T15:19:06Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-11-07T15:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=8d61419836bffa7c59cb41c33fe747bafe841af5'/>
<id>8d61419836bffa7c59cb41c33fe747bafe841af5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add data validity check and retries in CST816S driver. See https://github.com/InfiniTimeOrg/InfiniTime/issues/763#issuecomment-962436976.</title>
<updated>2021-11-06T18:01:19Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-11-06T18:01:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=e9c7ab4cfc82172a07c19a0c4877b4afd11412f8'/>
<id>e9c7ab4cfc82172a07c19a0c4877b4afd11412f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
