Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Tiny-2 series MCUs #347

Closed
tpimh opened this issue Jun 10, 2022 · 2 comments
Closed

Support Tiny-2 series MCUs #347

tpimh opened this issue Jun 10, 2022 · 2 comments
Assignees
Labels
Optiboot-X-specific Issue affects only mega0/xTiny chips supported by optiboot_x Priority-Medium Type-newChip Mostly involves adding a new target microcontroller.

Comments

@tpimh
Copy link

tpimh commented Jun 10, 2022

As I understand from this line:

# Makefile for AVR Mega-0 (4809), Tiny-0, and Tiny-1 version of Optiboot

Only Mega-0, Tiny-0, and Tiny-1 families are supported. What modifications are actually needed to compile Optiboot_X for the following list of MCUs: ATtiny{4,8,16,32}2{4,6,7}?

Tiny-2 family list expanded:

  • ATtiny424
  • ATtiny426
  • ATtiny427
  • ATtiny824
  • ATtiny826
  • ATtiny827
  • ATtiny1624
  • ATtiny1626
  • ATtiny1627
  • ATtiny3224
  • ATtiny3226
  • ATtiny3227
@WestfW
Copy link
Member

WestfW commented Jun 11, 2022

That appears to be true.
It looks like "DrAzzy" had added those to his copy of optiboot_x:
https://github.com/SpenceKonde/megaTinyCore/tree/master/megaavr/bootloaders/optiboot_x

@WestfW WestfW added Priority-Medium Type-newChip Mostly involves adding a new target microcontroller. Optiboot-X-specific Issue affects only mega0/xTiny chips supported by optiboot_x labels Jun 11, 2022
@WestfW WestfW self-assigned this Jul 19, 2022
WestfW added a commit that referenced this issue Jul 19, 2022
See #347
Add a hint to the non-mega0 Makefile about using Makefile.mega0
@WestfW
Copy link
Member

WestfW commented Jul 19, 2022

Fixed: 45d4c1a

@WestfW WestfW closed this as completed Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optiboot-X-specific Issue affects only mega0/xTiny chips supported by optiboot_x Priority-Medium Type-newChip Mostly involves adding a new target microcontroller.
Projects
None yet
Development

No branches or pull requests

2 participants