SpenceKonde / ATTinyCore

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

ATtiny104 Xplained Nano #740

Closed aladdn16 closed 1 year ago

aladdn16 commented 1 year ago

ATtiny104 Xplained Nano I have this card, can I program it with attiny core? How should I configure this card?

Which mcu supports attiny? is there a list of all supported mcus?

SpenceKonde commented 1 year ago

See the readme, there is a section listing supported parts and unsupported parts and linking to cores for all parts for which im aware of a core. ATTC does not support the AVRrc parts because the flash is miniscule and fitting the arduino api functions into it is not really possible - not without compromises. An attempt was made, though there are severe constraints on it because everything needs to be so aggressively optimized for flash. It is linked from the unsupported parts list in the readme


Spence Konde Azzy’S Electronics

New products! Check them out at tindie.com/stores/DrAzzy GitHub: github.com/SpenceKonde ATTinyCore: Arduino support for almost every ATTiny microcontroller Contact: @.***

On Mon, Jan 9, 2023, 02:12 aladdn16 @.***> wrote:

ATtiny104 Xplained Nano I have this card, can I program it with attiny core? How should I configure this card?

Which mcu supports attiny? is there a list of all supported mcus?

— Reply to this email directly, view it on GitHub https://github.com/SpenceKonde/ATTinyCore/issues/740, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTXEW35PMZZHZFEGU6DVOTWRO24JANCNFSM6AAAAAATVC4OWQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SpenceKonde commented 1 year ago

Non-supported parts

ATTinyCore supports classic ATtiny parts. It does not support any other AVR devices - There is a different core for the ones that are practical for use with Arduino, depending on the product line:

SpenceKonde commented 1 year ago

Closing as there is already a list of supported and a list of unsupported parts right in the readme file, this part is not on it and never will be. I have no desire to make a core for AVRrc architecture.