SpenceKonde / ATTinyCore

Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
Other
1.59k stars 307 forks source link

Any chance of supporting ATTINY814 #189

Closed whmountains closed 6 years ago

whmountains commented 6 years ago

Is there any technical limitation preventing ATTinyCore from being ported to this MCU? It has some nice low-power features that I'd like to use.

SpenceKonde commented 6 years ago

Duplicate of #174.

Supporting these chips requires rewriting every single function that inferfaces with chip features in any way - serial, digitalWrite/Read/pinMode, PWM, SPI, I2C, and so on - EVERYTHING. These parts might as well be a different architecture entirely. I do not have the bandwidth do take on such a huge task at this time (am happy to work with someone else who is, but I am struggling to keep my head above water with the projects I am working on now)

SpenceKonde commented 5 years ago

https://github.com/SpenceKonde/megaTinyCore This is happening now. Still not quite ready, but progressing quickly, follow that repo for updates