<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anduril-sim, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/'/>
<entry>
<title>let voltage slider start at 0.5V</title>
<updated>2026-04-03T21:31:34+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-03T21:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=38c5d9848e4a94866d3abe1a7d95c96b11be315c'/>
<id>38c5d9848e4a94866d3abe1a7d95c96b11be315c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update sim</title>
<updated>2026-04-03T21:30:36+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-03T21:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=f35d42e18589e8e8a144ef1cb7e1c4678fb0e129'/>
<id>f35d42e18589e8e8a144ef1cb7e1c4678fb0e129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move sleepUntil handling to main loop</title>
<updated>2026-04-02T19:09:29+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-02T19:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=fe0b1c4bdccec7e10c1a43b3eb0a0c26d9b7fec4'/>
<id>fe0b1c4bdccec7e10c1a43b3eb0a0c26d9b7fec4</id>
<content type='text'>
This should fix the issue of wakups that are triggered when the step()
functions has reached its target cycle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix the issue of wakups that are triggered when the step()
functions has reached its target cycle.
</pre>
</div>
</content>
</entry>
<entry>
<title>SLPCTRL: clear sleep state on interrupt</title>
<updated>2026-04-02T19:02:16+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-02T19:02:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=771463ae20c47272ec5baf79d06cd0b6254406cc'/>
<id>771463ae20c47272ec5baf79d06cd0b6254406cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ADC: stop when going to sleep (except idle)</title>
<updated>2026-04-02T18:58:40+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-02T18:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=873c1b2a584a58fc89f0f85e772b653271c8e9c5'/>
<id>873c1b2a584a58fc89f0f85e772b653271c8e9c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ADC: stop conversion when disabled via CTRLA</title>
<updated>2026-04-02T18:53:36+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-02T18:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=8926144705a8899a38e320696e7a03c256b406be'/>
<id>8926144705a8899a38e320696e7a03c256b406be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve main loop</title>
<updated>2026-04-01T14:30:13+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-01T14:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=3a0741213e573f96d828c2c044caff23d41f2a9e'/>
<id>3a0741213e573f96d828c2c044caff23d41f2a9e</id>
<content type='text'>
- call cpu.tick() first, when we enter the loop; external events (which
  may cause an interrupt) can only happen when the loop is not running,
  so it makes sense to first check for interrupts before executing
  other instructions

- don't go to sleep if an interrupt is pending
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- call cpu.tick() first, when we enter the loop; external events (which
  may cause an interrupt) can only happen when the loop is not running,
  so it makes sense to first check for interrupts before executing
  other instructions

- don't go to sleep if an interrupt is pending
</pre>
</div>
</content>
</entry>
<entry>
<title>fix slpctrl</title>
<updated>2026-04-01T14:12:45+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-01T14:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=24b3f54a0ac73e5a59caf61ae1bbcd5a3f43ce61'/>
<id>24b3f54a0ac73e5a59caf61ae1bbcd5a3f43ce61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix port interrupt handling</title>
<updated>2026-04-01T14:11:58+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-04-01T14:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=72a415709c3723aad20ed3b66bf8cc2df22c50f1'/>
<id>72a415709c3723aad20ed3b66bf8cc2df22c50f1</id>
<content type='text'>
since we're dealing with interrupt enable internally, we need to use queueInterrupt directly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since we're dealing with interrupt enable internally, we need to use queueInterrupt directly
</pre>
</div>
</content>
</entry>
<entry>
<title>handle jumps in time</title>
<updated>2026-03-29T12:32:07+00:00</updated>
<author>
<name>Apexo</name>
</author>
<published>2026-03-29T12:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/anduril-sim/commit/?id=264cd46187c8686117aaee4f94fd990c1ce6934d'/>
<id>264cd46187c8686117aaee4f94fd990c1ce6934d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
