Skip to main content
2 of 2
Add note about possible target firmware
the busybee
  • 2.4k
  • 10
  • 19

The documentation of qemu-system-avr says:

[...] ATmega controller, which model is limited to USART & 16-bit timer devices, enough to run FreeRTOS based applications [...]

It means the emulator does not support the 8-bit timer 0, which is used by the Arduino timing functions like millis().

the busybee
  • 2.4k
  • 10
  • 19