<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/src/systemtask, branch calc-onto-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>Revert "Revert "Integrate hatmajster's timer code""</title>
<updated>2022-06-11T04:07:26Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-11T04:07:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4f117765d8610d62c32f07f5e967aad3031c88e4'/>
<id>4f117765d8610d62c32f07f5e967aad3031c88e4</id>
<content type='text'>
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b0aadd14e6867b80f7357d4e162180aa9d9ba075.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Integrate hatmajster's timer code"</title>
<updated>2022-06-10T10:50:49Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-10T10:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b0aadd14e6867b80f7357d4e162180aa9d9ba075'/>
<id>b0aadd14e6867b80f7357d4e162180aa9d9ba075</id>
<content type='text'>
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b72a3ed87d9797f7746d6fbdb348972401e4414b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate hatmajster's timer code</title>
<updated>2022-06-10T10:45:54Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-04-10T02:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=b72a3ed87d9797f7746d6fbdb348972401e4414b'/>
<id>b72a3ed87d9797f7746d6fbdb348972401e4414b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/develop' into analog24</title>
<updated>2022-06-06T23:09:58Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-06T18:27:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7c45f185a32c7bcff47c8fda1acdec82d3213717'/>
<id>7c45f185a32c7bcff47c8fda1acdec82d3213717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to freertos timers (#1095)</title>
<updated>2022-06-06T15:47:43Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-06-06T15:47:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=35dcf8c8607483c104711c9398d47d57147f4389'/>
<id>35dcf8c8607483c104711c9398d47d57147f4389</id>
<content type='text'>
* Use FreeRTOS timer for AlarmController
* Use FreeRTOS timer for MotorController
* Remove app_timer component from compilation as we now solely use
  FreeROTS timer
* Simplify variable and text names for AlarmController and MotorController timers
* Call ScheduleAlarm directly from StopAlerting, for recurring timers

Co-authored-by: Riku Isokoski &lt;riksu9000@gmail.com&gt;
Co-authored-by: NeroBurner &lt;pyro4hell@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use FreeRTOS timer for AlarmController
* Use FreeRTOS timer for MotorController
* Remove app_timer component from compilation as we now solely use
  FreeROTS timer
* Simplify variable and text names for AlarmController and MotorController timers
* Call ScheduleAlarm directly from StopAlerting, for recurring timers

Co-authored-by: Riku Isokoski &lt;riksu9000@gmail.com&gt;
Co-authored-by: NeroBurner &lt;pyro4hell@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>System: Refactor pin and interrupt setup</title>
<updated>2022-06-05T06:53:22Z</updated>
<author>
<name>Christoph Honal</name>
<email>christoph.honal@web.de</email>
</author>
<published>2022-05-10T19:10:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=977936e8e256eacb0c1b66e9601143e3f4dec280'/>
<id>977936e8e256eacb0c1b66e9601143e3f4dec280</id>
<content type='text'>
This should ensure better readability of the pin setup procedure,
as well as allow the configuration of the hardware button enable pin
and the accelerometer interrupt pin via the pin mapping header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should ensure better readability of the pin setup procedure,
as well as allow the configuration of the hardware button enable pin
and the accelerometer interrupt pin via the pin mapping header.
</pre>
</div>
</content>
</entry>
<entry>
<title>SystemTask: Use "&amp;&amp;" instead of "and" for operators</title>
<updated>2022-06-05T06:53:22Z</updated>
<author>
<name>Christoph Honal</name>
<email>christoph.honal@web.de</email>
</author>
<published>2022-05-10T19:10:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=03a2059e875bc03919520c4c4febdf80e23f8164'/>
<id>03a2059e875bc03919520c4c4febdf80e23f8164</id>
<content type='text'>
As per the coding style, only primary spelling should be used for operators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per the coding style, only primary spelling should be used for operators.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix various typos</title>
<updated>2022-06-05T06:31:23Z</updated>
<author>
<name>luz paz</name>
<email>luzpaz@github.com</email>
</author>
<published>2022-05-31T19:17:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=03a510bd182cdb89005d75e0f8dacf734efce315'/>
<id>03a510bd182cdb89005d75e0f8dacf734efce315</id>
<content type='text'>
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply clang-format to all C++ files</title>
<updated>2022-06-05T06:15:46Z</updated>
<author>
<name>Finlay Davidson</name>
<email>finlay.davidson@coderclass.nl</email>
</author>
<published>2022-05-09T15:16:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7f45538eb53235ab4015fcf13533796c8759c7bc'/>
<id>7f45538eb53235ab4015fcf13533796c8759c7bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only use alarmController for time updates when alarm is set</title>
<updated>2022-05-28T14:57:01Z</updated>
<author>
<name>Michele Bini</name>
<email>michele.bini@gmail.com</email>
</author>
<published>2022-05-28T14:55:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=269802b450b1c6b5646d1df10abdfc5733a8b1b9'/>
<id>269802b450b1c6b5646d1df10abdfc5733a8b1b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
