<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/components/rle, branch analog24</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>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 signed/unsigned comparison warning</title>
<updated>2021-06-12T18:04:19Z</updated>
<author>
<name>Jonathan Vander Mey</name>
<email>jonathan@vandermey.ca</email>
</author>
<published>2021-05-24T22:17:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=e90e8c7426f9a44e696b208a5b393a60476a3d43'/>
<id>e90e8c7426f9a44e696b208a5b393a60476a3d43</id>
<content type='text'>
Changed type of encodedBufferIndex to size_t to eliminate warning. It is
fine as a size_t as its only ever compared to another size_t and used as
an array index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed type of encodedBufferIndex to size_t to eliminate warning. It is
fine as a size_t as its only ever compared to another size_t and used as
an array index.
</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>Generate pinetime-recovery : a light version of InfiniTime design to be used as a recovery firmware : it only provides basic UI and BLE connectivity for OTA.</title>
<updated>2021-01-26T19:31:45Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-01-26T19:31:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=25f35c7d0e27af4308b8c263fde6661dbe29c2cc'/>
<id>25f35c7d0e27af4308b8c263fde6661dbe29c2cc</id>
<content type='text'>
This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy).

CMake builds and docker have been modified accordingly.
Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy).

CMake builds and docker have been modified accordingly.
Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
</pre>
</div>
</content>
</entry>
</feed>
