<feed xmlns='http://www.w3.org/2005/Atom'>
<title>avr8js/src/utils, 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/avr8js/'/>
<entry>
<title>style: organize imports</title>
<updated>2026-02-14T17:25:24+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2026-02-14T17:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=69589b07e47219b7673dc9919fb6fa3fcd0c4d54'/>
<id>69589b07e47219b7673dc9919fb6fa3fcd0c4d54</id>
<content type='text'>
Also remove unused eslint-disable directives
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove unused eslint-disable directives
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add copyright notice to source code</title>
<updated>2025-02-11T09:01:48+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2025-02-11T09:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=1378808fa3befb80582e1836705e472755505b73'/>
<id>1378808fa3befb80582e1836705e472755505b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): upgrade prettier</title>
<updated>2025-02-11T08:31:57+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2025-02-11T08:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=9ce22e49cf1110d0a8c1943877dc32e6568354cc'/>
<id>9ce22e49cf1110d0a8c1943877dc32e6568354cc</id>
<content type='text'>
reformat all code with the new prettier version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reformat all code with the new prettier version
</pre>
</div>
</content>
</entry>
<entry>
<title>test: migrate tests from jest to vitest</title>
<updated>2025-02-11T08:22:50+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2025-02-11T08:22:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=05c5c7e9069e1ace3441c1f8f12e45b3d304748e'/>
<id>05c5c7e9069e1ace3441c1f8f12e45b3d304748e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(timer): Output Compare in PWM modes #78</title>
<updated>2020-12-26T22:05:54+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-12-26T22:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=988070a92d4654a40a0bf55a9b3ff5c0b7e1ae5e'/>
<id>988070a92d4654a40a0bf55a9b3ff5c0b7e1ae5e</id>
<content type='text'>
close #78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #78
</pre>
</div>
</content>
</entry>
<entry>
<title>perf!: centeral timekeeping</title>
<updated>2020-12-09T13:49:41+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-12-09T13:46:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=9c1288f18889ae3bd10869a9f6ebc53defa3024b'/>
<id>9c1288f18889ae3bd10869a9f6ebc53defa3024b</id>
<content type='text'>
This should improve performance, especially when running simulations with
multiple peripherals. For instance, the demo project now runs at ~322%,
up from ~185% in AVR8js 0.13.1.

BREAKING CHANGE: `tick()` methods were removed from individual peripherals.
You now need to call `cpu.tick()` instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should improve performance, especially when running simulations with
multiple peripherals. For instance, the demo project now runs at ~322%,
up from ~185% in AVR8js 0.13.1.

BREAKING CHANGE: `tick()` methods were removed from individual peripherals.
You now need to call `cpu.tick()` instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(spi): implement SPI master #33</title>
<updated>2020-08-22T13:43:31+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-08-22T13:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=ad8f51916db816464331e1e0816d83ad69f7bf8d'/>
<id>ad8f51916db816464331e1e0816d83ad69f7bf8d</id>
<content type='text'>
close #33
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #33
</pre>
</div>
</content>
</entry>
<entry>
<title>test(timer): use TestProgramRunner</title>
<updated>2020-08-01T12:47:35+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-08-01T12:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=b0bfe885f7f53d6ae0ff03977b4cd9f2b3eb856b'/>
<id>b0bfe885f7f53d6ae0ff03977b4cd9f2b3eb856b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(eeprom): implement EEPROM peripheral</title>
<updated>2020-07-16T16:51:59+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-07-16T16:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=3685e1a9b43f8c79d1e0a5554a1a15d4d0c77142'/>
<id>3685e1a9b43f8c79d1e0a5554a1a15d4d0c77142</id>
<content type='text'>
close #15
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close #15
</pre>
</div>
</content>
</entry>
<entry>
<title>style: reformat code with prettier 2.x</title>
<updated>2020-04-27T18:59:13+00:00</updated>
<author>
<name>Uri Shaked</name>
</author>
<published>2020-04-27T18:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.apexo.de/avr8js/commit/?id=c792b8c5938bc6331dc4869c6c51dc01cde75641'/>
<id>c792b8c5938bc6331dc4869c6c51dc01cde75641</id>
<content type='text'>
prettier rules have changed since we upgraded to 2.x
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prettier rules have changed since we upgraded to 2.x
</pre>
</div>
</content>
</entry>
</feed>
