<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/heartratetask, branch jumpdev</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>sans heart</title>
<updated>2022-03-26T03:49:12Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-03-26T03:49:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=6ef420d2407a4685b56a233f6b0f849e90c6cf49'/>
<id>6ef420d2407a4685b56a233f6b0f849e90c6cf49</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>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>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>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>Increase FreeRTOS heap size and re-enable heart rate task. New Nimble probably uses more memory than before.</title>
<updated>2021-02-03T19:28:41Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-02-03T19:28:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=5016e0143fa903682f9aa80f137b0d7bdaa12aae'/>
<id>5016e0143fa903682f9aa80f137b0d7bdaa12aae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to nimble 1.3 master branch commit 82153e744833821e20e9a8b0d61c38b2b0dbcfe1</title>
<updated>2021-02-02T21:09:00Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-02-02T21:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=d90b7274fa8bbfa09f79660b45b550d91f7b0125'/>
<id>d90b7274fa8bbfa09f79660b45b550d91f7b0125</id>
<content type='text'>
WARNING : heartbeat task is disabled!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WARNING : heartbeat task is disabled!
</pre>
</div>
</content>
</entry>
<entry>
<title>HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ON when the app is closed), display the HR value on the Clock app.</title>
<updated>2021-01-17T09:39:46Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-01-17T09:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=04063cf0af29e09946bf3d1fa77ae91235cd8b84'/>
<id>04063cf0af29e09946bf3d1fa77ae91235cd8b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First implementation of the HR sensor using 100% foss code (ported from waspos)</title>
<updated>2021-01-10T16:57:26Z</updated>
<author>
<name>Jean-François Milants</name>
<email>jf@codingfield.com</email>
</author>
<published>2021-01-10T16:57:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=1a582815ba218d2a9047abae92b9f33a3301ffd5'/>
<id>1a582815ba218d2a9047abae92b9f33a3301ffd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
