ckormanyos / real-time-cpp

Source code for the book Real-Time C++, by Christopher Kormanyos
Boost Software License 1.0
574 stars 164 forks source link

Add support for ATmega4809 / Arduino Every #88

Closed ckormanyos closed 3 years ago

ckormanyos commented 3 years ago

The ATmega4809 / Arduino Every has a bit more memory and slightly higher potential frequency than the classic 328P (Arduino). Add corresponding support for ATmega4809 / Arduino Every.

ckormanyos commented 3 years ago

Start with a fresh config target atmega4809 based on the files from avr.

These still need to be adapted for the target controller's timer, memory space, etc.