synthetos / Motate

A high-performance multi-architecture bare-metal embedded framework that is easy to learn and easy to use.
49 stars 38 forks source link

References to files within non-existant folder Atmel_avr (aka, incomplete AVR support) #7

Open kitlith opened 7 years ago

kitlith commented 7 years ago

Specifically: MotateServiceCall.h: Atmel_avr/AvrServiceCall.h MotateUSB.h: Atmel_avr/AvrXUSB.h, Atmel_avr/AvrUSB.h MotateSPI.h: Atmel_avr/AvrXSPI.h, Atmel_avr/AvrSPI.h MotateTimers.h: Atmel_avr/AvrTimers.h MotatePins.h: Atmel_avr/AvrPins.h MotateUART.h: Atmel_avr/AvrUART.h

The few other references are commented out, located in MotatePower.h and MotateUniqueID.h.

This is just supposed to be a tracking issue for this, not a request. (however much I would like for it to happen :^) ) Feel free to close if you feel that this isn't an appropriate issue to open. I'm sure you're already aware of this, but having an open issue for it could be nice? Alternatively, AVR support could be completely removed.