Skip to content

Releases: wokwi/avr8js

0.6.2

02 Apr 10:23
4f3311e
Compare
Choose a tag to compare
  • fix: GPIO port listeners not invoked when writing to DDR registers #28
  • refactor: added peripherals and cpu feature folders #22

0.6.1

18 Mar 19:34
641e0be
Compare
Choose a tag to compare
  • perf(cpu): optimize opcode check #17

0.6.0

03 Feb 20:41
7ca21fd
Compare
Choose a tag to compare
  • feat: implement I2C master support #10
  • feat: add a simple AVR assembler for use in tests

0.5.2

11 Jan 01:00
8f38151
Compare
Choose a tag to compare
  • fix(gpio): pinState() value incorrect in GPIO listeners #9

0.5.1

08 Jan 10:25
f1b3ea3
Compare
Choose a tag to compare
  • feat(gpio): add pinState() method #8

0.5.0

09 Dec 15:01
b6f04e0
Compare
Choose a tag to compare
  • feat: publish both CJS and ESM to npm

0.4.0

07 Dec 11:56
647a498
Compare
Choose a tag to compare
  • feat #6: Implement Serial port (USART) peripheral - TX

0.3.3

30 Nov 18:29
0d2148c
Compare
Choose a tag to compare

feat #4: Output Compare for Timers
fix #5: Wrong prescaler for Timer2

0.3.2

30 Nov 08:58
b76637e
Compare
Choose a tag to compare

feat #3: Add more GPIO ports

0.3.1

27 Nov 08:14
5d7838e
Compare
Choose a tag to compare

fix #2: SP not initialized on reset