arbv / avr-context

Facilities for Context Switching and Coroutines on AVR microcontrollers and AVR-based Arduino boards (mirror)
MIT License
15 stars 2 forks source link

ATmega2560 - 3 byte Program Counter #1

Open Be90247 opened 2 years ago

Be90247 commented 2 years ago

The ATmega2560 R3 uses a 3-byte Program Counter. For compatibility, please consider a minor enhancement to address the different platforms that use a 3-byte Program Counter vs 2-byte. The documentation regarding compatibility found on the arduino.cc site should also be reviewed. (https://www.arduino.cc/reference/en/libraries/avr-context/)

arbv commented 2 years ago

Hi! Thanks for the interest in the library!

I do not have an Arduino mega at hand at the moment, but will take a look when I can.

phschafft commented 2 months ago

Has there been any process on this? Or is there any help you need?