<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/drivers/SpiMaster.h, branch calc-onto-edge</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>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>Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.</title>
<updated>2021-06-06T13:56:03Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-06-06T13:56:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7f9cc51b050e1034b573e37484f7afe29c370d81'/>
<id>7f9cc51b050e1034b573e37484f7afe29c370d81</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>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>Encapsulate DFU Image buffering and writing into spi flash in DfuImage.</title>
<updated>2020-06-01T16:32:46Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-06-01T16:32:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=de822cc3a2f07033e881331ac8914b26023bb003'/>
<id>de822cc3a2f07033e881331ac8914b26023bb003</id>
<content type='text'>
Add some const in SPI driver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some const in SPI driver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge develop</title>
<updated>2020-05-24T14:51:50Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-05-24T14:51:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=073717980f5c00f553ac3b58a50b792b32a14c7a'/>
<id>073717980f5c00f553ac3b58a50b792b32a14c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve SPI driver (use a mutex to prevent race conditions).</title>
<updated>2020-05-17T07:35:01Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-05-17T07:35:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=79131f4fe38bfd42f6df0765ffbf7f18cf5a862e'/>
<id>79131f4fe38bfd42f6df0765ffbf7f18cf5a862e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP)</title>
<updated>2020-05-11T16:50:37Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-05-11T16:50:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=ee05577dd62c64d0e6a2e497b75710c7a1351557'/>
<id>ee05577dd62c64d0e6a2e497b75710c7a1351557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add SPI NOR Flash driver, WIP.</title>
<updated>2020-05-07T17:53:51Z</updated>
<author>
<name>JF</name>
<email>jf@codingfield.com</email>
</author>
<published>2020-05-07T17:53:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=0b8e6c3fa20457bce931b1d289f187e46fc68307'/>
<id>0b8e6c3fa20457bce931b1d289f187e46fc68307</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
