<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/drivers/TwiMaster.h, branch ultraredux2-pwmbacklight</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>Simplify parameters and cleanup</title>
<updated>2021-08-16T15:26:10Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2021-08-16T15:26:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=81a36dc31ed22237e3cc06c8f4ba2a5cbcf07f8e'/>
<id>81a36dc31ed22237e3cc06c8f4ba2a5cbcf07f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize twiMaster</title>
<updated>2021-08-09T14:45:24Z</updated>
<author>
<name>Riku Isokoski</name>
<email>riksu9000@gmail.com</email>
</author>
<published>2021-08-09T14:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=baa7e1bf12b58224e9461a5a605dcebabcf9504e'/>
<id>baa7e1bf12b58224e9461a5a605dcebabcf9504e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move most of the code from the constructor of the objects statically initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238.</title>
<updated>2021-06-12T08:58:28Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-06-12T08:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=6d524ebea2c97e309633d5e01c3a1e37c182f27d'/>
<id>6d524ebea2c97e309633d5e01c3a1e37c182f27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed access modified indentation</title>
<updated>2021-04-24T09:00:45Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-24T09:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=69898545193a82f7d72c9f47c9d9de36167b157b'/>
<id>69898545193a82f7d72c9f47c9d9de36167b157b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformatted all the files according to clang-format style</title>
<updated>2021-04-24T08:39:53Z</updated>
<author>
<name>Avamander</name>
<email>avamander@gmail.com</email>
</author>
<published>2021-04-18T17:28:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40d45d923b033363ff1304b47eac238dd4495a57'/>
<id>40d45d923b033363ff1304b47eac238dd4495a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>0.16.0 TWI problems fix</title>
<updated>2021-04-10T18:09:33Z</updated>
<author>
<name>Joaquim</name>
<email>joaquim.org@gmail.com</email>
</author>
<published>2021-04-10T18:09:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=012c246e401c0745d4b6765217ce7137680070da'/>
<id>012c246e401c0745d4b6765217ce7137680070da</id>
<content type='text'>
More memory for freertos heap and timer stack
Fix warning in watchface
Fix number of bytes read by cst816
Debug app to show freertos tasks
Increased the number of bytes of the twi write buffer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More memory for freertos heap and timer stack
Fix warning in watchface
Fix number of bytes read by cst816
Debug app to show freertos tasks
Increased the number of bytes of the twi write buffer
</pre>
</div>
</content>
</entry>
<entry>
<title>TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases and workarounds for errors on the bus.</title>
<updated>2021-04-08T18:07:24Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-04-08T18:07:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=9ac4be8b759bb2cedeb999ce5e87d983261beded'/>
<id>9ac4be8b759bb2cedeb999ce5e87d983261beded</id>
<content type='text'>
Reset the TWI bus after the soft-reset of the motion sensor to workaround issues on the TWI bus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reset the TWI bus after the soft-reset of the motion sensor to workaround issues on the TWI bus.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix TWI includes</title>
<updated>2020-11-16T00:35:51Z</updated>
<author>
<name>okaestne</name>
<email>git@oliver-kaestner.de</email>
</author>
<published>2020-11-15T16:45:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=f42b33ed6d3db56fd61450c4c47b5c6c597d3227'/>
<id>f42b33ed6d3db56fd61450c4c47b5c6c597d3227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include cleanup: drivers</title>
<updated>2020-11-15T04:04:22Z</updated>
<author>
<name>okaestne</name>
<email>git@oliver-kaestner.de</email>
</author>
<published>2020-11-15T04:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=c3475b92fad2eff4b2a43e5343863d11fe4caca3'/>
<id>c3475b92fad2eff4b2a43e5343863d11fe4caca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a better fix is found.</title>
<updated>2020-10-23T20:25:37Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-10-23T20:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=2f710d06f37b9ee964ad24dc1832d18ac321c664'/>
<id>2f710d06f37b9ee964ad24dc1832d18ac321c664</id>
<content type='text'>
When the driver is stuck in an infinite loop for more than ~2.5ms, the TWI device is re-init and the transaction is retried.

Read() and Write() return an error code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the driver is stuck in an infinite loop for more than ~2.5ms, the TWI device is re-init and the transaction is retried.

Read() and Write() return an error code.
</pre>
</div>
</content>
</entry>
</feed>
