technoblogy / attiny10core

For programming the ATtiny10/9/5/4.
69 stars 20 forks source link

boards.txt references arduino:standard variant #11

Closed SpenceKonde closed 3 years ago

SpenceKonde commented 3 years ago
attiny10.build.variant=arduino:standard

This is unnecessary (removing the line does not prevent compilation) and inaccurate:/inappropriate (that variant describes the pin mapping and options used on an uno/nano with '328p processor - though since nothing is including pins_arduino,h this doesn't actually have any impact on the generated code. But with no upside to including it, it's better not to ;-)

technoblogy commented 3 years ago

Thanks - fixed in 2.0.0.