Releases: wokwi/avr8js
Releases · wokwi/avr8js
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
BREAKING CHANGE:
tick()
methods were removed from individual peripherals.
You now need to callcpu.tick()
instead.
This release 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 (tested on AMD Ryzen 9 3950X).