platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
136 stars 104 forks source link

Use tinyX7_New variant #190

Closed pfeerick closed 4 years ago

pfeerick commented 4 years ago

ATTiny core default is to use the tinyX7_New, leaving tinyX7 as a compatibility option for old code.

https://github.com/SpenceKonde/ATTinyCore/blob/master/avr/boards.txt#L749

Edit: Meant to also mention that the PR re-aligns the pin assignment with the documentation at https://github.com/SpenceKonde/ATTinyCore/blob/master/avr/extras/ATtiny_x7.md, and is raised as a consequense of this forum thread. https://community.platformio.org/t/arduino-as-isp-upload-to-attiny167/12852/13

valeros commented 4 years ago

Many thanks!